To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47521
User er changed the following:
What |Old value |New value
================================================================================
Target milestone|OOo 2.0.1 |not determined
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed May 11 03:48:54 -0700
2005 -------
I don't like this approach for several reasons.
1. It adds yet another parameter to several methods that are called
a million times, just to get this tiny change in.
2. We could apply this change only to OOo2.0, not in any later release,
because then there would be no distinction between formats anymore,
and a LOG(x) written by a later release could not be read by OOo2.0.
We want to calm down the code base for the 2.0 release and only fix
urgent issues, and wouldn't apply this for 2.0
3. This patch would introduce a core-based distinction between the new
OpenDocument file format and the older .sxc format. We don't do that
on purpose to keep this away from the core, all saves to the older
format are handled by a transformation.
Just a quick idea: I could imagine another approach that uses the auto
correction of the formula compiler to either suggest the use of LOG10
instead of LOG if only one parameter was used, or add the missing
parameter. This way we wouldn't have any trouble with any file formats
whatsoever. Didn't investigate if that would be easy enough to implement
though.
Eike
---------------------------------------------------------------------
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]