summaryrefslogtreecommitdiff
path: root/include/xmloff/xmlnumi.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/xmlnumi.hxx')
-rw-r--r--include/xmloff/xmlnumi.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xmloff/xmlnumi.hxx b/include/xmloff/xmlnumi.hxx
index fae4482c785f..58071ec281d3 100644
--- a/include/xmloff/xmlnumi.hxx
+++ b/include/xmloff/xmlnumi.hxx
@@ -49,7 +49,7 @@ protected:
virtual void SetAttribute( sal_uInt16 nPrefixKey,
const OUString& rLocalName,
- const OUString& rValue );
+ const OUString& rValue ) SAL_OVERRIDE;
public:
@@ -68,7 +68,7 @@ public:
sal_uInt16 nPrefix,
const OUString& rLocalName,
const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList >& xAttrList );
+ ::com::sun::star::xml::sax::XAttributeList >& xAttrList ) SAL_OVERRIDE;
void FillUnoNumRule(
const ::com::sun::star::uno::Reference<
@@ -94,7 +94,7 @@ public:
sal_Int16 nLevel,
sal_Bool bOrdered );
- virtual void CreateAndInsertLate( sal_Bool bOverwrite );
+ virtual void CreateAndInsertLate( sal_Bool bOverwrite ) SAL_OVERRIDE;
void CreateAndInsertAuto() const;
};