Kaydet (Commit) 02db0f95 authored tarafından Miklos Vajna's avatar Miklos Vajna

sw: whitespace fixes in docxtablestyleexport

Change-Id: I8a1b1dc0e7e6a5ab149c43028a539b636bd87afc
üst f4db3ac5
......@@ -376,7 +376,8 @@ void DocxTableStyleExport::Impl::tableStyleRPr(uno::Sequence<beans::PropertyValu
{
aSpacing = rRPr[i].Value.get<OUString>();
}
else {
else
{
aSpacingSequence = rRPr[i].Value.get< uno::Sequence<beans::PropertyValue> >() ;
bSequenceFlag = true ; // set the uno::Sequence flag.
}
......@@ -390,7 +391,7 @@ void DocxTableStyleExport::Impl::tableStyleRPr(uno::Sequence<beans::PropertyValu
handleBoolean(aCaps, XML_caps);
handleBoolean(aSmallCaps, XML_smallCaps);
tableStyleRColor(aColor);
if(bSequenceFlag)
if (bSequenceFlag)
{
m_pSerializer->singleElementNS(XML_w, XML_spacing,
FSNS(XML_w, XML_val),OUStringToOString(aSpacingSequence[0].Value.get<OUString>(), RTL_TEXTENCODING_UTF8).getStr(),
......
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