From cf35dbd17abefd50cca2e9219e72787ccd2889f0 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 26 Oct 2015 07:55:52 +0200 Subject: WaE: loplugin:defaultparams Change-Id: Ibb93059d4adab6b672cb9122b2dc8fe8af5bbbd6 --- basegfx/test/boxclipper.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'basegfx') diff --git a/basegfx/test/boxclipper.cxx b/basegfx/test/boxclipper.cxx index 92edbdb9b3dc..7e0bfa5196bf 100644 --- a/basegfx/test/boxclipper.cxx +++ b/basegfx/test/boxclipper.cxx @@ -167,8 +167,7 @@ public: std::for_each(randomPoly.begin(), randomPoly.end(), [this](const B2DPolygon& aPolygon) mutable { - this->aRandomIntersections.appendElement(aPolygon.getB2DRange(), - B2VectorOrientation::Negative, 1); } ); + this->aRandomIntersections.appendElement(aPolygon.getB2DRange(), B2VectorOrientation::Negative); } ); #endif } -- cgit