diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-07-23 10:14:10 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-07-23 10:14:10 +0000 |
commit | 7d09575dc4a2629d099bbe9741a86777f40c76c2 (patch) | |
tree | 961d83fefb31ec7eefe60d71add056feda355e5f | |
parent | 679e53e8072d8e5f39a3279f087792ab83db12fe (diff) |
INTEGRATION: CWS fwklhf01 (1.1.142); FILE MERGED
2004/06/23 08:18:00 mav 1.1.142.1: #i30599# use parent when dialog itself is not visible
-rw-r--r-- | uui/source/masterpassworddlg.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/uui/source/masterpassworddlg.cxx b/uui/source/masterpassworddlg.cxx index 34c781f46eb8..435473c1c45a 100644 --- a/uui/source/masterpassworddlg.cxx +++ b/uui/source/masterpassworddlg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: masterpassworddlg.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mav $ $Date: 2002-10-31 11:08:34 $ + * last change: $Author: hr $ $Date: 2004-07-23 11:14:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -108,7 +108,7 @@ MasterPasswordDialog::MasterPasswordDialog if( nDialogMode == ::com::sun::star::task::PasswordRequestMode_PASSWORD_REENTER ) { String aErrorMsg( ResId( STR_ERROR_MASTERPASSWORD_WRONG, pResourceMgr )); - ErrorBox aErrorBox( this, WB_OK, aErrorMsg ); + ErrorBox aErrorBox( pParent, WB_OK, aErrorMsg ); aErrorBox.Execute(); } |