To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83684





------- Additional comments from [EMAIL PROTECTED] Wed Nov 21 00:31:04 +0000 
2007 -------
Back to normal!  :-)
[but watch for linewrap]

diff -u -r1.8 ScaleAutomatism.cxx
--- ScaleAutomatism.cxx 11 Jun 2007 15:02:44 -0000      1.8
+++ ScaleAutomatism.cxx 21 Nov 2007 00:08:03 -0000
@@ -530,7 +524,7 @@
     {
         /*  If minimum equals maximum, or if minimum is less than 5/6 of
             maximum, set minimum to 0. */
-        if( (fTempMinimum == fTempMaximum) || (fTempMinimum / fTempMaximum <
5.0 / 6.0) )
+        if (fTempMinimum == fTempMaximum)
         {
             if( m_bExpandWideValuesToZero )
                 fTempMinimum = 0.0;

Rainer:  I see that the axis is where you put it, at 50, but I'm not sure
         what you would prefer.  If you want the axis to be at the bottom
         then you need to set the minimum to the same value, no?

---------------------------------------------------------------------
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]

Reply via email to