summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/conflictsdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/conflictsdlg.hxx')
-rw-r--r--sc/source/ui/inc/conflictsdlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/conflictsdlg.hxx b/sc/source/ui/inc/conflictsdlg.hxx
index 74cdc5ce3a51..b2b3739c355e 100644
--- a/sc/source/ui/inc/conflictsdlg.hxx
+++ b/sc/source/ui/inc/conflictsdlg.hxx
@@ -182,9 +182,9 @@ private:
void KeepHandler( bool bMine );
void KeepAllHandler( bool bMine );
- DECL_LINK( SelectHandle, SvxRedlinTable* );
- DECL_LINK( DeselectHandle, SvxRedlinTable* );
- DECL_LINK( UpdateSelectionHdl, Timer* );
+ DECL_LINK( SelectHandle, void* );
+ DECL_LINK( DeselectHandle, void* );
+ DECL_LINK( UpdateSelectionHdl, void* );
DECL_LINK( KeepMineHandle, void* );
DECL_LINK( KeepOtherHandle, void* );
DECL_LINK( KeepAllMineHandle, void* );