summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)