diff options
Diffstat (limited to 'sw/inc/ftninfo.hxx')
-rw-r--r-- | sw/inc/ftninfo.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ftninfo.hxx b/sw/inc/ftninfo.hxx index adc84bbeffab..ae6820ae6c79 100644 --- a/sw/inc/ftninfo.hxx +++ b/sw/inc/ftninfo.hxx @@ -38,7 +38,7 @@ class SW_DLLPUBLIC SwEndNoteInfo : public SwClient OUString sSuffix; protected: bool m_bEndNote; - virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) SAL_OVERRIDE; + virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) override; public: SvxNumberType aFormat; |