summaryrefslogtreecommitdiff
path: root/include/xmloff/XMLConstantsPropertyHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/XMLConstantsPropertyHandler.hxx')
-rw-r--r--include/xmloff/XMLConstantsPropertyHandler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/XMLConstantsPropertyHandler.hxx b/include/xmloff/XMLConstantsPropertyHandler.hxx
index cad125159d11..ef3c3057dc72 100644
--- a/include/xmloff/XMLConstantsPropertyHandler.hxx
+++ b/include/xmloff/XMLConstantsPropertyHandler.hxx
@@ -46,13 +46,13 @@ public:
virtual ~XMLConstantsPropertyHandler();
/// 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;