summaryrefslogtreecommitdiff
path: root/xmloff/source/style/XMLPercentOrMeasurePropertyHandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/XMLPercentOrMeasurePropertyHandler.cxx')
-rw-r--r--xmloff/source/style/XMLPercentOrMeasurePropertyHandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/XMLPercentOrMeasurePropertyHandler.cxx b/xmloff/source/style/XMLPercentOrMeasurePropertyHandler.cxx
index a232d4a8f709..721aafa2bc1e 100644
--- a/xmloff/source/style/XMLPercentOrMeasurePropertyHandler.cxx
+++ b/xmloff/source/style/XMLPercentOrMeasurePropertyHandler.cxx
@@ -45,7 +45,7 @@ bool XMLPercentOrMeasurePropertyHandler::importXML(
Any& rValue,
const SvXMLUnitConverter& rUnitConverter ) const
{
- if( (rStrImpValue.indexOf( '%' ) != -1))
+ if( rStrImpValue.indexOf( '%' ) != -1 )
return false;
sal_Int32 nValue;