summaryrefslogtreecommitdiff
path: root/include/svx/tbxctl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/tbxctl.hxx')
-rw-r--r--include/svx/tbxctl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/tbxctl.hxx b/include/svx/tbxctl.hxx
index 9413a914bbcf..99c129b74378 100644
--- a/include/svx/tbxctl.hxx
+++ b/include/svx/tbxctl.hxx
@@ -44,10 +44,10 @@ public:
SFX_DECL_TOOLBOX_CONTROL();
- virtual void Select( bool bMod1 = false );
+ virtual void Select( bool bMod1 = false ) SAL_OVERRIDE;
virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
- const SfxPoolItem* pState );
- virtual SfxPopupWindowType GetPopupWindowType() const;
+ const SfxPoolItem* pState ) SAL_OVERRIDE;
+ virtual SfxPopupWindowType GetPopupWindowType() const SAL_OVERRIDE;
};
#endif