summaryrefslogtreecommitdiff
path: root/xmloff/source/meta
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/meta')
-rw-r--r--xmloff/source/meta/MetaImportComponent.cxx2
-rw-r--r--xmloff/source/meta/xmlmetai.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/meta/MetaImportComponent.cxx b/xmloff/source/meta/MetaImportComponent.cxx
index c9af8afc01fd..24ef1cffeee1 100644
--- a/xmloff/source/meta/MetaImportComponent.cxx
+++ b/xmloff/source/meta/MetaImportComponent.cxx
@@ -41,7 +41,7 @@ public:
const css::uno::Reference< css::uno::XComponentContext >& xContext
) throw();
- virtual ~XMLMetaImportComponent() throw();
+ virtual ~XMLMetaImportComponent() throw() override;
protected:
diff --git a/xmloff/source/meta/xmlmetai.cxx b/xmloff/source/meta/xmlmetai.cxx
index 5ad8aafca01e..e293ab4fca78 100644
--- a/xmloff/source/meta/xmlmetai.cxx
+++ b/xmloff/source/meta/xmlmetai.cxx
@@ -45,7 +45,7 @@ public:
const css::uno::Reference< css::xml::sax::XAttributeList>& xAttrList,
const css::uno::Reference< css::xml::dom::XSAXDocumentBuilder2>& rDocBuilder);
- virtual ~XMLDocumentBuilderContext();
+ virtual ~XMLDocumentBuilderContext() override;
virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix,
const OUString& rLocalName,