summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-11-09 14:21:56 +0000
committerMathias Bauer <mba@openoffice.org>2001-11-09 14:21:56 +0000
commitc36494591426d392ae952bd6312846e63957f631 (patch)
tree27ca9fde25deb439f2620f40c0d0b5130a2bedd0
parent2e06b1feff7297eb3ce3a792a3f7f0536700a7fe (diff)
#89238#: make parent of password dialog visible
-rw-r--r--sfx2/source/appl/appopen.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/source/appl/appopen.cxx b/sfx2/source/appl/appopen.cxx
index db82c7b32151..ecf43ae7cafd 100644
--- a/sfx2/source/appl/appopen.cxx
+++ b/sfx2/source/appl/appopen.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: appopen.cxx,v $
*
- * $Revision: 1.39 $
+ * $Revision: 1.40 $
*
- * last change: $Author: cd $ $Date: 2001-11-01 16:54:16 $
+ * last change: $Author: mba $ $Date: 2001-11-09 15:21:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -380,6 +380,8 @@ ULONG CheckPasswd_Impl
if ( bIsEncrypted )
{
+ if ( pWin )
+ pWin->Show();
SfxPasswordDialog *pDlg = new SfxPasswordDialog(pWin);
String aTitle( pDlg->GetText() );
aTitle += String::CreateFromAscii(" [");