diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-07-23 10:14:22 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-07-23 10:14:22 +0000 |
commit | 78cc871c47270d4ed58267ca0bd7fd3a30453d18 (patch) | |
tree | bacc2c43418efb3d2914df2ee14d787eda3b30e6 | |
parent | 7d09575dc4a2629d099bbe9741a86777f40c76c2 (diff) |
INTEGRATION: CWS fwklhf01 (1.3.142); FILE MERGED
2004/06/23 08:18:00 mav 1.3.142.1: #i30599# use parent when dialog itself is not visible
-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(); } |