diff options
Diffstat (limited to 'xmloff/source/draw/layerimp.hxx')
-rw-r--r-- | xmloff/source/draw/layerimp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/layerimp.hxx b/xmloff/source/draw/layerimp.hxx index 6538f6a0d088..882f5cb3dd55 100644 --- a/xmloff/source/draw/layerimp.hxx +++ b/xmloff/source/draw/layerimp.hxx @@ -36,7 +36,7 @@ public: sal_uInt16 nPrfx, const OUString& rLocalName, const css::uno::Reference< css::xml::sax::XAttributeList>& xAttrList); - virtual ~SdXMLLayerSetContext(); + virtual ~SdXMLLayerSetContext() override; virtual SvXMLImportContext * CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, const css::uno::Reference< css::xml::sax::XAttributeList>& xAttrList ) override; |