diff options
Diffstat (limited to 'include/sfx2/passwd.hxx')
-rw-r--r-- | include/sfx2/passwd.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sfx2/passwd.hxx b/include/sfx2/passwd.hxx index 212dc88ae09b..35e15d8b53a0 100644 --- a/include/sfx2/passwd.hxx +++ b/include/sfx2/passwd.hxx @@ -76,8 +76,9 @@ private: SfxShowExtras mnExtras; bool mbAsciiOnly; - DECL_DLLPRIVATE_LINK(EditModifyHdl, Edit*); + DECL_DLLPRIVATE_LINK_TYPED(EditModifyHdl, Edit&, void); DECL_DLLPRIVATE_LINK_TYPED(OKHdl, Button *, void); + void ModifyHdl(Edit*); void SetPasswdText(); |