summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-02-27 14:24:12 +0100
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-02-27 17:35:01 +0100
commit1ed9d3abf3885a8b03d5bfda6d4183347f00cb75 (patch)
treeebd3f727d530ffa77ad9a782aa4d8f828ffe4607
parent4fad8bbaea57e362eacbd79f32d91d6fc198383e (diff)
ooxml export: w14:numForm element
Change-Id: I7990d2ef77de855455f49e3f12f4ae117f753774
-rw-r--r--sw/source/filter/ww8/docxattributeoutput.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx
index ce065724c31e..98c6d5ae3e00 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -1179,6 +1179,7 @@ void DocxAttributeOutput::InitCollectedRunProperties()
FSNS( XML_w14, XML_scene3d ),
FSNS( XML_w14, XML_props3d ),
FSNS( XML_w14, XML_ligatures ),
+ FSNS( XML_w14, XML_numForm ),
};
// postpone the output so that we can later [in EndParagraphProperties()]
@@ -1211,6 +1212,7 @@ const NameToId constNameToIdMapping[] =
{ OUString("scene3d"), FSNS( XML_w14, XML_scene3d ) },
{ OUString("props3d"), FSNS( XML_w14, XML_props3d ) },
{ OUString("ligatures"), FSNS( XML_w14, XML_ligatures ) },
+ { OUString("numForm"), FSNS( XML_w14, XML_numForm ) },
{ OUString("val"), FSNS( XML_w14, XML_val ) },
{ OUString("rad"), FSNS( XML_w14, XML_rad ) },