summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-10-26 07:55:52 +0200
committerTor Lillqvist <tml@collabora.com>2015-10-26 08:11:57 +0200
commitcf35dbd17abefd50cca2e9219e72787ccd2889f0 (patch)
treeec4be5df1dab4e7a511f4139e7248238e162af07 /basegfx
parent5bc759b3ad86ce3c413707b740028cf88364b4da (diff)
WaE: loplugin:defaultparams
Change-Id: Ibb93059d4adab6b672cb9122b2dc8fe8af5bbbd6
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/test/boxclipper.cxx3
1 files changed, 1 insertions, 2 deletions
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
}