diff options
Diffstat (limited to 'sd/source/ui/inc/BreakDlg.hxx')
-rw-r--r-- | sd/source/ui/inc/BreakDlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/BreakDlg.hxx b/sd/source/ui/inc/BreakDlg.hxx index 1f37322bc3f0..55faf6cb2d32 100644 --- a/sd/source/ui/inc/BreakDlg.hxx +++ b/sd/source/ui/inc/BreakDlg.hxx @@ -72,7 +72,7 @@ private: DECL_LINK( CancelButtonHdl, Button*, void ); DECL_LINK( UpDate, void*, bool ); - DECL_LINK( InitialUpdate, Idle*, void ); + DECL_LINK( InitialUpdate, Timer*, void ); }; } // end of namespace sd |