From 78cc871c47270d4ed58267ca0bd7fd3a30453d18 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Fri, 23 Jul 2004 10:14:22 +0000 Subject: 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 --- uui/source/passworddlg.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'uui') 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(); } -- cgit