summaryrefslogtreecommitdiff
path: root/svtools/source/table/tablecontrol_impl.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-11 13:26:19 +0200
committerNoel Grandin <noel@peralex.com>2016-04-11 15:12:10 +0200
commitc399630f9cd94bc570659c3bdfd6526e3532c46f (patch)
treefc398ef71306455fb062a734fee590a35f3fae9c /svtools/source/table/tablecontrol_impl.cxx
parent76bff82cc637c10c8dbbbb7148e07555cf8e7ff4 (diff)
clang-tidy performance-unnecessary-value-param in svtools
Change-Id: I6360a780aac9a387fed3a1c9a086196dbba0b089
Diffstat (limited to 'svtools/source/table/tablecontrol_impl.cxx')
-rw-r--r--svtools/source/table/tablecontrol_impl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/table/tablecontrol_impl.cxx b/svtools/source/table/tablecontrol_impl.cxx
index b023d909bf14..46049a417e92 100644
--- a/svtools/source/table/tablecontrol_impl.cxx
+++ b/svtools/source/table/tablecontrol_impl.cxx
@@ -263,7 +263,7 @@ namespace svt { namespace table
DELETEZ( m_pSelEngine );
}
- void TableControl_Impl::setModel( PTableModel _pModel )
+ void TableControl_Impl::setModel( const PTableModel& _pModel )
{
SuppressCursor aHideCursor( *this );