To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28766
User bm changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Mar 4 06:34:47 -0800
2005 -------
As Daniel said, the minimum is 2E+19 and the maximum is calculated
automatically. At some place in the chart code the maximum is initialized with
minimum+1, which results in the same value as the minimum for this number.
Fix: Now for initialisation the maximum is: minimum + (0.1 * abs( minimum )),
unless the minimum is 0, then: maximum = minimum + 1
---------------------------------------------------------------------
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]