summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLTextColumnsPropertyHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/XMLTextColumnsPropertyHandler.hxx')
-rw-r--r--xmloff/inc/XMLTextColumnsPropertyHandler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/inc/XMLTextColumnsPropertyHandler.hxx b/xmloff/inc/XMLTextColumnsPropertyHandler.hxx
index 6a533e7080fc..41dad369d525 100644
--- a/xmloff/inc/XMLTextColumnsPropertyHandler.hxx
+++ b/xmloff/inc/XMLTextColumnsPropertyHandler.hxx
@@ -35,11 +35,11 @@ public:
const ::com::sun::star::uno::Any& r2 ) const;
/// TabStops will be imported/exported as XML-Elements. So the Import/Export-work must be done at another place.
- 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;