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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/inc/XMLTextColumnsPropertyHandler.hxx b/xmloff/inc/XMLTextColumnsPropertyHandler.hxx
index 20fa2b24dfa5..2b04d84760f7 100644
--- a/xmloff/inc/XMLTextColumnsPropertyHandler.hxx
+++ b/xmloff/inc/XMLTextColumnsPropertyHandler.hxx
@@ -32,17 +32,17 @@ public:
virtual bool equals(
const ::com::sun::star::uno::Any& r1,
- const ::com::sun::star::uno::Any& r2 ) const SAL_OVERRIDE;
+ const ::com::sun::star::uno::Any& r2 ) const override;
/// TabStops will be imported/exported as XML-Elements. So the Import/Export-work must be done at another place.
virtual bool importXML(
const OUString& rStrImpValue,
::com::sun::star::uno::Any& rValue,
- const SvXMLUnitConverter& rUnitConverter ) const SAL_OVERRIDE;
+ const SvXMLUnitConverter& rUnitConverter ) const override;
virtual bool exportXML(
OUString& rStrExpValue,
const ::com::sun::star::uno::Any& rValue,
- const SvXMLUnitConverter& rUnitConverter ) const SAL_OVERRIDE;
+ const SvXMLUnitConverter& rUnitConverter ) const override;
};
#endif