diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-02-25 16:57:58 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-02-25 16:57:58 +0000 |
commit | dd466dea16ba81567e53406c1fe0e89932e0d507 (patch) | |
tree | 4688d2580a1ae89510523aa5adb9403217c8d642 /toolkit/source/awt/vclxtoolkit.cxx | |
parent | 9aa4101c53e483be1d25c1e5aaad2cf542540a56 (diff) |
INTEGRATION: CWS layoutmanager (1.33.12); FILE MERGED
2004/01/30 00:10:50 cd 1.33.12.2: RESYNC: (1.33-1.34); FILE MERGED
2003/11/24 09:28:34 abi 1.33.12.1: added XSystemDependentWindowPeer to vclxtopwindow in case of creation via createSystemChild
Diffstat (limited to 'toolkit/source/awt/vclxtoolkit.cxx')
-rw-r--r-- | toolkit/source/awt/vclxtoolkit.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx index 9c2e68e1a655..f6c7a4e4907b 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -2,9 +2,9 @@ * * $RCSfile: vclxtoolkit.cxx,v $ * - * $Revision: 1.34 $ + * $Revision: 1.35 $ * - * last change: $Author: kz $ $Date: 2003-12-11 11:56:46 $ + * last change: $Author: kz $ $Date: 2004-02-25 17:57:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1178,7 +1178,7 @@ Window* VCLXToolkit::ImplCreateWindow( VCLXWindow** ppNewComp, ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer > xPeer; if ( pChildWindow ) { - VCLXTopWindow* pPeer = new VCLXTopWindow; + VCLXTopWindow* pPeer = new VCLXTopWindow(true); osl::Guard< vos::IMutex > aGuard( Application::GetSolarMutex() ); pPeer->SetWindow( pChildWindow ); xPeer = pPeer; |