summaryrefslogtreecommitdiff
path: root/sw/source/core/uibase/inc/swuiccoll.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/uibase/inc/swuiccoll.hxx')
-rw-r--r--sw/source/core/uibase/inc/swuiccoll.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/uibase/inc/swuiccoll.hxx b/sw/source/core/uibase/inc/swuiccoll.hxx
index 53e2fabaabd1..9e6f49588b30 100644
--- a/sw/source/core/uibase/inc/swuiccoll.hxx
+++ b/sw/source/core/uibase/inc/swuiccoll.hxx
@@ -50,7 +50,7 @@ class SwCondCollPage : public SfxTabPage
SwCondCollPage(Window *pParent, const SfxItemSet &rSet);
virtual ~SwCondCollPage();
- virtual int DeactivatePage(SfxItemSet *pSet);
+ virtual int DeactivatePage(SfxItemSet *pSet) SAL_OVERRIDE;
DECL_LINK( OnOffHdl, CheckBox* );
DECL_LINK( AssignRemoveHdl, PushButton*);
@@ -64,8 +64,8 @@ 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;
void SetCollection( SwFmt* pFormat, sal_Bool bNew );
};