diff options
author | Noel Grandin <noel@peralex.com> | 2015-08-11 08:41:44 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-08-11 09:48:17 +0200 |
commit | 4712396b3b6c61b7a54ca631790561eeea5ffc93 (patch) | |
tree | 5a91e02a5e7ce630c52dbd0a349df15bb7c4813d /drawinglayer | |
parent | 4f87e9da415632f52a0b212a0005baa991e0585f (diff) |
loplugin: defaultparams
Change-Id: I906912f29448bfc72e8139546aa09525c959867f
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/source/processor3d/cutfindprocessor3d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/processor3d/cutfindprocessor3d.cxx b/drawinglayer/source/processor3d/cutfindprocessor3d.cxx index 3b30d3cb49cd..0daeb529cd76 100644 --- a/drawinglayer/source/processor3d/cutfindprocessor3d.cxx +++ b/drawinglayer/source/processor3d/cutfindprocessor3d.cxx @@ -184,7 +184,7 @@ namespace drawinglayer { const basegfx::B3DPoint aCutPoint(basegfx::interpolate(maFront, maBack, fCut)); - if(basegfx::tools::isInside(rPolyPolygon, aCutPoint, false)) + if(basegfx::tools::isInside(rPolyPolygon, aCutPoint)) { // #i102956# add result. Do not forget to do this in the coordinate // system the processor get started with, so use the collected |