From 8ce64dbb3d7875c00963ae257d53f2b7b58fc4ad Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 26 Jul 2017 14:11:32 +0200 Subject: loplugin:constparams in svx and fix a bug in the plugin itself when calling operator's like the one on std::function<> Change-Id: I1617607107eeff06785c1841f69e13ad2926218e Reviewed-on: https://gerrit.libreoffice.org/40446 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svx/source/table/tablerow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/source/table/tablerow.cxx') diff --git a/svx/source/table/tablerow.cxx b/svx/source/table/tablerow.cxx index ceda77a7fb41..2f0df692c9bf 100644 --- a/svx/source/table/tablerow.cxx +++ b/svx/source/table/tablerow.cxx @@ -101,7 +101,7 @@ TableRow& TableRow::operator=( const TableRow& r ) } -void TableRow::insertColumns( sal_Int32 nIndex, sal_Int32 nCount, CellVector::iterator* pIter /* = 0 */ ) +void TableRow::insertColumns( sal_Int32 nIndex, sal_Int32 nCount, CellVector::iterator const * pIter /* = 0 */ ) { throwIfDisposed(); if( nCount ) -- cgit