summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-07 09:35:04 +0200
committerNoel Grandin <noel@peralex.com>2015-09-08 08:16:46 +0200
commit61623d5b90510ae6c791a41031d586a9316e74c4 (patch)
tree0b5a8115ae6d603cbe6208b958d8b440ea8fd06f /sd/source/ui/inc
parentd7efea29cdc2faa57d172d7e4d8def18fd49536c (diff)
convert Link<> to typed
Change-Id: I365a81a0a960f5da736c9a97aa056da16c99452f
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r--sd/source/ui/inc/custsdlg.hxx1
-rw-r--r--sd/source/ui/inc/inspagob.hxx2
-rw-r--r--sd/source/ui/inc/tpaction.hxx2
3 files changed, 3 insertions, 2 deletions
diff --git a/sd/source/ui/inc/custsdlg.hxx b/sd/source/ui/inc/custsdlg.hxx
index 66cc333f9ca0..b31862e13344 100644
--- a/sd/source/ui/inc/custsdlg.hxx
+++ b/sd/source/ui/inc/custsdlg.hxx
@@ -85,6 +85,7 @@ private:
DECL_LINK_TYPED( ClickButtonHdl, Button*, void );
DECL_LINK( ClickButtonHdl2, void* );
+ DECL_LINK_TYPED( ClickButtonHdl3, SvTreeListBox*, void );
DECL_LINK_TYPED( OKHdl, Button*, void );
public:
diff --git a/sd/source/ui/inc/inspagob.hxx b/sd/source/ui/inc/inspagob.hxx
index 7dd1c7541b94..183d7ade8fac 100644
--- a/sd/source/ui/inc/inspagob.hxx
+++ b/sd/source/ui/inc/inspagob.hxx
@@ -38,7 +38,7 @@ private:
const OUString& rName;
void Reset();
- DECL_LINK( SelectObjectHdl, void * );
+ DECL_LINK_TYPED( SelectObjectHdl, SvTreeListBox*, void );
public:
SdInsertPagesObjsDlg( vcl::Window* pParent,
diff --git a/sd/source/ui/inc/tpaction.hxx b/sd/source/ui/inc/tpaction.hxx
index 931ed2d664b0..72eec7ece054 100644
--- a/sd/source/ui/inc/tpaction.hxx
+++ b/sd/source/ui/inc/tpaction.hxx
@@ -81,7 +81,7 @@ private:
DECL_LINK_TYPED( ClickSearchHdl, Button*, void );
DECL_LINK( ClickActionHdl, void * );
- DECL_LINK( SelectTreeHdl, void * );
+ DECL_LINK_TYPED( SelectTreeHdl, SvTreeListBox*, void );
DECL_LINK( CheckFileHdl, void * );
void UpdateTree();