summaryrefslogtreecommitdiff
path: root/svx/source/inc/docrecovery.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/docrecovery.hxx')
-rw-r--r--svx/source/inc/docrecovery.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/inc/docrecovery.hxx b/svx/source/inc/docrecovery.hxx
index 47c425856e40..1cd3ba4dacfc 100644
--- a/svx/source/inc/docrecovery.hxx
+++ b/svx/source/inc/docrecovery.hxx
@@ -396,7 +396,7 @@ class SaveDialog : public Dialog
virtual ~SaveDialog();
virtual void dispose() SAL_OVERRIDE;
- DECL_LINK(OKButtonHdl, void*);
+ DECL_LINK_TYPED(OKButtonHdl, Button*, void);
};
class SaveProgressDialog : public ModalDialog
@@ -544,8 +544,8 @@ class RecoveryDialog : public Dialog
// helper
private:
/** @short TODO */
- DECL_LINK(NextButtonHdl, void*);
- DECL_LINK(CancelButtonHdl, void*);
+ DECL_LINK_TYPED(NextButtonHdl, Button*, void);
+ DECL_LINK_TYPED(CancelButtonHdl, Button*, void);
/** @short TODO */
@@ -599,15 +599,15 @@ class BrokenRecoveryDialog : public ModalDialog
/** @short TODO */
- DECL_LINK(SaveButtonHdl, void*);
+ DECL_LINK_TYPED(SaveButtonHdl, Button*, void);
/** @short TODO */
- DECL_LINK(OkButtonHdl, void*);
+ DECL_LINK_TYPED(OkButtonHdl, Button*, void);
/** @short TODO */
- DECL_LINK(CancelButtonHdl, void*);
+ DECL_LINK_TYPED(CancelButtonHdl, Button*, void);
/** @short TODO */