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 7818087c9f02..cbe7edf8770a 100644
--- a/include/xmloff/xmlnumi.hxx
+++ b/include/xmloff/xmlnumi.hxx
@@ -50,7 +50,7 @@ protected:
SAL_DLLPRIVATE virtual void SetAttribute( sal_uInt16 nPrefixKey,
const OUString& rLocalName,
- const OUString& rValue ) SAL_OVERRIDE;
+ const OUString& rValue ) override;
public:
@@ -69,7 +69,7 @@ public:
sal_uInt16 nPrefix,
const OUString& rLocalName,
const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList >& xAttrList ) SAL_OVERRIDE;
+ ::com::sun::star::xml::sax::XAttributeList >& xAttrList ) override;
void FillUnoNumRule(
const css::uno::Reference<
@@ -91,7 +91,7 @@ public:
sal_Int16 nLevel,
bool bOrdered );
- virtual void CreateAndInsertLate( bool bOverwrite ) SAL_OVERRIDE;
+ virtual void CreateAndInsertLate( bool bOverwrite ) override;
void CreateAndInsertAuto() const;
};