diff options
| author | Jan Holesovsky <kendy@collabora.com> | 2013-10-09 13:17:49 +0200 |
|---|---|---|
| committer | Jan Holesovsky <kendy@collabora.com> | 2013-10-09 14:39:35 +0200 |
| commit | 33e97347ac5b1a3206ddcc2c8313c7e88461bb0b (patch) | |
| tree | 1a6a77c9ce8af4cd96b7f16c16aa7010b1de3b1f | |
| parent | 0f646b9098511c2dd7e635d35a80056a9a47d37f (diff) | |
DOCX export: Write contextualSpacing only if it takes place.
Change-Id: Ibc5783aeea8bcdc05c14054fa10c43a0c98c2159
| -rw-r--r-- | sw/source/filter/ww8/docxattributeoutput.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx index 5cd7b31b0a91..45bb75112b85 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 ); } } |
