summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-05 23:15:53 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-06 08:20:56 +0200
commit8ff3a90d3c49b4c062fb6c2f0e80d8489f8bbe3e (patch)
tree5d97827217b2bd430fefbb4a7ceddd74d6811084 /framework/inc
parentb515d1f36fdf8c242079da60eb4ecd5fd456583c (diff)
Use typed ToolBox::SetActivateHdl Link
Change-Id: I15044bd9ea94562c1d4727f64aa0b32543e0cc0a
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/uielement/addonstoolbarmanager.hxx2
-rw-r--r--framework/inc/uielement/toolbarmanager.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/uielement/addonstoolbarmanager.hxx b/framework/inc/uielement/addonstoolbarmanager.hxx
index 561cfca25f0e..1dc3f14a9edb 100644
--- a/framework/inc/uielement/addonstoolbarmanager.hxx
+++ b/framework/inc/uielement/addonstoolbarmanager.hxx
@@ -62,7 +62,7 @@ class AddonsToolBarManager : public ToolBarManager
DECL_LINK_TYPED(DoubleClick, ToolBox *, void);
DECL_LINK(Command, void *);
DECL_LINK_TYPED(Select, ToolBox *, void);
- DECL_LINK(Activate, void *);
+ DECL_LINK_TYPED(Activate, ToolBox *, void);
DECL_LINK(Deactivate, void *);
DECL_LINK( StateChanged, StateChangedType* );
DECL_LINK( DataChanged, DataChangedEvent* );
diff --git a/framework/inc/uielement/toolbarmanager.hxx b/framework/inc/uielement/toolbarmanager.hxx
index 56db2819b72d..6e8ea309fd31 100644
--- a/framework/inc/uielement/toolbarmanager.hxx
+++ b/framework/inc/uielement/toolbarmanager.hxx
@@ -132,7 +132,7 @@ class ToolBarManager : public ToolbarManager_Base
DECL_LINK_TYPED(DropdownClick, ToolBox *, void);
DECL_LINK_TYPED(DoubleClick, ToolBox *, void);
DECL_LINK_TYPED(Select, ToolBox *, void);
- DECL_LINK(Activate, void *);
+ DECL_LINK_TYPED(Activate, ToolBox *, void);
DECL_LINK(Deactivate, void *);
DECL_LINK( StateChanged, StateChangedType* );
DECL_LINK( DataChanged, DataChangedEvent* );