summaryrefslogtreecommitdiff
path: root/include/svx/subtoolboxcontrol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/subtoolboxcontrol.hxx')
-rw-r--r--include/svx/subtoolboxcontrol.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/subtoolboxcontrol.hxx b/include/svx/subtoolboxcontrol.hxx
index 0d18ac803b28..0f3bf6cbbf70 100644
--- a/include/svx/subtoolboxcontrol.hxx
+++ b/include/svx/subtoolboxcontrol.hxx
@@ -35,8 +35,8 @@ public:
SvxSubToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
~SvxSubToolBoxControl();
- virtual SfxPopupWindowType GetPopupWindowType() const;
- virtual SfxPopupWindow* CreatePopupWindow();
+ virtual SfxPopupWindowType GetPopupWindowType() const SAL_OVERRIDE;
+ virtual SfxPopupWindow* CreatePopupWindow() SAL_OVERRIDE;
};