summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-03-05 13:12:27 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-04-03 09:19:11 +0200
commit9aaf5bcbf41260993cdf7716cdaf3f6b6dd82627 (patch)
treec2c7f407719bdfd51894375e5b0b4ac1332f632f /sw/source
parent64f00a277711aaa1e537dd7d717dd4c3910fbbe3 (diff)
sw padded numbering: add DOCX footnote export
This is mapping separate from paragraph numbering. I'm not exactly why; perhaps because this is modeled after DOC, where certain numbering types are not allowed for paragraph numbering (but are allowed for other numbering types). (cherry picked from commit 3ea32f2b6cbe515353218bc1f3d5746ca66f6a5a) Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport14.cxx Change-Id: I06503389da520bd3bfd39252c4dcef39bac03eee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91562 Tested-by: Miklos Vajna <vmiklos@collabora.com> Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/filter/ww8/docxattributeoutput.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx
index 02c6b8f370d0..81d24638a901 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -7855,6 +7855,9 @@ void DocxAttributeOutput::WriteFootnoteEndnotePr( ::sax_fastparser::FSHelperPtr
case SVX_NUM_CHAR_SPECIAL:
fmt = "bullet";
break;
+ case SVX_NUM_ARABIC_ZERO:
+ fmt = "decimalZero";
+ break;
case SVX_NUM_PAGEDESC:
case SVX_NUM_BITMAP:
default: