diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM> | 2010-01-04 14:23:26 +0100 |
---|---|---|
committer | Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM> | 2010-01-04 14:23:26 +0100 |
commit | d822fda510265409131bff089156a1c8606c2727 (patch) | |
tree | 195bdb81110a48d98b3e8a2870f0329b302a1ddb /vcl/unx/source/gdi | |
parent | 460919060e77525e3ac3e94054fc0f17fae5ba17 (diff) | |
parent | 0c5348ff2c5cede4607555fdab45642db10b07ba (diff) |
merge with DEV300_m68
Diffstat (limited to 'vcl/unx/source/gdi')
-rw-r--r-- | vcl/unx/source/gdi/salgdi.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/source/gdi/salgdi.cxx b/vcl/unx/source/gdi/salgdi.cxx index 490a92d12a0f..f779770115e8 100644 --- a/vcl/unx/source/gdi/salgdi.cxx +++ b/vcl/unx/source/gdi/salgdi.cxx @@ -1807,7 +1807,7 @@ void splitIntersectingSegments( LSVector& rLSVector) // 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 ); // find all intersections CutPointSet aCutPointSet; |