summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-09-03 18:37:52 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-09-04 06:32:49 +0000
commit24d90b8aa8e49507d02aa87a0b726ec303a27518 (patch)
tree28e472f42f557390998ff86ca9e979fe30259a57 /framework/inc
parent6741a0f25a0193941135636833e1068ee12fc77f (diff)
convert Link<> to typed
Change-Id: I936606b6fdbb5db50661bde68fc8472bb9dd8861 Reviewed-on: https://gerrit.libreoffice.org/18317 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/uielement/statusbarmanager.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/uielement/statusbarmanager.hxx b/framework/inc/uielement/statusbarmanager.hxx
index 0159a6687f55..9dfeed34058b 100644
--- a/framework/inc/uielement/statusbarmanager.hxx
+++ b/framework/inc/uielement/statusbarmanager.hxx
@@ -86,8 +86,8 @@ class StatusBarManager : public ::cppu::WeakImplHelper<
void MouseMove( const MouseEvent& rMEvt );
void MouseButtonDown( const MouseEvent& rMEvt );
void MouseButtonUp( const MouseEvent& rMEvt );
- DECL_LINK(Click, void *);
- DECL_LINK(DoubleClick, void *);
+ DECL_LINK_TYPED(Click, StatusBar*, void);
+ DECL_LINK_TYPED(DoubleClick, StatusBar*, void);
void RemoveControllers();
OUString RetrieveLabelFromCommand( const OUString& aCmdURL );