summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/redlndlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-07 14:26:19 +0200
committerNoel Grandin <noel@peralex.com>2015-09-08 08:16:47 +0200
commit20646c4c0115a298560f9cff4aeaba9503f65977 (patch)
tree7ce71a9aec29bc2a7560cb619bdc36be8f6ef570 /sw/source/uibase/inc/redlndlg.hxx
parent8ad9cc042416c7b4ef89644b60928588f0505798 (diff)
convert Link<> to typed
Change-Id: I7c7a4bbaa4670e873599ad2533a1c2de713cf53f
Diffstat (limited to 'sw/source/uibase/inc/redlndlg.hxx')
-rw-r--r--sw/source/uibase/inc/redlndlg.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/uibase/inc/redlndlg.hxx b/sw/source/uibase/inc/redlndlg.hxx
index 93350fc0ed46..db8128f869ff 100644
--- a/sw/source/uibase/inc/redlndlg.hxx
+++ b/sw/source/uibase/inc/redlndlg.hxx
@@ -88,11 +88,11 @@ class SW_DLLPUBLIC SwRedlineAcceptDlg
// prevent update dialog data during longer operations (cf #102657#)
bool bInhibitActivate;
- DECL_DLLPRIVATE_LINK( AcceptHdl, void* );
- DECL_DLLPRIVATE_LINK( AcceptAllHdl, void* );
- DECL_DLLPRIVATE_LINK( RejectHdl, void* );
- DECL_DLLPRIVATE_LINK( RejectAllHdl, void* );
- DECL_DLLPRIVATE_LINK( UndoHdl, void* );
+ DECL_DLLPRIVATE_LINK_TYPED( AcceptHdl, SvxTPView*, void );
+ DECL_DLLPRIVATE_LINK_TYPED( AcceptAllHdl, SvxTPView*, void );
+ DECL_DLLPRIVATE_LINK_TYPED( RejectHdl, SvxTPView*, void );
+ DECL_DLLPRIVATE_LINK_TYPED( RejectAllHdl, SvxTPView*, void );
+ DECL_DLLPRIVATE_LINK_TYPED( UndoHdl, SvxTPView*, void );
DECL_DLLPRIVATE_LINK_TYPED( DeselectHdl, SvTreeListBox*, void );
DECL_DLLPRIVATE_LINK_TYPED( SelectHdl, SvTreeListBox*, void );
DECL_DLLPRIVATE_LINK_TYPED( SelectTimerHdl, Timer*, void );