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 [email protected] 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: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]