From 31cd5fc1fdab61892d7915e04081513197c7f57c Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Thu, 27 Feb 2014 13:57:58 +0100 Subject: ooxml export: w14:ligatures element Change-Id: Iad9a96d202487fa71e7110d7f89d94f161e0bb6f --- sw/source/filter/ww8/docxattributeoutput.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sw') 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 ) }, -- cgit