To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=40170





------- Additional comments from [EMAIL PROTECTED] Mon Mar  7 07:27:16 -0800 
2005 -------
I think I may have written that first part.  Of course there's a lot of code
around that uses ULONG/USHORT, but what you need to do when you touch code (just
like the policy of changing comments from German->English when you touch code)
is to also convert uses of ULONG/USHORT to the appropriate sal_* types.  A lot
of us have been doing that for 'vcl', 'svtools', and other modules.

_Pick_ a size.  If you need to have it be the native width of the platform, then
use "sal_Size".  DONT use ULONG since, as Kendy pointed out, too many people are
unaware of the implications for 64-bit platforms.

---------------------------------------------------------------------
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