summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexTitleTemplateContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLIndexTitleTemplateContext.hxx')
-rw-r--r--xmloff/source/text/XMLIndexTitleTemplateContext.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLIndexTitleTemplateContext.hxx b/xmloff/source/text/XMLIndexTitleTemplateContext.hxx
index 82e5ae026a5a..982c91ddc199 100644
--- a/xmloff/source/text/XMLIndexTitleTemplateContext.hxx
+++ b/xmloff/source/text/XMLIndexTitleTemplateContext.hxx
@@ -70,13 +70,13 @@ protected:
/** process parameters */
virtual void StartElement(
const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList> & xAttrList) SAL_OVERRIDE;
+ ::com::sun::star::xml::sax::XAttributeList> & xAttrList) override;
/** set values */
- virtual void EndElement() SAL_OVERRIDE;
+ virtual void EndElement() override;
/** pick up title characters */
- virtual void Characters(const OUString& sString) SAL_OVERRIDE;
+ virtual void Characters(const OUString& sString) override;
};
#endif