diff options
Diffstat (limited to 'include/xmloff/NamedBoolPropertyHdl.hxx')
-rw-r--r-- | include/xmloff/NamedBoolPropertyHdl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/NamedBoolPropertyHdl.hxx b/include/xmloff/NamedBoolPropertyHdl.hxx index 7adbc3f03137..05f7489f4d7a 100644 --- a/include/xmloff/NamedBoolPropertyHdl.hxx +++ b/include/xmloff/NamedBoolPropertyHdl.hxx @@ -44,7 +44,7 @@ public: maFalseStr( ::xmloff::token::GetXMLToken( eFalse ) ) {} - virtual ~XMLNamedBoolPropertyHdl(); + virtual ~XMLNamedBoolPropertyHdl() 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; |