summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/tbx_ww.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/tbx_ww.hxx')
-rw-r--r--sd/source/ui/inc/tbx_ww.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/tbx_ww.hxx b/sd/source/ui/inc/tbx_ww.hxx
index 20ec13892638..bfb3069360c6 100644
--- a/sd/source/ui/inc/tbx_ww.hxx
+++ b/sd/source/ui/inc/tbx_ww.hxx
@@ -35,10 +35,10 @@ public:
SdTbxControl(sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
~SdTbxControl() {}
- virtual SfxPopupWindowType GetPopupWindowType() const;
- virtual SfxPopupWindow* CreatePopupWindow();
+ virtual SfxPopupWindowType GetPopupWindowType() const SAL_OVERRIDE;
+ virtual SfxPopupWindow* CreatePopupWindow() SAL_OVERRIDE;
virtual void StateChanged( sal_uInt16 nSId, SfxItemState eState,
- const SfxPoolItem* pState );
+ const SfxPoolItem* pState ) SAL_OVERRIDE;
};
#endif // INCLUDED_SD_SOURCE_UI_INC_TBX_WW_HXX