To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54498
User sb changed the following:
What |Old value |New value
================================================================================
Status|RESOLVED |REOPENED
--------------------------------------------------------------------------------
Resolution|FIXED |
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Sep 19 07:11:25 -0700
2005 -------
@kendy: Sorry for bothering you this late in the issue's progress, but I just
stumbled over one potential problem with the patch that I would like you to fix:
In vcl/inc/window.hxx in the functions SaveFocus and EndSaveFocus, ULONG got
replaced with sal_IntPtr (instead of sal_uIntPtr). For existing 32-bit
platforms, this is an incompatible change (effectively from sal_uInt32 to
sal_Int32) that leads to differently mangled C++ function names. This could
lead to a problem for StarOffice, where we probably issue patches including only
some of the libraries of this code branch. So, could you please change
vcl/inc/window.hxx, vcl/source/window/window2.cxx, and
svtools/source/dialogs/wizardmachine.cxx to use sal_uIntPtr instead of
sal_IntPtr? Thanks a lot in advance!
---------------------------------------------------------------------
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]