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





------- Additional comments from [EMAIL PROTECTED] Thu Nov  2 05:08:01 -0800 
2006 -------
Appears to be a result of issue 54498, which introduced the change

tools/inc/solar.h:1.41
< typedef sal_uInt32            ULONG;  /* typedef unsigned long   ULONG; */
---
> typedef sal_uIntPtr           ULONG;  /* typedef unsigned long   ULONG; */

nReloadSecs is ULONG, SvStream has an operator >>(sal_uInt32 &), and until
solar.h:1.40 everything happened to work.  Probably best to change nReloadSecs
to 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