summaryrefslogtreecommitdiff
path: root/sw/source/ui/envelp/envfmt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/envelp/envfmt.hxx')
-rw-r--r--sw/source/ui/envelp/envfmt.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/envelp/envfmt.hxx b/sw/source/ui/envelp/envfmt.hxx
index 4f3a78af1feb..bacc89652263 100644
--- a/sw/source/ui/envelp/envfmt.hxx
+++ b/sw/source/ui/envelp/envfmt.hxx
@@ -64,11 +64,11 @@ public:
static SfxTabPage* Create(Window* pParent, const SfxItemSet& rSet);
- 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;
void FillItem(SwEnvItem& rItem);
- 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;
};
#endif