summaryrefslogtreecommitdiff
path: root/cui/source/inc/headertablistbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/headertablistbox.hxx')
-rw-r--r--cui/source/inc/headertablistbox.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/inc/headertablistbox.hxx b/cui/source/inc/headertablistbox.hxx
index db607ac6c29f..71397b777ffd 100644
--- a/cui/source/inc/headertablistbox.hxx
+++ b/cui/source/inc/headertablistbox.hxx
@@ -31,14 +31,14 @@ private:
VclPtr<SvHeaderTabListBox> maListBox;
protected:
DECL_LINK_TYPED( HeaderEndDrag_Impl, HeaderBar*, void );
- virtual bool Notify( NotifyEvent& rNEvt ) SAL_OVERRIDE;
+ virtual bool Notify( NotifyEvent& rNEvt ) override;
public:
MacroEventListBox( vcl::Window* pParent, WinBits nStyle );
virtual ~MacroEventListBox();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
- virtual void Resize() SAL_OVERRIDE;
- virtual Size GetOptimalSize() const SAL_OVERRIDE;
+ virtual void Resize() override;
+ virtual Size GetOptimalSize() const override;
SvHeaderTabListBox& GetListBox()
{