summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/addonstoolbarmanager.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-05 22:43:11 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-06 08:20:55 +0200
commitb515d1f36fdf8c242079da60eb4ecd5fd456583c (patch)
treef26dd6feb936ddec4799bed60d4966d46acff938 /framework/inc/uielement/addonstoolbarmanager.hxx
parentf593be5bcde09965bb3478e00bcdedbc6bd5bc57 (diff)
Use various typed ToolBox::Set*Hdl Links
Change-Id: Iddfd36ae0de86fdd2d4febb2c05d1fe0c02801f0
Diffstat (limited to 'framework/inc/uielement/addonstoolbarmanager.hxx')
-rw-r--r--framework/inc/uielement/addonstoolbarmanager.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/uielement/addonstoolbarmanager.hxx b/framework/inc/uielement/addonstoolbarmanager.hxx
index bfaf87648137..561cfca25f0e 100644
--- a/framework/inc/uielement/addonstoolbarmanager.hxx
+++ b/framework/inc/uielement/addonstoolbarmanager.hxx
@@ -58,10 +58,10 @@ class AddonsToolBarManager : public ToolBarManager
void FillToolbar( const com::sun::star::uno::Sequence< com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue > >& rAddonToolbar );
protected:
- DECL_LINK(Click, void *);
- DECL_LINK(DoubleClick, void *);
+ DECL_LINK_TYPED(Click, ToolBox *, void);
+ DECL_LINK_TYPED(DoubleClick, ToolBox *, void);
DECL_LINK(Command, void *);
- DECL_LINK(Select, void *);
+ DECL_LINK_TYPED(Select, ToolBox *, void);
DECL_LINK(Activate, void *);
DECL_LINK(Deactivate, void *);
DECL_LINK( StateChanged, StateChangedType* );