basegfx/source/polygon/b2dlinegeometry.cxx |    1 -
 basegfx/source/tools/unopolypolygon.cxx    |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit 9830fe8d395cf5226f1850592393d6df281bca87
Author:     ayagamal-tech <[email protected]>
AuthorDate: Tue Jan 27 21:41:18 2026 +0200
Commit:     Gabor Kelemen <[email protected]>
CommitDate: Fri Jan 30 18:45:15 2026 +0100

    tdf#146619 Remove unused #include b2dpolypolygontools.hxx from basegfx
    
    Change-Id: I870d5c2964617eb4f615d63a16d9e380721c379f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198229
    Tested-by: Jenkins
    Reviewed-by: Gabor Kelemen <[email protected]>

diff --git a/basegfx/source/polygon/b2dlinegeometry.cxx 
b/basegfx/source/polygon/b2dlinegeometry.cxx
index f8d14d7d8af0..83ed8a5dfb9e 100644
--- a/basegfx/source/polygon/b2dlinegeometry.cxx
+++ b/basegfx/source/polygon/b2dlinegeometry.cxx
@@ -24,7 +24,6 @@
 #include <basegfx/vector/b2dvector.hxx>
 #include <basegfx/vector/b2enums.hxx>
 #include <basegfx/polygon/b2dpolygontools.hxx>
-#include <basegfx/polygon/b2dpolypolygontools.hxx>
 #include <basegfx/range/b2drange.hxx>
 #include <basegfx/matrix/b2dhommatrix.hxx>
 #include <basegfx/curve/b2dcubicbezier.hxx>
diff --git a/basegfx/source/tools/unopolypolygon.cxx 
b/basegfx/source/tools/unopolypolygon.cxx
index 50e14d7168f5..ba2bcec68b88 100644
--- a/basegfx/source/tools/unopolypolygon.cxx
+++ b/basegfx/source/tools/unopolypolygon.cxx
@@ -23,7 +23,6 @@
 #include <basegfx/point/b2dpoint.hxx>
 #include <basegfx/utils/canvastools.hxx>
 #include <basegfx/polygon/b2dpolygon.hxx>
-#include <basegfx/polygon/b2dpolypolygontools.hxx>
 #include <basegfx/utils/unopolypolygon.hxx>
 #include <cppuhelper/supportsservice.hxx>
 #include <utility>

Reply via email to