To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84378
                 Issue #|84378
                 Summary|to-be-SRC680_m239: toolkit/source/awt/vclxtoolkit.cxx 
                        |issue
               Component|gsl
                 Version|680m238
                Platform|Macintosh
                     URL|
              OS/Version|Mac OS X
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|vg
             Reported by|pjanik





------- Additional comments from [EMAIL PROTECTED] Sat Dec  8 18:55:56 +0000 
2007 -------
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;

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to