summaryrefslogtreecommitdiff
path: root/vcl/workben
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-25 15:00:10 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-02-26 07:43:13 +0000
commit30d8216ba3b471df7276abcd8c8744cd426e6967 (patch)
tree28b092f04e6e0674f783799c90c743c2f9224ee3 /vcl/workben
parent2d162b1c70c1bc16d682b74ee1d0b13a9a80717d (diff)
loplugin:unuseddefaultparam in vcl/
Change-Id: Ic09d160ed6e3cdcd95bc04844ee8f20cfcb286ec Reviewed-on: https://gerrit.libreoffice.org/22698 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'vcl/workben')
-rw-r--r--vcl/workben/outdevgrind.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/workben/outdevgrind.cxx b/vcl/workben/outdevgrind.cxx
index 03e2af70377e..f28241096737 100644
--- a/vcl/workben/outdevgrind.cxx
+++ b/vcl/workben/outdevgrind.cxx
@@ -765,8 +765,9 @@ void grindFunc( OutputDevice& rTarget,
/** Call OutputDevice render methods repeatedly, and output elapsed
time to stdout
*/
-void outDevGrind(vcl::RenderContext& rTarget, sal_Int32 nTurns = 100)
+void outDevGrind(vcl::RenderContext& rTarget)
{
+ sal_Int32 nTurns = 100;
// TODO(F1): also profile pure complex clip setup times!
// State: fill/line color, draw mode, w/o clip, rect clip, complex clip