summaryrefslogtreecommitdiff
path: root/include/xmloff/xmlstyle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/xmlstyle.hxx')
-rw-r--r--include/xmloff/xmlstyle.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/xmlstyle.hxx b/include/xmloff/xmlstyle.hxx
index a73a24fc0800..0e7e5167a0a6 100644
--- a/include/xmloff/xmlstyle.hxx
+++ b/include/xmloff/xmlstyle.hxx
@@ -97,7 +97,7 @@ public:
sal_uInt16 nFamily=0,
bool bDefaultStyle = false );
- virtual ~SvXMLStyleContext();
+ virtual ~SvXMLStyleContext() override;
virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix,
const OUString& rLocalName,
@@ -206,7 +206,7 @@ public:
const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList,
bool bAutomatic = false );
- virtual ~SvXMLStylesContext();
+ virtual ~SvXMLStylesContext() override;
// Create child element.
virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix,