To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=59407 Issue #:|59407 Summary:|64bit: tools, sfx2, sd: BigInt -> sal_Int64 for |DateTime handling Component:|utilities Version:|680m142 Platform:|All URL:| OS/Version:|All Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|PATCH Priority:|P3 Subcomponent:|code Assigned to:|hro Reported by:|kendy
------- Additional comments from [EMAIL PROTECTED] Thu Dec 15 08:48:02 -0800 2005 ------- I'll attach a patch that removes usage of BigInt at 3 places. BigInt does not work properly on 64bit platforms yet, and in this case, it is not necessary at all. Also ULONG_MAX != SAL_MAX_UINT32, which makes the code plain wrong. Could you please have a look at the attached patch to review it? If it's OK, we can commit it to 'sixtyfour01' CWS. There's one thing I am not sure about in the patch - nDays is sal_Int64; is that correct that it is signed? Also - the patch is quite untested because I did not know how to test it the best way. Is there a testsuite I could use for this? Thank you! --------------------------------------------------------------------- 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]
