summaryrefslogtreecommitdiff
path: root/data/docx/word/styles.xml
diff options
context:
space:
mode:
authorNikolay Yakimov <root@livid.pp.ru>2015-03-29 07:38:15 +0300
committerNikolay Yakimov <root@livid.pp.ru>2015-03-29 08:02:23 +0300
commit78cf36a392abc87e5b11fe8fd06a8ade143938f3 (patch)
tree942767cdcbf4f3e654ab20cf001740b4fdf5723d /data/docx/word/styles.xml
parent69d5085c112ccd2a136b08895e268d43f9f2067f (diff)
Reference Docx: Add keepNext to table captions
Diffstat (limited to 'data/docx/word/styles.xml')
-rw-r--r--data/docx/word/styles.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/docx/word/styles.xml b/data/docx/word/styles.xml
index 3b3b142b4..d2e35b4c3 100644
--- a/data/docx/word/styles.xml
+++ b/data/docx/word/styles.xml
@@ -308,6 +308,9 @@
<w:style w:type="paragraph" w:customStyle="1" w:styleId="TableCaption">
<w:name w:val="Table Caption" />
<w:basedOn w:val="Caption" />
+ <w:pPr>
+ <w:keepNext />
+ </w:pPr>
</w:style>
<w:style w:type="paragraph" w:customStyle="1" w:styleId="ImageCaption">
<w:name w:val="Image Caption" />