summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexBibliographyEntryContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLIndexBibliographyEntryContext.hxx')
-rw-r--r--xmloff/source/text/XMLIndexBibliographyEntryContext.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLIndexBibliographyEntryContext.hxx b/xmloff/source/text/XMLIndexBibliographyEntryContext.hxx
index c3e80c0c4d01..6b97c1d8e407 100644
--- a/xmloff/source/text/XMLIndexBibliographyEntryContext.hxx
+++ b/xmloff/source/text/XMLIndexBibliographyEntryContext.hxx
@@ -60,15 +60,15 @@ 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;
/** call FillPropertyValues and insert into template */
- virtual void EndElement() SAL_OVERRIDE;
+ virtual void EndElement() 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;
};