summaryrefslogtreecommitdiff
path: root/sw/source/core/uibase/inc/pggrid.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/uibase/inc/pggrid.hxx')
-rw-r--r--sw/source/core/uibase/inc/pggrid.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/uibase/inc/pggrid.hxx b/sw/source/core/uibase/inc/pggrid.hxx
index 8afce35e8fa6..bd770e59114e 100644
--- a/sw/source/core/uibase/inc/pggrid.hxx
+++ b/sw/source/core/uibase/inc/pggrid.hxx
@@ -89,11 +89,11 @@ public:
static SfxTabPage *Create(Window *pParent, const SfxItemSet &rSet);
static sal_uInt16* GetRanges();
- virtual bool FillItemSet(SfxItemSet &rSet);
- virtual void Reset(const SfxItemSet &rSet);
+ virtual bool FillItemSet(SfxItemSet &rSet) SAL_OVERRIDE;
+ virtual void Reset(const SfxItemSet &rSet) SAL_OVERRIDE;
- virtual void ActivatePage( const SfxItemSet& rSet );
- virtual int DeactivatePage( SfxItemSet* pSet = 0 );
+ virtual void ActivatePage( const SfxItemSet& rSet ) SAL_OVERRIDE;
+ virtual int DeactivatePage( SfxItemSet* pSet = 0 ) SAL_OVERRIDE;
};
#endif