summaryrefslogtreecommitdiff
path: root/cppcanvas
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-11 08:41:44 +0200
committerNoel Grandin <noel@peralex.com>2015-08-11 09:48:17 +0200
commit4712396b3b6c61b7a54ca631790561eeea5ffc93 (patch)
tree5a91e02a5e7ce630c52dbd0a349df15bb7c4813d /cppcanvas
parent4f87e9da415632f52a0b212a0005baa991e0585f (diff)
loplugin: defaultparams
Change-Id: I906912f29448bfc72e8139546aa09525c959867f
Diffstat (limited to 'cppcanvas')
-rw-r--r--cppcanvas/source/mtfrenderer/emfplus.cxx2
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);