From 591ac7e604fa47304a5ddc1a4f9badbba1199903 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 2 May 2017 08:31:23 +0200 Subject: loplugin:checkunusedparams in editeng Change-Id: I2b770d40ac2339cd2b04a765a6d970675d2ea1c1 Reviewed-on: https://gerrit.libreoffice.org/37133 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svx/source/table/cell.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/source/table/cell.cxx') diff --git a/svx/source/table/cell.cxx b/svx/source/table/cell.cxx index 32240990c05b..3483a7d3bdcb 100644 --- a/svx/source/table/cell.cxx +++ b/svx/source/table/cell.cxx @@ -1146,7 +1146,7 @@ void SAL_CALL Cell::setPropertyValue( const OUString& rPropertyName, const Any& if( !bSpecial ) { - if( !SvxUnoTextRangeBase::SetPropertyValueHelper( aSet, pMap, rValue, aSet )) + if( !SvxUnoTextRangeBase::SetPropertyValueHelper( pMap, rValue, aSet )) { if( aSet.GetItemState( pMap->nWID ) != SfxItemState::SET ) { -- cgit