diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-02-27 13:57:58 +0100 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-02-27 17:35:00 +0100 |
commit | 31cd5fc1fdab61892d7915e04081513197c7f57c (patch) | |
tree | 13554ddd48a2d460669a3746051bd8e6ec5b3a8d /sw | |
parent | 7f172fa098276c54c7428a9d14c65c8fe3048f8e (diff) |
ooxml export: w14:ligatures element
Change-Id: Iad9a96d202487fa71e7110d7f89d94f161e0bb6f
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/docxattributeoutput.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx index 664d644cfec2..ce065724c31e 100644 --- a/sw/source/filter/ww8/docxattributeoutput.cxx +++ b/sw/source/filter/ww8/docxattributeoutput.cxx @@ -1178,6 +1178,7 @@ void DocxAttributeOutput::InitCollectedRunProperties() FSNS( XML_w14, XML_textFill ), FSNS( XML_w14, XML_scene3d ), FSNS( XML_w14, XML_props3d ), + FSNS( XML_w14, XML_ligatures ), }; // postpone the output so that we can later [in EndParagraphProperties()] @@ -1209,6 +1210,7 @@ const NameToId constNameToIdMapping[] = { OUString("textFill"), FSNS( XML_w14, XML_textFill ) }, { OUString("scene3d"), FSNS( XML_w14, XML_scene3d ) }, { OUString("props3d"), FSNS( XML_w14, XML_props3d ) }, + { OUString("ligatures"), FSNS( XML_w14, XML_ligatures ) }, { OUString("val"), FSNS( XML_w14, XML_val ) }, { OUString("rad"), FSNS( XML_w14, XML_rad ) }, |