summaryrefslogtreecommitdiff
path: root/xmloff/source/style/PageHeaderFooterContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/PageHeaderFooterContext.hxx')
-rw-r--r--xmloff/source/style/PageHeaderFooterContext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/PageHeaderFooterContext.hxx b/xmloff/source/style/PageHeaderFooterContext.hxx
index 11b86f75025d..a57979260339 100644
--- a/xmloff/source/style/PageHeaderFooterContext.hxx
+++ b/xmloff/source/style/PageHeaderFooterContext.hxx
@@ -45,9 +45,9 @@ public:
virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix,
const OUString& rLocalName,
const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList>& xAttrList ) SAL_OVERRIDE;
+ ::com::sun::star::xml::sax::XAttributeList>& xAttrList ) override;
- virtual void EndElement() SAL_OVERRIDE;
+ virtual void EndElement() override;
};
#endif