summaryrefslogtreecommitdiff
path: root/uui/source/logindlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/logindlg.hxx')
-rw-r--r--uui/source/logindlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/uui/source/logindlg.hxx b/uui/source/logindlg.hxx
index 96304a0359ed..a8c34646bf04 100644
--- a/uui/source/logindlg.hxx
+++ b/uui/source/logindlg.hxx
@@ -62,9 +62,9 @@ class LoginDialog : public ModalDialog
void HideControls_Impl( sal_uInt16 nFlags );
void EnableUseSysCredsControls_Impl( bool bUseSysCredsEnabled );
- DECL_LINK(OKHdl_Impl, void *);
- DECL_LINK(PathHdl_Impl, void *);
- DECL_LINK(UseSysCredsHdl_Impl, void *);
+ DECL_LINK_TYPED(OKHdl_Impl, Button*, void);
+ DECL_LINK_TYPED(PathHdl_Impl, Button*, void);
+ DECL_LINK_TYPED(UseSysCredsHdl_Impl, Button*, void);
public:
LoginDialog(vcl::Window* pParent, sal_uInt16 nFlags,