summaryrefslogtreecommitdiff
path: root/include/xmloff/EnumPropertyHdl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/EnumPropertyHdl.hxx')
-rw-r--r--include/xmloff/EnumPropertyHdl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/EnumPropertyHdl.hxx b/include/xmloff/EnumPropertyHdl.hxx
index 521b8fa0a87e..71519b82ed81 100644
--- a/include/xmloff/EnumPropertyHdl.hxx
+++ b/include/xmloff/EnumPropertyHdl.hxx
@@ -35,7 +35,7 @@ private:
public:
XMLEnumPropertyHdl( const SvXMLEnumMapEntry* pEnumMap, const css::uno::Type & rType ) : mpEnumMap( pEnumMap ), mrType( rType ) {}
- virtual ~XMLEnumPropertyHdl();
+ virtual ~XMLEnumPropertyHdl() 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;