summaryrefslogtreecommitdiff
path: root/xmloff/source/style/chrlohdl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/chrlohdl.hxx')
-rw-r--r--xmloff/source/style/chrlohdl.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/style/chrlohdl.hxx b/xmloff/source/style/chrlohdl.hxx
index b0fbdeeedc02..5b350dd281ae 100644
--- a/xmloff/source/style/chrlohdl.hxx
+++ b/xmloff/source/style/chrlohdl.hxx
@@ -28,7 +28,7 @@
class XMLCharLanguageHdl : public XMLPropertyHandler
{
public:
- virtual ~XMLCharLanguageHdl();
+ virtual ~XMLCharLanguageHdl() override;
virtual bool equals( const css::uno::Any& r1, const css::uno::Any& r2 ) const override;
@@ -39,7 +39,7 @@ public:
class XMLCharScriptHdl : public XMLPropertyHandler
{
public:
- virtual ~XMLCharScriptHdl();
+ virtual ~XMLCharScriptHdl() override;
virtual bool equals( const css::uno::Any& r1, const css::uno::Any& r2 ) const override;
@@ -50,7 +50,7 @@ public:
class XMLCharCountryHdl : public XMLPropertyHandler
{
public:
- virtual ~XMLCharCountryHdl();
+ virtual ~XMLCharCountryHdl() override;
virtual bool equals( const css::uno::Any& r1, const css::uno::Any& r2 ) const override;
@@ -61,7 +61,7 @@ public:
class XMLCharRfcLanguageTagHdl : public XMLPropertyHandler
{
public:
- virtual ~XMLCharRfcLanguageTagHdl();
+ virtual ~XMLCharRfcLanguageTagHdl() override;
virtual bool equals( const css::uno::Any& r1, const css::uno::Any& r2 ) const override;