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 /cppcanvas | |
parent | 4f87e9da415632f52a0b212a0005baa991e0585f (diff) |
loplugin: defaultparams
Change-Id: I906912f29448bfc72e8139546aa09525c959867f
Diffstat (limited to 'cppcanvas')
-rw-r--r-- | cppcanvas/source/mtfrenderer/emfplus.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppcanvas/source/mtfrenderer/emfplus.cxx b/cppcanvas/source/mtfrenderer/emfplus.cxx index 6bea2397051e..cd09430f637c 100644 --- a/cppcanvas/source/mtfrenderer/emfplus.cxx +++ b/cppcanvas/source/mtfrenderer/emfplus.cxx @@ -2326,7 +2326,7 @@ namespace cppcanvas float dx, dy, dw, dh; - ReadRectangle (rMF, dx, dy, dw, dh, false); + ReadRectangle (rMF, dx, dy, dw, dh); SAL_INFO("cppcanvas.emf", "EMF+ RectData: " << dx << "," << dy << " " << dw << "x" << dh); |