To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=96315
------- Additional comments from [EMAIL PROTECTED] Wed Nov 19 15:57:35 +0000 2008 ------- Thank you for this information. I did not know the OO parser would ignore everything after a trailing ";". I never noticed that. It would be kinda cool to allow inline comments after the trailing ";" of a function. Never thought about it. However, and for the records, your example is not clear. I guess you meant to say something like: And entry similar to: =abs(-10); + 1 would return 10 before OO3. Now in OO3 it returns Err:509, which is correct. Thanks for this. But the above expression has no trailing ";". The ";" is embedded in the expression, which is wrong. And before OO3, undetectable. However, and entry similar to: =abs(-10) + 1; would return 11 before OO3. Now in OO3 it returns Err:509. An otherwise valid expression is rejected because of the trailing ";" (nothing else left on the RHS of ";" but EOS). Thanks again for the fantastic work in OO. Can't say enough of this. --------------------------------------------------------------------- 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]
