summaryrefslogtreecommitdiff
path: root/include/svtools/addresstemplate.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/addresstemplate.hxx')
-rw-r--r--include/svtools/addresstemplate.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/addresstemplate.hxx b/include/svtools/addresstemplate.hxx
index 815d57d36468..f7fa977f7a2f 100644
--- a/include/svtools/addresstemplate.hxx
+++ b/include/svtools/addresstemplate.hxx
@@ -127,11 +127,11 @@ namespace svt
DECL_LINK(OnFieldScroll, ScrollBar*);
DECL_LINK(OnFieldSelect, ListBox*);
- DECL_LINK(OnAdministrateDatasources, void*);
+ DECL_LINK_TYPED(OnAdministrateDatasources, Button*, void);
DECL_STATIC_LINK(AddressBookSourceDialog, OnComboGetFocus, ComboBox*);
DECL_LINK(OnComboLoseFocus, ComboBox*);
DECL_LINK(OnComboSelect, ComboBox*);
- DECL_LINK(OnOkClicked, void*);
+ DECL_LINK_TYPED(OnOkClicked, Button*, void);
DECL_LINK(OnDelayedInitialize, void*);
};