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.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/conflictsdlg.hxx b/sc/source/ui/inc/conflictsdlg.hxx
index 03e6e831b271..0ccea7822fa7 100644
--- a/sc/source/ui/inc/conflictsdlg.hxx
+++ b/sc/source/ui/inc/conflictsdlg.hxx
@@ -152,10 +152,10 @@ private:
DECL_LINK( SelectHandle, void* );
DECL_LINK( DeselectHandle, void* );
DECL_LINK_TYPED( UpdateSelectionHdl, Idle*, void );
- DECL_LINK( KeepMineHandle, void* );
- DECL_LINK( KeepOtherHandle, void* );
- DECL_LINK( KeepAllMineHandle, void* );
- DECL_LINK( KeepAllOthersHandle, void* );
+ DECL_LINK_TYPED( KeepMineHandle, Button*, void );
+ DECL_LINK_TYPED( KeepOtherHandle, Button*, void );
+ DECL_LINK_TYPED( KeepAllMineHandle, Button*, void );
+ DECL_LINK_TYPED( KeepAllOthersHandle, Button*, void );
public:
ScConflictsDlg( vcl::Window* pParent, ScViewData* pViewData, ScDocument* pSharedDoc, ScConflictsList& rConflictsList );