We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfffcd commit 9a2aa05Copy full SHA for 9a2aa05
DocumentFormat.OpenXml/src/Framework/OpenXmlPackage.cs
@@ -1385,7 +1385,8 @@ internal class PartUriHelper
1385
private Dictionary<string, int> _reservedUri = new Dictionary<string, int>();
1386
1387
//List of contentTypes that need to have a 1 appended to the name
1388
- //for the first item in the package
+ //for the first item in the package. Section numbers in comments
1389
+ //refer to the ISO/IEC 29500 standard.
1390
private static readonly HashSet<string> _numberedContentTypes = new HashSet<string>(StringComparer.OrdinalIgnoreCase)
1391
{
1392
//11.3 WordprocessingML Parts
0 commit comments