summaryrefslogtreecommitdiff
path: root/include/svx/SmartTagCtl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/SmartTagCtl.hxx')
-rw-r--r--include/svx/SmartTagCtl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/SmartTagCtl.hxx b/include/svx/SmartTagCtl.hxx
index be4960c74923..9833516c1726 100644
--- a/include/svx/SmartTagCtl.hxx
+++ b/include/svx/SmartTagCtl.hxx
@@ -63,13 +63,13 @@ private:
void FillMenu();
DECL_LINK( MenuSelect, PopupMenu * );
virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
- const SfxPoolItem* pState );
+ const SfxPoolItem* pState ) SAL_OVERRIDE;
public:
SvxSmartTagsControl( sal_uInt16 nId, Menu&, SfxBindings& );
~SvxSmartTagsControl();
- virtual PopupMenu* GetPopup() const;
+ virtual PopupMenu* GetPopup() const SAL_OVERRIDE;
SFX_DECL_MENU_CONTROL();
};