Issue 84378 - to-be-SRC680_m239: toolkit/source/awt/vclxtoolkit.cxx issue
Summary: to-be-SRC680_m239: toolkit/source/awt/vclxtoolkit.cxx issue
Status: CLOSED FIXED
Alias: None
Product: gsl
Classification: Code
Component: code (show other issues)
Version: 680m238
Hardware: Mac Mac OS X, all
: P1 (highest) Trivial (vote)
Target Milestone: OOo 2.4
Assignee: carsten.driesner
QA Contact: issues@gsl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-08 18:55 UTC by pavel
Modified: 2007-12-10 09:57 UTC (History)
2 users (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2007-12-08 18:55:56 UTC
Hi,

to compile module toolkit, this change is needed.

--- ooo_SRC680_m239_src.orig/toolkit/source/awt/vclxtoolkit.cxx 2007-12-08 19:52:53.000000000 
+0100
+++ ooo_SRC680_m239_src/toolkit/source/awt/vclxtoolkit.cxx      2007-12-08 19:53:33.000000000 
+0100
@@ -1262,7 +1262,7 @@
             SystemParentData aParentData;
             aParentData.nSize  = sizeof( aParentData );
             #if defined QUARTZ
-            aParentData.rWindow        = reinterpret_cast<NSView*>(nWindowHandle);
+            aParentData.pView  = reinterpret_cast<NSView*>(nWindowHandle);
             #elif defined UNX
             aParentData.aWindow = nWindowHandle;
             aParentData.bXEmbedSupport = bXEmbed;
Comment 1 pavel 2007-12-09 19:54:07 UTC
.
Comment 2 Mathias_Bauer 2007-12-10 09:42:50 UTC
Carsten, toolkit is yours, IIRC
Comment 3 vg 2007-12-10 09:49:50 UTC
fixed on master SRC680 m239
Comment 4 pavel 2007-12-10 09:52:23 UTC
Verified there.

Closing.

Comment 5 carsten.driesner 2007-12-10 09:57:37 UTC
cd: Already applied to master and verified together with pl.