summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-07-20 11:22:20 +0000
committerOliver Bolte <obo@openoffice.org>2005-07-20 11:22:20 +0000
commit1b32083bdc5fc11ad4266df6d41472192951b1c4 (patch)
tree7a95d7da6dad65ca6ab22d43b967927219637a7e /toolkit
parent748834e18c353f37975d791a69e18b07165806c7 (diff)
INTEGRATION: CWS fwk18 (1.42.38); FILE MERGED
2005/07/04 11:54:26 mba 1.42.38.1: #124121#: support XSystemDependentWindowPeer
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/awt/vclxtoolkit.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx
index 99c10267eb06..03745155ee77 100644
--- a/toolkit/source/awt/vclxtoolkit.cxx
+++ b/toolkit/source/awt/vclxtoolkit.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: vclxtoolkit.cxx,v $
*
- * $Revision: 1.42 $
+ * $Revision: 1.43 $
*
- * last change: $Author: vg $ $Date: 2005-03-08 15:31:42 $
+ * last change: $Author: obo $ $Date: 2005-07-20 12:22:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1123,7 +1123,8 @@ Window* VCLXToolkit::ImplCreateWindow( VCLXWindow** ppNewComp,
if (!pNewWindow)
pNewWindow = new WorkWindow( pParent, nWinBits );
}
- *ppNewComp = new VCLXTopWindow;
+
+ *ppNewComp = new VCLXTopWindow( pNewWindow->GetType() == WINDOW_WORKWINDOW );
}
else if ( rDescriptor.Type == ::com::sun::star::awt::WindowClass_CONTAINER )
{