summaryrefslogtreecommitdiff
path: root/include/sfx2/mgetempl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/mgetempl.hxx')
-rw-r--r--include/sfx2/mgetempl.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sfx2/mgetempl.hxx b/include/sfx2/mgetempl.hxx
index 1b0fcfb3a517..9b0e1093eb58 100644
--- a/include/sfx2/mgetempl.hxx
+++ b/include/sfx2/mgetempl.hxx
@@ -79,13 +79,13 @@ friend class SfxStyleDialog;
static SfxTabPage* Create(Window *pParent, const SfxItemSet &rAttrSet );
protected:
- virtual bool FillItemSet(SfxItemSet &);
- virtual void Reset(const SfxItemSet &);
+ virtual bool FillItemSet(SfxItemSet &) SAL_OVERRIDE;
+ virtual void Reset(const SfxItemSet &) SAL_OVERRIDE;
using TabPage::ActivatePage;
- virtual void ActivatePage(const SfxItemSet &);
+ virtual void ActivatePage(const SfxItemSet &) SAL_OVERRIDE;
using TabPage::DeactivatePage;
- virtual int DeactivatePage(SfxItemSet * = 0);
+ virtual int DeactivatePage(SfxItemSet * = 0) SAL_OVERRIDE;
};
#endif