summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlithlp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/xml/xmlithlp.cxx')
-rw-r--r--sw/source/filter/xml/xmlithlp.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/filter/xml/xmlithlp.cxx b/sw/source/filter/xml/xmlithlp.cxx
index 6be60f48c2c7..4d7a5f3e09c6 100644
--- a/sw/source/filter/xml/xmlithlp.cxx
+++ b/sw/source/filter/xml/xmlithlp.cxx
@@ -112,9 +112,8 @@ bool sw_frmitems_parseXMLBorder( const OUString& rValue,
{
rHasStyle = true;
}
- else if (!rHasColor && ::sax::Converter::convertColor(nTemp, aToken))
+ else if (!rHasColor && ::sax::Converter::convertColor(rColor, aToken))
{
- rColor = nTemp;
rHasColor = true;
}
else if( !rHasWidth &&