diff options
Diffstat (limited to 'include/xmloff/xmlmetae.hxx')
-rw-r--r-- | include/xmloff/xmlmetae.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlmetae.hxx b/include/xmloff/xmlmetae.hxx index 94505f7bcac6..7cb181332713 100644 --- a/include/xmloff/xmlmetae.hxx +++ b/include/xmloff/xmlmetae.hxx @@ -71,7 +71,7 @@ public: SvXMLMetaExport( SvXMLExport& i_rExport, const css::uno::Reference< css::document::XDocumentProperties>& i_rDocProps); - virtual ~SvXMLMetaExport(); + virtual ~SvXMLMetaExport() override; /// export via XSAXWriter interface, with fallback to _MExport void Export(); |