summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLRectangleMembersHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/XMLRectangleMembersHandler.hxx')
-rw-r--r--xmloff/inc/XMLRectangleMembersHandler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/inc/XMLRectangleMembersHandler.hxx b/xmloff/inc/XMLRectangleMembersHandler.hxx
index 1f478af704b2..e216daf43a37 100644
--- a/xmloff/inc/XMLRectangleMembersHandler.hxx
+++ b/xmloff/inc/XMLRectangleMembersHandler.hxx
@@ -40,13 +40,13 @@ public:
virtual ~XMLRectangleMembersHdl();
/// Imports the given value in cas of the given XML-data-type
- virtual sal_Bool importXML(
+ virtual bool importXML(
const OUString& rStrImpValue,
::com::sun::star::uno::Any& rValue,
const SvXMLUnitConverter& rUnitConverter ) const;
/// Exports the given value in cas of the given XML-data-type
- virtual sal_Bool exportXML(
+ virtual bool exportXML(
OUString& rStrExpValue,
const ::com::sun::star::uno::Any& rValue,
const SvXMLUnitConverter& rUnitConverter ) const;