diff options
Diffstat (limited to 'uui/source/masterpassworddlg.cxx')
-rw-r--r-- | uui/source/masterpassworddlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/masterpassworddlg.cxx b/uui/source/masterpassworddlg.cxx index e36e978c2613..ddfe0762ccce 100644 --- a/uui/source/masterpassworddlg.cxx +++ b/uui/source/masterpassworddlg.cxx @@ -36,7 +36,7 @@ // ----------------------------------------------------------------------- -IMPL_LINK( MasterPasswordDialog, OKHdl_Impl, OKButton *, EMPTYARG ) +IMPL_LINK_NOARG(MasterPasswordDialog, OKHdl_Impl) { EndDialog( RET_OK ); return 1; |