diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-07-22 20:59:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-07-23 11:52:25 +0200 |
commit | 27ad68a95b513bfed5f837b66495cc210d044321 (patch) | |
tree | 904c13d4c8b387e00461676cebec86b939212023 /basegfx/source/polygon | |
parent | 56edc523a4aa2a99ce15c66d42a8c7ba55bf1580 (diff) |
ofz#57493 Timeout
Change-Id: Id8811e65227142881fc86f6d2db231fa053fc2d3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154768
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'basegfx/source/polygon')
-rw-r--r-- | basegfx/source/polygon/b2dpolygoncutandtouch.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/polygon/b2dpolygoncutandtouch.cxx b/basegfx/source/polygon/b2dpolygoncutandtouch.cxx index 92a0abce6c77..c91f0ec48f7d 100644 --- a/basegfx/source/polygon/b2dpolygoncutandtouch.cxx +++ b/basegfx/source/polygon/b2dpolygoncutandtouch.cxx @@ -884,7 +884,7 @@ namespace basegfx::utils if(nCount == 1) { // remove self intersections - aRetval.append(addPointsAtCutsAndTouches(rCandidate.getB2DPolygon(0))); + aRetval.append(addPointsAtCutsAndTouches(rCandidate.getB2DPolygon(0), pPointLimit)); } else { |