summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexSpanEntryContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLIndexSpanEntryContext.hxx')
-rw-r--r--xmloff/source/text/XMLIndexSpanEntryContext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLIndexSpanEntryContext.hxx b/xmloff/source/text/XMLIndexSpanEntryContext.hxx
index 87152e32cfcf..e28839a2c9a4 100644
--- a/xmloff/source/text/XMLIndexSpanEntryContext.hxx
+++ b/xmloff/source/text/XMLIndexSpanEntryContext.hxx
@@ -52,12 +52,12 @@ public:
protected:
/// Collect element contents
- virtual void Characters(const OUString& sString);
+ virtual void Characters(const OUString& sString) SAL_OVERRIDE;
/// add Text PropertyValue
virtual void FillPropertyValues(
::com::sun::star::uno::Sequence<
- ::com::sun::star::beans::PropertyValue> & rValues);
+ ::com::sun::star::beans::PropertyValue> & rValues) SAL_OVERRIDE;
};
#endif