summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLTableHeaderFooterContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/XMLTableHeaderFooterContext.hxx')
-rw-r--r--sc/source/filter/xml/XMLTableHeaderFooterContext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/xml/XMLTableHeaderFooterContext.hxx b/sc/source/filter/xml/XMLTableHeaderFooterContext.hxx
index 91794cfe8da7..0a54d0a82178 100644
--- a/sc/source/filter/xml/XMLTableHeaderFooterContext.hxx
+++ b/sc/source/filter/xml/XMLTableHeaderFooterContext.hxx
@@ -55,7 +55,7 @@ public:
const css::uno::Reference< css::beans::XPropertySet > & rPageStylePropSet,
bool bFooter, bool bLft );
- virtual ~XMLTableHeaderFooterContext();
+ virtual ~XMLTableHeaderFooterContext() override;
virtual SvXMLImportContext *CreateChildContext(
sal_uInt16 nPrefix,
@@ -78,7 +78,7 @@ public:
const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList,
css::uno::Reference< css::text::XTextCursor >& xCursor );
- virtual ~XMLHeaderFooterRegionContext();
+ virtual ~XMLHeaderFooterRegionContext() override;
virtual SvXMLImportContext *CreateChildContext(
sal_uInt16 nPrefix,