summaryrefslogtreecommitdiff
path: root/include/svx/fntszctl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/fntszctl.hxx')
-rw-r--r--include/svx/fntszctl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/fntszctl.hxx b/include/svx/fntszctl.hxx
index 3d5b6a1a2248..b9bfad768d81 100644
--- a/include/svx/fntszctl.hxx
+++ b/include/svx/fntszctl.hxx
@@ -40,13 +40,13 @@ private:
protected:
virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
- const SfxPoolItem* pState );
+ const SfxPoolItem* pState ) SAL_OVERRIDE;
public:
SvxFontSizeMenuControl( sal_uInt16 nId, Menu&, SfxBindings& );
~SvxFontSizeMenuControl();
- virtual PopupMenu* GetPopup() const;
+ virtual PopupMenu* GetPopup() const SAL_OVERRIDE;
SFX_DECL_MENU_CONTROL();
};