summaryrefslogtreecommitdiff
path: root/xmloff/inc/xmltabi.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/xmltabi.hxx')
-rw-r--r--xmloff/inc/xmltabi.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/inc/xmltabi.hxx b/xmloff/inc/xmltabi.hxx
index e8e1e275ab14..d20678ee409d 100644
--- a/xmloff/inc/xmltabi.hxx
+++ b/xmloff/inc/xmltabi.hxx
@@ -44,9 +44,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;
+ const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList ) override;
- virtual void EndElement() SAL_OVERRIDE;
+ virtual void EndElement() override;
};