Kaydet (Commit) 33e97347 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

DOCX export: Write contextualSpacing only if it takes place.

Change-Id: Ibc5783aeea8bcdc05c14054fa10c43a0c98c2159
üst 0f646b90
......@@ -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 );
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment