summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/PlaceEditDialog.hxx2
-rw-r--r--include/svtools/ServerDetailsControls.hxx2
-rw-r--r--include/svtools/addresstemplate.hxx2
-rw-r--r--include/svtools/editbrowsebox.hxx3
-rw-r--r--include/svtools/prnsetup.hxx2
5 files changed, 7 insertions, 4 deletions
diff --git a/include/svtools/PlaceEditDialog.hxx b/include/svtools/PlaceEditDialog.hxx
index 11ddc5fe5e97..92bafdb75be9 100644
--- a/include/svtools/PlaceEditDialog.hxx
+++ b/include/svtools/PlaceEditDialog.hxx
@@ -86,7 +86,7 @@ private:
DECL_LINK_TYPED ( DelHdl, Button *, void );
DECL_LINK_TYPED ( EditHdl, DetailsContainer*, void );
DECL_LINK ( ModifyHdl, void* );
- DECL_LINK ( SelectTypeHdl, void * );
+ DECL_LINK_TYPED ( SelectTypeHdl, ListBox&, void );
DECL_LINK ( EditLabelHdl, void * );
DECL_LINK ( EditUsernameHdl, void * );
diff --git a/include/svtools/ServerDetailsControls.hxx b/include/svtools/ServerDetailsControls.hxx
index 18ca39d6b40a..377cbc3370a6 100644
--- a/include/svtools/ServerDetailsControls.hxx
+++ b/include/svtools/ServerDetailsControls.hxx
@@ -149,7 +149,7 @@ class CmisDetailsContainer : public DetailsContainer
private:
void selectRepository( );
DECL_LINK_TYPED ( RefreshReposHdl, Button*, void );
- DECL_LINK ( SelectRepoHdl, void * );
+ DECL_LINK_TYPED ( SelectRepoHdl, ListBox&, void );
};
#endif
diff --git a/include/svtools/addresstemplate.hxx b/include/svtools/addresstemplate.hxx
index 00b532a0ba3a..75aa5f7fd8dc 100644
--- a/include/svtools/addresstemplate.hxx
+++ b/include/svtools/addresstemplate.hxx
@@ -126,7 +126,7 @@ namespace svt
void loadConfiguration();
DECL_LINK_TYPED(OnFieldScroll, ScrollBar*, void);
- DECL_LINK(OnFieldSelect, ListBox*);
+ DECL_LINK_TYPED(OnFieldSelect, ListBox&, void);
DECL_LINK_TYPED(OnAdministrateDatasources, Button*, void);
DECL_STATIC_LINK_TYPED(AddressBookSourceDialog, OnComboGetFocus, Control&, void);
DECL_LINK_TYPED(OnComboLoseFocus, Control&, void);
diff --git a/include/svtools/editbrowsebox.hxx b/include/svtools/editbrowsebox.hxx
index 753e0684f8e9..afe8adccbaae 100644
--- a/include/svtools/editbrowsebox.hxx
+++ b/include/svtools/editbrowsebox.hxx
@@ -389,6 +389,9 @@ namespace svt
protected:
virtual bool MoveAllowed(const KeyEvent& rEvt) const SAL_OVERRIDE;
virtual void SetModifyHdl(const Link<>& rLink) SAL_OVERRIDE;
+ private:
+ Link<> maModifyHdl;
+ DECL_LINK_TYPED(ListBoxSelectHdl, ListBox&, void);
};
diff --git a/include/svtools/prnsetup.hxx b/include/svtools/prnsetup.hxx
index 3c7c5848a788..afec7688e160 100644
--- a/include/svtools/prnsetup.hxx
+++ b/include/svtools/prnsetup.hxx
@@ -54,7 +54,7 @@ private:
SVT_DLLPRIVATE void ImplSetInfo();
DECL_DLLPRIVATE_LINK_TYPED( ImplPropertiesHdl, Button*, void );
- DECL_DLLPRIVATE_LINK( ImplChangePrinterHdl, void* );
+ DECL_DLLPRIVATE_LINK_TYPED( ImplChangePrinterHdl, ListBox&, void );
DECL_DLLPRIVATE_LINK_TYPED( ImplStatusHdl, Timer*, void );
public: