basegfx/source/polygon/b2dpolygonclipper.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit df470d9658c202a990b9c75e2a8d6e3fd7a06dfd
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Wed Jan 25 19:42:37 2023 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Wed Jan 25 20:39:08 2023 +0000

    ofz#54437 Timeout
    
    Change-Id: Ib9b581a5e8b2385300923b2dc5bfaf7cee9c6bb4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146146
    Tested-by: Caolán McNamara <caol...@redhat.com>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

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

Reply via email to