summaryrefslogtreecommitdiff
path: root/cui/source/inc/hlmarkwn.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/hlmarkwn.hxx')
-rw-r--r--cui/source/inc/hlmarkwn.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/hlmarkwn.hxx b/cui/source/inc/hlmarkwn.hxx
index ecc027190462..2844ed4361a8 100644
--- a/cui/source/inc/hlmarkwn.hxx
+++ b/cui/source/inc/hlmarkwn.hxx
@@ -44,7 +44,7 @@ private:
public:
SvxHlmarkTreeLBox( Window* pParent, const ResId& rResId );
- virtual void Paint( const Rectangle& rRect );
+ virtual void Paint( const Rectangle& rRect ) SAL_OVERRIDE;
};
@@ -78,7 +78,7 @@ protected:
void ClearTree();
int FillTree( ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > xLinks, SvTreeListEntry* pParentEntry =NULL );
- virtual void Move ();
+ virtual void Move () SAL_OVERRIDE;
DECL_LINK (ClickApplyHdl_Impl, void * );
DECL_LINK (ClickCloseHdl_Impl, void * );