[Libreoffice-commits] core.git: drawinglayer/source
Tor Lillqvist
tml at collabora.com
Tue Apr 26 17:12:25 UTC 2016
drawinglayer/source/processor2d/vclpixelprocessor2d.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 7671d643079b04f9e928425435a38aa98c7c4a55
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Apr 26 20:10:16 2016 +0300
loplugin:defaultparams
Not necessary to pass this argument, it defaults to the same value.
Change-Id: I090566ebc968c69351cd019e1a5b2b6a0749f03f
diff --git a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
index f3b08ec..70d0ffb 100644
--- a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
@@ -260,8 +260,8 @@ namespace drawinglayer
fTransparency,
rSource.getLineAttribute().getLineJoin(),
rSource.getLineAttribute().getLineCap(),
- rSource.getLineAttribute().getMiterMinimumAngle(),
- false /*bBypassAACheck, default*/))
+ rSource.getLineAttribute().getMiterMinimumAngle()
+ /* false bBypassAACheck, default*/))
{
bTryWorked = true;
}
More information about the Libreoffice-commits
mailing list