From 5c84f40ea2e86bf85c0a59201faf1431f16aee40 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 10 Oct 2016 13:49:12 +0200 Subject: loplugin:constantfunction update the plugin similarly to commit 3ee3b36ae0c064fb5c81268d8d63444309d1b970 Author: Stephan Bergmann Date: Fri Oct 7 12:05:49 2016 +0200 loplugin:staticmethods: Don't be fooled by decls starting with macros Change-Id: I98ac3216d5acf89a49a26feb089ae2fd34e6e510 Reviewed-on: https://gerrit.libreoffice.org/29665 Tested-by: Jenkins Reviewed-by: Noel Grandin --- drawinglayer/source/primitive3d/sdrextrudelathetools3d.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drawinglayer') diff --git a/drawinglayer/source/primitive3d/sdrextrudelathetools3d.cxx b/drawinglayer/source/primitive3d/sdrextrudelathetools3d.cxx index 768eed9e8a7c..dba0f54bcbd0 100644 --- a/drawinglayer/source/primitive3d/sdrextrudelathetools3d.cxx +++ b/drawinglayer/source/primitive3d/sdrextrudelathetools3d.cxx @@ -96,7 +96,7 @@ namespace // use more precision, shrink the outer polygons. Since this may lead to self-intersections, // some kind of correction should be applied here after that step rOuterPolyPolygon = basegfx::tools::growInNormalDirection(rPolygon, -fOffset); - basegfx::tools::correctGrowShrinkPolygonPair(rPolygon, rOuterPolyPolygon); + // basegfx::tools::correctGrowShrinkPolygonPair(rPolygon, rOuterPolyPolygon); } } } -- cgit