From b36963c0a6a09f70ca6d8d607dd3249a3496497d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 12 Oct 2015 16:04:04 +0200 Subject: Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274 --- include/svx/checklbx.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/svx/checklbx.hxx') diff --git a/include/svx/checklbx.hxx b/include/svx/checklbx.hxx index 63db8545c3bd..47ef27aaa0b0 100644 --- a/include/svx/checklbx.hxx +++ b/include/svx/checklbx.hxx @@ -40,13 +40,13 @@ private: virtual SvTreeListEntry* InsertEntry( const OUString& rText, SvTreeListEntry* pParent, bool bChildrenOnDemand, sal_uIntPtr nPos, void* pUserData, - SvLBoxButtonKind eButtonKind ) SAL_OVERRIDE; + SvLBoxButtonKind eButtonKind ) override; public: SvxCheckListBox( vcl::Window* pParent, WinBits nWinStyle = 0 ); void SetNormalStaticImage(const Image& rNormalStaticImage); virtual ~SvxCheckListBox(); - virtual void dispose() SAL_OVERRIDE; + virtual void dispose() override; void InsertEntry ( const OUString& rStr, sal_uLong nPos = TREELIST_APPEND, @@ -68,8 +68,8 @@ public: void* SetEntryData ( sal_uLong nPos, void* pNewData ); void* GetEntryData ( sal_uLong nPos ) const; - virtual void MouseButtonDown ( const MouseEvent& rMEvt ) SAL_OVERRIDE; - virtual void KeyInput ( const KeyEvent& rKEvt ) SAL_OVERRIDE; + virtual void MouseButtonDown ( const MouseEvent& rMEvt ) override; + virtual void KeyInput ( const KeyEvent& rKEvt ) override; }; #endif -- cgit