summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlrowi.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/xmlrowi.hxx')
-rw-r--r--sc/source/filter/xml/xmlrowi.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/xml/xmlrowi.hxx b/sc/source/filter/xml/xmlrowi.hxx
index 3532944e01cc..1a45b6763ec0 100644
--- a/sc/source/filter/xml/xmlrowi.hxx
+++ b/sc/source/filter/xml/xmlrowi.hxx
@@ -41,7 +41,7 @@ public:
const OUString& rLName,
const css::uno::Reference<css::xml::sax::XAttributeList>& xAttrList );
- virtual ~ScXMLTableRowContext();
+ virtual ~ScXMLTableRowContext() override;
virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix,
const OUString& rLocalName,
@@ -68,7 +68,7 @@ public:
const css::uno::Reference<css::xml::sax::XAttributeList>& xAttrList,
const bool bHeader, const bool bGroup);
- virtual ~ScXMLTableRowsContext();
+ virtual ~ScXMLTableRowsContext() override;
virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix,
const OUString& rLocalName,