diff options
Diffstat (limited to 'xmloff/source/text/XMLSectionFootnoteConfigImport.hxx')
-rw-r--r-- | xmloff/source/text/XMLSectionFootnoteConfigImport.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLSectionFootnoteConfigImport.hxx b/xmloff/source/text/XMLSectionFootnoteConfigImport.hxx index 342844b4fd7a..4ee4f2e68c2a 100644 --- a/xmloff/source/text/XMLSectionFootnoteConfigImport.hxx +++ b/xmloff/source/text/XMLSectionFootnoteConfigImport.hxx @@ -53,7 +53,7 @@ public: ::std::vector<XMLPropertyState> & rProperties, const rtl::Reference<XMLPropertySetMapper> & rMapperRef); - virtual ~XMLSectionFootnoteConfigImport(); + virtual ~XMLSectionFootnoteConfigImport() override; virtual void StartElement( const css::uno::Reference<css::xml::sax::XAttributeList> & xAttrList ) override; |