diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-05 07:05:14 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-05 07:05:14 +0000 |
commit | aaed0385dbbac3b3a73e541d2d28d3f08908c466 (patch) | |
tree | 5756293d651360523c23a022433721e572e6c3ed /toolkit | |
parent | 41f03871c77506c37e1798236ff58791f3e68835 (diff) |
INTEGRATION: CWS aquavcl01 (1.5.46); FILE MERGED
2006/12/30 19:38:32 pjanik 1.5.46.1: #i72385#: Add Quartz/AQUA specific part.
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/vclxwindow1.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/toolkit/source/awt/vclxwindow1.cxx b/toolkit/source/awt/vclxwindow1.cxx index c23c1652997f..e2e9f8a2f53b 100644 --- a/toolkit/source/awt/vclxwindow1.cxx +++ b/toolkit/source/awt/vclxwindow1.cxx @@ -4,9 +4,9 @@ * * $RCSfile: vclxwindow1.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-16 12:16:09 $ + * last change: $Author: rt $ $Date: 2007-07-05 08:05:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -72,6 +72,8 @@ void VCLXWindow::SetSystemParent_Impl( sal_Int64 nHandle ) aSysParentData.hWnd = (HWND) nHandle; #elif defined( OS2 ) aSysParentData.hWnd = (HWND) nHandle; +#elif defined( QUARTZ ) + aSysParentData.rWindow = (WindowRef) nHandle; #elif defined( UNX ) aSysParentData.aWindow = (long)nHandle; #endif |