diff options
author | Noel Grandin <noel@peralex.com> | 2016-04-11 13:26:19 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-04-11 15:12:10 +0200 |
commit | c399630f9cd94bc570659c3bdfd6526e3532c46f (patch) | |
tree | fc398ef71306455fb062a734fee590a35f3fae9c /svtools/inc/table | |
parent | 76bff82cc637c10c8dbbbb7148e07555cf8e7ff4 (diff) |
clang-tidy performance-unnecessary-value-param in svtools
Change-Id: I6360a780aac9a387fed3a1c9a086196dbba0b089
Diffstat (limited to 'svtools/inc/table')
-rw-r--r-- | svtools/inc/table/tablecontrol.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/inc/table/tablecontrol.hxx b/svtools/inc/table/tablecontrol.hxx index b0725f51a373..9ab11b1f634a 100644 --- a/svtools/inc/table/tablecontrol.hxx +++ b/svtools/inc/table/tablecontrol.hxx @@ -67,7 +67,7 @@ namespace svt { namespace table virtual void dispose() override; /// sets a new table model - void SetModel( PTableModel _pModel ); + void SetModel( const PTableModel& _pModel ); /// retrieves the current table model PTableModel GetModel() const; |