diff options
-rw-r--r-- | data/docx/word/styles.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/docx/word/styles.xml b/data/docx/word/styles.xml index 347e7ff07..2d0052bf8 100644 --- a/data/docx/word/styles.xml +++ b/data/docx/word/styles.xml @@ -176,7 +176,7 @@ <w:keepNext /> <w:keepLines /> <w:spacing w:before="200" w:after="0" /> - <w:outlineLvl w:val="1" /> + <w:outlineLvl w:val="2" /> </w:pPr> <w:rPr> <w:rFonts w:asciiTheme="majorHAnsi" w:eastAsiaTheme="majorEastAsia" w:hAnsiTheme="majorHAnsi" w:cstheme="majorBidi" /> @@ -198,7 +198,7 @@ <w:keepNext /> <w:keepLines /> <w:spacing w:before="200" w:after="0" /> - <w:outlineLvl w:val="1" /> + <w:outlineLvl w:val="3" /> </w:pPr> <w:rPr> <w:rFonts w:asciiTheme="majorHAnsi" w:eastAsiaTheme="majorEastAsia" w:hAnsiTheme="majorHAnsi" w:cstheme="majorBidi" /> @@ -220,7 +220,7 @@ <w:keepNext /> <w:keepLines /> <w:spacing w:before="200" w:after="0" /> - <w:outlineLvl w:val="1" /> + <w:outlineLvl w:val="4" /> </w:pPr> <w:rPr> <w:rFonts w:asciiTheme="majorHAnsi" w:eastAsiaTheme="majorEastAsia" w:hAnsiTheme="majorHAnsi" w:cstheme="majorBidi" /> |