summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorAndreas Schlüns <as@openoffice.org>2002-06-27 08:40:36 +0000
committerAndreas Schlüns <as@openoffice.org>2002-06-27 08:40:36 +0000
commit29a49bdfb57a923f1dbd031b2c66a71608b6e276 (patch)
treebcb46fe205f008ca90e3cd023ead5850f73b2656 /toolkit
parent3e22720bc0428fccd94165405a67572154245337 (diff)
#100148# use top windows as system child ones
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/awt/vclxtoolkit.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx
index 1edd8a7846d8..a4a7dbf26851 100644
--- a/toolkit/source/awt/vclxtoolkit.cxx
+++ b/toolkit/source/awt/vclxtoolkit.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: vclxtoolkit.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: pb $ $Date: 2002-05-30 13:16:56 $
+ * last change: $Author: as $ $Date: 2002-06-27 09:40:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1025,7 +1025,7 @@ Window* VCLXToolkit::ImplCreateWindow( VCLXWindow** ppNewComp,
::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer > xPeer;
if ( pChildWindow )
{
- VCLXWindow* pPeer = new VCLXWindow;
+ VCLXTopWindow* pPeer = new VCLXTopWindow;
osl::Guard< vos::IMutex > aGuard( Application::GetSolarMutex() );
pPeer->SetWindow( pChildWindow );
xPeer = pPeer;