summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/RemoteDialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/dlg/RemoteDialog.hxx')
-rw-r--r--sd/source/ui/dlg/RemoteDialog.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/RemoteDialog.hxx b/sd/source/ui/dlg/RemoteDialog.hxx
index 3c936eb10a1a..764d84469ef7 100644
--- a/sd/source/ui/dlg/RemoteDialog.hxx
+++ b/sd/source/ui/dlg/RemoteDialog.hxx
@@ -28,8 +28,9 @@ private:
VclPtr<CloseButton> m_pButtonClose;
VclPtr<ClientBox> m_pClientBox;
- DECL_DLLPRIVATE_LINK( HandleConnectButton, void * );
- DECL_LINK( CloseHdl, void * );
+ DECL_DLLPRIVATE_LINK_TYPED( HandleConnectButton, Button*, void );
+ DECL_LINK( CloseHdl, void* );
+ DECL_LINK_TYPED( CloseClickHdl, Button*, void );
public:
RemoteDialog( vcl::Window* pWindow );
virtual ~RemoteDialog();