diff options
Diffstat (limited to 'uui/source/passworddlg.cxx')
-rw-r--r-- | uui/source/passworddlg.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/uui/source/passworddlg.cxx b/uui/source/passworddlg.cxx index fdcddfdf1769..03bf12dcb5a5 100644 --- a/uui/source/passworddlg.cxx +++ b/uui/source/passworddlg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: passworddlg.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mav $ $Date: 2002-10-31 11:08:38 $ + * last change: $Author: hr $ $Date: 2004-07-23 11:14:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -108,7 +108,7 @@ PasswordDialog::PasswordDialog if( nDialogMode == ::com::sun::star::task::PasswordRequestMode_PASSWORD_REENTER ) { String aErrorMsg( ResId( STR_ERROR_PASSWORD_WRONG, pResourceMgr )); - ErrorBox aErrorBox( this, WB_OK, aErrorMsg ); + ErrorBox aErrorBox( pParent, WB_OK, aErrorMsg ); aErrorBox.Execute(); } |