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





------- Additional comments from [EMAIL PROTECTED] Mon Oct 10 03:11:07 -0700 
2005 -------
Re cppuhelper:  I am confused by your remarks.  off_t is not C99 (but SUS), and
is related to file offsets.  What is used in cppuhelper is memory offsets;
ptrdiff_t would probably be the most correct type here, but sal_IntPtr should
also work fine (I assume that on any current platform, sal_IntPtr and ptrdiff_t
would be the same type, anyway).

Re registry:  Even better would probably be

  ... Data = %p\n", value1);

(the output is informative only, anyway, so some less-than-perfect formatting as
a pointer value should be no problem).  I can fix this minor issue on some other
CWS where I have that file added, anyway.

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