summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLIsPercentagePropertyHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/XMLIsPercentagePropertyHandler.hxx')
-rw-r--r--xmloff/inc/XMLIsPercentagePropertyHandler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/inc/XMLIsPercentagePropertyHandler.hxx b/xmloff/inc/XMLIsPercentagePropertyHandler.hxx
index e2691960595b..b7d4e74bd21c 100644
--- a/xmloff/inc/XMLIsPercentagePropertyHandler.hxx
+++ b/xmloff/inc/XMLIsPercentagePropertyHandler.hxx
@@ -31,11 +31,11 @@ class XMLIsPercentagePropertyHandler : public XMLPropertyHandler
public:
virtual ~XMLIsPercentagePropertyHandler ();
- virtual sal_Bool importXML(
+ virtual bool importXML(
const OUString& rStrImpValue,
::com::sun::star::uno::Any& rValue,
const SvXMLUnitConverter& rUnitConverter ) const;
- virtual sal_Bool exportXML(
+ virtual bool exportXML(
OUString& rStrExpValue,
const ::com::sun::star::uno::Any& rValue,
const SvXMLUnitConverter& rUnitConverter ) const;