summaryrefslogtreecommitdiff
path: root/include/svx/layctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/layctrl.hxx')
-rw-r--r--include/svx/layctrl.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/svx/layctrl.hxx b/include/svx/layctrl.hxx
index aab7505c4a09..1477e5a06020 100644
--- a/include/svx/layctrl.hxx
+++ b/include/svx/layctrl.hxx
@@ -30,12 +30,12 @@ private:
bool bEnabled;
public:
- virtual SfxPopupWindowType GetPopupWindowType() const;
- virtual SfxPopupWindow* CreatePopupWindow();
- virtual SfxPopupWindow* CreatePopupWindowCascading();
+ virtual SfxPopupWindowType GetPopupWindowType() const SAL_OVERRIDE;
+ virtual SfxPopupWindow* CreatePopupWindow() SAL_OVERRIDE;
+ virtual SfxPopupWindow* CreatePopupWindowCascading() SAL_OVERRIDE;
virtual void StateChanged( sal_uInt16 nSID,
SfxItemState eState,
- const SfxPoolItem* pState );
+ const SfxPoolItem* pState ) SAL_OVERRIDE;
SFX_DECL_TOOLBOX_CONTROL();
@@ -49,9 +49,9 @@ class SVX_DLLPUBLIC SvxColumnsToolBoxControl : public SfxToolBoxControl
{
bool bEnabled;
public:
- virtual SfxPopupWindowType GetPopupWindowType() const;
- virtual SfxPopupWindow* CreatePopupWindow();
- virtual SfxPopupWindow* CreatePopupWindowCascading();
+ virtual SfxPopupWindowType GetPopupWindowType() const SAL_OVERRIDE;
+ virtual SfxPopupWindow* CreatePopupWindow() SAL_OVERRIDE;
+ virtual SfxPopupWindow* CreatePopupWindowCascading() SAL_OVERRIDE;
SFX_DECL_TOOLBOX_CONTROL();
@@ -60,7 +60,7 @@ public:
virtual void StateChanged( sal_uInt16 nSID,
SfxItemState eState,
- const SfxPoolItem* pState );
+ const SfxPoolItem* pState ) SAL_OVERRIDE;
};