summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexTableSourceContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLIndexTableSourceContext.hxx')
-rw-r--r--xmloff/source/text/XMLIndexTableSourceContext.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLIndexTableSourceContext.hxx b/xmloff/source/text/XMLIndexTableSourceContext.hxx
index 7e7f8a03b5c0..a0c073d3f70d 100644
--- a/xmloff/source/text/XMLIndexTableSourceContext.hxx
+++ b/xmloff/source/text/XMLIndexTableSourceContext.hxx
@@ -63,15 +63,15 @@ protected:
virtual void ProcessAttribute(
enum IndexSourceParamEnum eParam,
- const OUString& rValue) SAL_OVERRIDE;
+ const OUString& rValue) override;
- virtual void EndElement() SAL_OVERRIDE;
+ virtual void EndElement() override;
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;
};
#endif