| commit | 33e97347ac5b1a3206ddcc2c8313c7e88461bb0b | [log] |
|---|---|---|
| author | Jan Holesovsky <kendy@collabora.com> | Wed Oct 09 13:17:49 2013 +0200 |
| committer | Jan Holesovsky <kendy@collabora.com> | Wed Oct 09 14:39:35 2013 +0200 |
| tree | 1a6a77c9ce8af4cd96b7f16c16aa7010b1de3b1f | |
| parent | 0f646b9098511c2dd7e635d35a80056a9a47d37f [diff] |
DOCX export: Write contextualSpacing only if it takes place. Change-Id: Ibc5783aeea8bcdc05c14054fa10c43a0c98c2159
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx index 5cd7b31b..45bb751 100644 --- a/sw/source/filter/ww8/docxattributeoutput.cxx +++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -5512,8 +5512,6 @@ void DocxAttributeOutput::FormatULSpace( const SvxULSpaceItem& rULSpace ) OString::number( rULSpace.GetLower() ) ); if (rULSpace.GetContext()) m_pSerializer->singleElementNS( XML_w, XML_contextualSpacing, FSEND ); else m_pSerializer->singleElementNS( XML_w, XML_contextualSpacing, FSNS( XML_w, XML_val ), "false", FSEND ); } }