summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2001-03-01 09:22:50 +0000
committerMalte Timmermann <mt@openoffice.org>2001-03-01 09:22:50 +0000
commit5fa86ed7c1248cc92fe274466d9d812bafea48df (patch)
tree1df0399aa86ee96ea0c05bb289dad15a8350846a /toolkit
parent0f3742028b6c883b13aebb1f45f59bf037fa36e5 (diff)
ToTop - TOTOP_RESTOREWHENMIN
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/awt/vclxtopwindow.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/source/awt/vclxtopwindow.cxx b/toolkit/source/awt/vclxtopwindow.cxx
index 1154210da61e..4663d3d3445d 100644
--- a/toolkit/source/awt/vclxtopwindow.cxx
+++ b/toolkit/source/awt/vclxtopwindow.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: vclxtopwindow.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:02:09 $
+ * last change: $Author: mt $ $Date: 2001-03-01 10:22:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -118,7 +118,7 @@ void VCLXTopWindow::toFront( ) throw(::com::sun::star::uno::RuntimeException)
Window* pWindow = GetWindow();
if ( pWindow )
- ((WorkWindow*)pWindow)->ToTop();
+ ((WorkWindow*)pWindow)->ToTop( TOTOP_RESTOREWHENMIN );
}
void VCLXTopWindow::toBack( ) throw(::com::sun::star::uno::RuntimeException)