summaryrefslogtreecommitdiff
path: root/include/svx/tbxdraw.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/tbxdraw.hxx')
-rw-r--r--include/svx/tbxdraw.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/tbxdraw.hxx b/include/svx/tbxdraw.hxx
index c38ee71abcb4..8b7ce59a6e6e 100644
--- a/include/svx/tbxdraw.hxx
+++ b/include/svx/tbxdraw.hxx
@@ -50,14 +50,14 @@ public:
~SvxPopupWindowTbxMgr();
virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
- const SfxPoolItem* pState);
- virtual SfxPopupWindow* Clone() const;
- virtual void PopupModeEnd();
+ const SfxPoolItem* pState) SAL_OVERRIDE;
+ virtual SfxPopupWindow* Clone() const SAL_OVERRIDE;
+ virtual void PopupModeEnd() SAL_OVERRIDE;
void StartSelection();
// toolbox click or execute may chage the default selection in the tools toolbox
- virtual void UserEvent( sal_uIntPtr nEvent, void* pEventData );
+ virtual void UserEvent( sal_uIntPtr nEvent, void* pEventData ) SAL_OVERRIDE;
};