summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/xml')
-rw-r--r--sw/source/filter/xml/xmliteme.cxx4
-rw-r--r--sw/source/filter/xml/xmlithlp.cxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/filter/xml/xmliteme.cxx b/sw/source/filter/xml/xmliteme.cxx
index 61a8205064ff..447abab52b67 100644
--- a/sw/source/filter/xml/xmliteme.cxx
+++ b/sw/source/filter/xml/xmliteme.cxx
@@ -129,8 +129,8 @@ void SwXMLTableItemMapper_Impl::handleSpecialItem(
AddAttribute( rEntry.nNameSpace, rEntry.eLocalName,
sValue, rNamespaceMap, rAttrList );
}
- }
- }
+ }
+ }
}
break;
diff --git a/sw/source/filter/xml/xmlithlp.cxx b/sw/source/filter/xml/xmlithlp.cxx
index 57f845e206f8..16e2a1128b08 100644
--- a/sw/source/filter/xml/xmlithlp.cxx
+++ b/sw/source/filter/xml/xmlithlp.cxx
@@ -164,7 +164,7 @@ bool sw_frmitems_setXMLBorder( std::unique_ptr<SvxBorderLine>& rpLine,
( bHasStyle &&
((table::BorderLineStyle::SOLID == nStyle && rpLine->GetDistance()) ||
(table::BorderLineStyle::DOUBLE == nStyle && !rpLine->GetDistance())) ) )
- {
+ {
bool bDouble = (bHasWidth && table::BorderLineStyle::DOUBLE == nStyle ) ||
rpLine->GetDistance();
@@ -190,7 +190,7 @@ bool sw_frmitems_setXMLBorder( std::unique_ptr<SvxBorderLine>& rpLine,
}
}
sw_frmitems_setXMLBorderStyle( *rpLine, nStyle );
- }
+ }
// set color
if( bHasColor )