summaryrefslogtreecommitdiff
path: root/include/svx/lboxctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/lboxctrl.hxx')
-rw-r--r--include/svx/lboxctrl.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/lboxctrl.hxx b/include/svx/lboxctrl.hxx
index 960361be4ab2..4977f0ef2b13 100644
--- a/include/svx/lboxctrl.hxx
+++ b/include/svx/lboxctrl.hxx
@@ -45,10 +45,10 @@ public:
SvxListBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
virtual ~SvxListBoxControl();
- virtual VclPtr<SfxPopupWindow> CreatePopupWindow() SAL_OVERRIDE;
+ virtual VclPtr<SfxPopupWindow> CreatePopupWindow() override;
virtual void StateChanged( sal_uInt16 nSID,
SfxItemState eState,
- const SfxPoolItem* pState ) SAL_OVERRIDE;
+ const SfxPoolItem* pState ) override;
};
@@ -66,9 +66,9 @@ public:
virtual ~SvxUndoRedoControl();
virtual void StateChanged( sal_uInt16 nSID,
SfxItemState eState,
- const SfxPoolItem* pState ) SAL_OVERRIDE;
+ const SfxPoolItem* pState ) override;
- virtual VclPtr<SfxPopupWindow> CreatePopupWindow() SAL_OVERRIDE;
+ virtual VclPtr<SfxPopupWindow> CreatePopupWindow() override;
};
#endif