diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-01-25 19:42:37 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-01-25 20:39:08 +0000 |
commit | df470d9658c202a990b9c75e2a8d6e3fd7a06dfd (patch) | |
tree | 6a9000ec5d2d1274bedbffa774a18eb27152e764 | |
parent | 647163e60446300745c9787e582a35898d308c70 (diff) |
ofz#54437 Timeout
Change-Id: Ib9b581a5e8b2385300923b2dc5bfaf7cee9c6bb4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146146
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | basegfx/source/polygon/b2dpolygonclipper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/polygon/b2dpolygonclipper.cxx b/basegfx/source/polygon/b2dpolygonclipper.cxx index 69eba2c84fa7..e9099b730578 100644 --- a/basegfx/source/polygon/b2dpolygonclipper.cxx +++ b/basegfx/source/polygon/b2dpolygonclipper.cxx @@ -489,7 +489,7 @@ namespace basegfx::utils // be solved again, they were solved in the preparation. aRetval.append(aMergePolyPolygonA); aRetval.append(aMergePolyPolygonB); - aRetval = solveCrossovers(aRetval); + aRetval = solveCrossovers(aRetval, pPointLimit); // now remove neutral polygons (closed, but no area). In a last // step throw away all polygons which have a depth of less than 1 |