summaryrefslogtreecommitdiffstats
path: root/sc/inc/olinetab.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-12 08:38:35 +0200
committerNoel Grandin <noel@peralex.com>2016-04-12 10:16:25 +0200
commit9760db660a3b9db267a9fc635e2cb1e4136cf5f3 (patch)
treed1171573618144a72952de9fb45281b8ed1e7826 /sc/inc/olinetab.hxx
parentRevert "tdf#88206: use variadic variants for cppu helper" (diff)
downloadcore-9760db660a3b9db267a9fc635e2cb1e4136cf5f3.tar.gz
core-9760db660a3b9db267a9fc635e2cb1e4136cf5f3.zip
clang-tidy performance-unnecessary-value-param in sc
Change-Id: Ia2255e1e3f7a8834a4b5d2a6bbab2c6dd498d356
Diffstat (limited to 'sc/inc/olinetab.hxx')
-rw-r--r--sc/inc/olinetab.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/olinetab.hxx b/sc/inc/olinetab.hxx
index 6b4824402a1f..02f4d701d862 100644
--- a/sc/inc/olinetab.hxx
+++ b/sc/inc/olinetab.hxx
@@ -79,7 +79,7 @@ public:
iterator end();
const_iterator begin() const;
const_iterator end() const;
- void erase(iterator pos);
+ void erase(const iterator& pos);
bool empty() const;
iterator FindStart(SCCOLROW nMinStart);