Skip to content

Commit 9a2aa05

Browse files
committed
updated comment regarding where the list of ContentTypes came from.
1 parent 8dfffcd commit 9a2aa05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DocumentFormat.OpenXml/src/Framework/OpenXmlPackage.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,8 @@ internal class PartUriHelper
13851385
private Dictionary<string, int> _reservedUri = new Dictionary<string, int>();
13861386

13871387
//List of contentTypes that need to have a 1 appended to the name
1388-
//for the first item in the package
1388+
//for the first item in the package. Section numbers in comments
1389+
//refer to the ISO/IEC 29500 standard.
13891390
private static readonly HashSet<string> _numberedContentTypes = new HashSet<string>(StringComparer.OrdinalIgnoreCase)
13901391
{
13911392
//11.3 WordprocessingML Parts

0 commit comments

Comments
 (0)