summaryrefslogtreecommitdiff
path: root/xmloff/source/script/xmlscripti.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/script/xmlscripti.cxx')
-rw-r--r--xmloff/source/script/xmlscripti.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/script/xmlscripti.cxx b/xmloff/source/script/xmlscripti.cxx
index 8ebd29d548e7..67be384bb667 100644
--- a/xmloff/source/script/xmlscripti.cxx
+++ b/xmloff/source/script/xmlscripti.cxx
@@ -49,7 +49,7 @@ public:
XMLScriptChildContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName,
const css::uno::Reference< css::frame::XModel>& rxModel,
const OUString& rLanguage );
- virtual ~XMLScriptChildContext();
+ virtual ~XMLScriptChildContext() override;
virtual SvXMLImportContext* CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName,
const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList ) override;