summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexChapterInfoEntryContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLIndexChapterInfoEntryContext.hxx')
-rw-r--r--xmloff/source/text/XMLIndexChapterInfoEntryContext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLIndexChapterInfoEntryContext.hxx b/xmloff/source/text/XMLIndexChapterInfoEntryContext.hxx
index 277103477aca..f074dd41507e 100644
--- a/xmloff/source/text/XMLIndexChapterInfoEntryContext.hxx
+++ b/xmloff/source/text/XMLIndexChapterInfoEntryContext.hxx
@@ -61,12 +61,12 @@ 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;
/** fill property values for this template entry */
virtual void FillPropertyValues(
::com::sun::star::uno::Sequence<
- ::com::sun::star::beans::PropertyValue> & rValues) SAL_OVERRIDE;
+ ::com::sun::star::beans::PropertyValue> & rValues) override;
};
#endif