To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=96872
------- Additional comments from [EMAIL PROTECTED] Sun Dec 7 23:42:05 +0000 2008 ------- The problem has been told earlier in issue 69798, which was closed as duplicate of issue 69749. But I think the problem in issue 69749 is different. There is the problem, that the decimal number has no exact binary representation. But here the binary representation is exact, and it does not exceed the range of 52 bits. So it is neither a "overflow" problem nor a problem of converting decimal numbers. Internally, when using double type, you can calculate this example without error, as you can see when executing the macros. But if the marco uses the cell content it fails too. Therefore I think, that the error must be somewhere on the way from the decimal cell content to its binary representation. --------------------------------------------------------------------- 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]
