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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/dlg/RemoteDialog.hxx b/sd/source/ui/dlg/RemoteDialog.hxx
index 27f5cb1bd550..c9ea8f51b6cd 100644
--- a/sd/source/ui/dlg/RemoteDialog.hxx
+++ b/sd/source/ui/dlg/RemoteDialog.hxx
@@ -28,9 +28,9 @@ private:
VclPtr<CloseButton> m_pButtonClose;
VclPtr<ClientBox> m_pClientBox;
- DECL_LINK_TYPED( HandleConnectButton, Button*, void );
- DECL_LINK_TYPED( CloseHdl, SystemWindow&, void );
- DECL_LINK_TYPED( CloseClickHdl, Button*, void );
+ DECL_LINK( HandleConnectButton, Button*, void );
+ DECL_LINK( CloseHdl, SystemWindow&, void );
+ DECL_LINK( CloseClickHdl, Button*, void );
public:
explicit RemoteDialog( vcl::Window* pWindow );
virtual ~RemoteDialog() override;