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





------- Additional comments from [EMAIL PROTECTED] Wed Sep 20 07:47:28 -0700 
2006 -------
@pjanik:  Safest would be to use the largest (standard) type available, which
would be unsigned long here (lMap.size() is guaranteed to be of an unsigned
type).  Also, in C++ code please do not use C-style casts.  Thus, I would prefer

printf("size=%lu\n",static_cast<unsigned long>(lMap.size()));

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