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


User hdu changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|''                        |'hdu'
--------------------------------------------------------------------------------
             Assigned to|pl                        |ihi
--------------------------------------------------------------------------------
        Target milestone|---                       |OOo 3.2
--------------------------------------------------------------------------------




------- Additional comments from h...@openoffice.org Mon Nov 23 09:10:32 +0000 
2009 -------
@ihi or @obo: h to silence the compiler warning please apply this patch
@pjanik: thanks! which platform and compiler complained about float argument?

--- vcl/unx/source/gdi/salgdi.cxx
+++ vcl/unx/source/gdi/salgdi.cxx
@@ -1785,3 +1785,3 @@
        // prepare the result vector
        // try to avoid reallocations by guessing a reasonable result size
-       rLSVector.reserve( aYMinQueue.size() * 1.5);
+       rLSVector.reserve( aYMinQueue.size() * 3/2 );

---------------------------------------------------------------------
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: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to