summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmllabri.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/xmllabri.hxx')
-rw-r--r--sc/source/filter/xml/xmllabri.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/xml/xmllabri.hxx b/sc/source/filter/xml/xmllabri.hxx
index 917e265c42dd..5f26a3cf074d 100644
--- a/sc/source/filter/xml/xmllabri.hxx
+++ b/sc/source/filter/xml/xmllabri.hxx
@@ -35,7 +35,7 @@ public:
const OUString& rLName,
const css::uno::Reference< css::xml::sax::XAttributeList>& xAttrList
);
- virtual ~ScXMLLabelRangesContext();
+ virtual ~ScXMLLabelRangesContext() override;
virtual SvXMLImportContext* CreateChildContext(
sal_uInt16 nPrefix,
@@ -62,7 +62,7 @@ public:
const OUString& rLName,
const css::uno::Reference< css::xml::sax::XAttributeList>& xAttrList
);
- virtual ~ScXMLLabelRangeContext();
+ virtual ~ScXMLLabelRangeContext() override;
virtual SvXMLImportContext* CreateChildContext(
sal_uInt16 nPrefix,