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





------- Additional comments from [EMAIL PROTECTED] Wed Mar 29 23:56:04 -0800 
2006 -------
...also, the definitions of OSL_HI/LODWORD should read

#define OSL_HIDWORD(q) ((sal_uInt32)(((sal_uInt64)(q) >> 32) &
SAL_CONST_UINT64(0xFFFFFFFF)))
#define OSL_LODWORD(q) ((sal_uInt32)((sal_uInt64)(q) &
SAL_CONST_UINT64(0xFFFFFFFF)))

or else their values are needlessly of type sal_uInt64 instead of sal_uInt32.

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