summaryrefslogtreecommitdiff
path: root/vcl/workben
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-19 10:50:07 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-19 10:50:07 +0200
commit90576b93244ea836714cb1b75dff16503a270772 (patch)
treeb2e8eab0e2d298a5aa0b2ebff48457c722035f04 /vcl/workben
parent454ab144c9f531a090a38ad23b5f50af85f1fbea (diff)
clang-tidy performance-unnecessary-value-param in vcl
Change-Id: I0b53c4bf5b4619cde357cf4eb432b153b1f7e6b5
Diffstat (limited to 'vcl/workben')
-rw-r--r--vcl/workben/outdevgrind.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/workben/outdevgrind.cxx b/vcl/workben/outdevgrind.cxx
index e6ff4f48cbff..1b983bcd2f3a 100644
--- a/vcl/workben/outdevgrind.cxx
+++ b/vcl/workben/outdevgrind.cxx
@@ -580,7 +580,7 @@ void setupMethodStubs( functor_vector_type& res )
}
void grindFunc( OutputDevice& rTarget,
- functor_vector_type::const_iterator iter,
+ functor_vector_type::const_iterator const & iter,
sal_Int32 nTurns,
const char* pMsg )
{