summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/swwrtshitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/swwrtshitem.hxx')
-rw-r--r--sw/source/uibase/inc/swwrtshitem.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/swwrtshitem.hxx b/sw/source/uibase/inc/swwrtshitem.hxx
index af5836c6999e..99c678764c75 100644
--- a/sw/source/uibase/inc/swwrtshitem.hxx
+++ b/sw/source/uibase/inc/swwrtshitem.hxx
@@ -33,8 +33,8 @@ public:
SwWrtShellItem( sal_uInt16 nWhich , SwWrtShell* pWrtSh);
SwWrtShellItem( const SwWrtShellItem& );
- virtual bool operator==( const SfxPoolItem& ) const SAL_OVERRIDE;
- virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const SAL_OVERRIDE;
+ virtual bool operator==( const SfxPoolItem& ) const override;
+ virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const override;
SwWrtShell* GetValue() const { return pWrtSh; }