summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLAnchorTypePropHdl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLAnchorTypePropHdl.hxx')
-rw-r--r--xmloff/source/text/XMLAnchorTypePropHdl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLAnchorTypePropHdl.hxx b/xmloff/source/text/XMLAnchorTypePropHdl.hxx
index 92553b184ac3..019b0e95eb38 100644
--- a/xmloff/source/text/XMLAnchorTypePropHdl.hxx
+++ b/xmloff/source/text/XMLAnchorTypePropHdl.hxx
@@ -32,11 +32,11 @@ public:
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;
static bool convert( const OUString& rStrImpValue,
::com::sun::star::text::TextContentAnchorType& rType );
};