summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/BreakDlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/BreakDlg.hxx')
-rw-r--r--sd/source/ui/inc/BreakDlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/BreakDlg.hxx b/sd/source/ui/inc/BreakDlg.hxx
index 2a807a7870d3..b53745300552 100644
--- a/sd/source/ui/inc/BreakDlg.hxx
+++ b/sd/source/ui/inc/BreakDlg.hxx
@@ -72,7 +72,7 @@ private:
Link<> aLink;
SfxProgress *mpProgress;
- DECL_LINK( CancelButtonHdl, void* );
+ DECL_LINK_TYPED( CancelButtonHdl, Button*, void );
DECL_LINK( UpDate, void* );
DECL_LINK_TYPED( InitialUpdate, Idle*, void );
};