summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/protectiondlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/protectiondlg.hxx')
-rw-r--r--sc/source/ui/inc/protectiondlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/protectiondlg.hxx b/sc/source/ui/inc/protectiondlg.hxx
index d2f671317d6c..69e8f842eacf 100644
--- a/sc/source/ui/inc/protectiondlg.hxx
+++ b/sc/source/ui/inc/protectiondlg.hxx
@@ -66,7 +66,7 @@ private:
DECL_LINK_TYPED( OKHdl, Button*, void );
DECL_LINK_TYPED( CheckBoxHdl, Button*, void );
- DECL_LINK( PasswordModifyHdl, void* );
+ DECL_LINK_TYPED( PasswordModifyHdl, Edit&, void );
};
#endif