summaryrefslogtreecommitdiff
path: root/xmloff/source/style/adjushdl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/adjushdl.hxx')
-rw-r--r--xmloff/source/style/adjushdl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/adjushdl.hxx b/xmloff/source/style/adjushdl.hxx
index 23318751a518..f878bd103ccb 100644
--- a/xmloff/source/style/adjushdl.hxx
+++ b/xmloff/source/style/adjushdl.hxx
@@ -28,7 +28,7 @@
class XMLParaAdjustPropHdl : public XMLPropertyHandler
{
public:
- virtual ~XMLParaAdjustPropHdl();
+ virtual ~XMLParaAdjustPropHdl() override;
virtual bool importXML( const OUString& rStrImpValue, css::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const override;
virtual bool exportXML( OUString& rStrExpValue, const css::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const override;
@@ -40,7 +40,7 @@ public:
class XMLLastLineAdjustPropHdl : public XMLPropertyHandler
{
public:
- virtual ~XMLLastLineAdjustPropHdl();
+ virtual ~XMLLastLineAdjustPropHdl() override;
virtual bool importXML( const OUString& rStrImpValue, css::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const override;
virtual bool exportXML( OUString& rStrExpValue, const css::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const override;