diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/docx/word/styles.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/docx/word/styles.xml b/data/docx/word/styles.xml index 583596266..6bb5a3f52 100644 --- a/data/docx/word/styles.xml +++ b/data/docx/word/styles.xml @@ -414,6 +414,10 @@ <w:sz w:val="22" /> </w:rPr> </w:style> + <w:style w:type="character" w:customStyle="1" w:styleId="SectionNumber"> + <w:name w:val="Section Number" /> + <w:basedOn w:val="BodyTextChar" /> + </w:style> <w:style w:type="character" w:styleId="FootnoteReference"> <w:name w:val="Footnote Reference" /> <w:basedOn w:val="BodyTextChar" /> |