summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/retypepassdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/retypepassdlg.hxx')
-rw-r--r--sc/source/ui/inc/retypepassdlg.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/inc/retypepassdlg.hxx b/sc/source/ui/inc/retypepassdlg.hxx
index 8c746c1438f0..19cc33ebec57 100644
--- a/sc/source/ui/inc/retypepassdlg.hxx
+++ b/sc/source/ui/inc/retypepassdlg.hxx
@@ -85,8 +85,8 @@ private:
OUString maTextHashGood;
OUString maTextHashRegen;
- DECL_LINK( OKHdl, void* );
- DECL_LINK( RetypeBtnHdl, PushButton* );
+ DECL_LINK_TYPED( OKHdl, Button*, void );
+ DECL_LINK_TYPED( RetypeBtnHdl, Button*, void );
struct TableItem
{
@@ -131,9 +131,9 @@ private:
VclPtr<RadioButton> m_pBtnRemovePassword;
- DECL_LINK( OKHdl, void* );
- DECL_LINK( RadioBtnHdl, RadioButton* );
- DECL_LINK( CheckBoxHdl, void* );
+ DECL_LINK_TYPED( OKHdl, Button*, void );
+ DECL_LINK_TYPED( RadioBtnHdl, Button*, void );
+ DECL_LINK_TYPED( CheckBoxHdl, Button*, void );
DECL_LINK( PasswordModifyHdl, void* );
ScPassHashProtectable* mpProtected;