summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basegfx/source/polygon/b2dpolygonclipper.cxx2
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