summaryrefslogtreecommitdiff
path: root/xmloff/source/style/backhdl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/backhdl.hxx')
-rw-r--r--xmloff/source/style/backhdl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/backhdl.hxx b/xmloff/source/style/backhdl.hxx
index 7a6a934670dd..f72bc773b62c 100644
--- a/xmloff/source/style/backhdl.hxx
+++ b/xmloff/source/style/backhdl.hxx
@@ -33,8 +33,8 @@ public:
/// TabStops will be imported/exported as XML-Elements. So the Import/Export-work must be done at another place.
using XMLPropertyHandler::importXML;
- virtual bool importXML( const OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const SAL_OVERRIDE;
- virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const SAL_OVERRIDE;
+ virtual bool importXML( const OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const override;
+ virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const override;
private:
static void MergeXMLHoriPos( ::com::sun::star::style::GraphicLocation& ePos, ::com::sun::star::style::GraphicLocation eHori );