diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-02 08:31:23 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-02 10:55:46 +0200 |
commit | 591ac7e604fa47304a5ddc1a4f9badbba1199903 (patch) | |
tree | 247946d260ea857cc7d3c3e41b4089fdb371a0a6 /svx/source/table/cell.cxx | |
parent | 062e7063a94673d016a91a16a30e86b82c70a03d (diff) |
loplugin:checkunusedparams in editeng
Change-Id: I2b770d40ac2339cd2b04a765a6d970675d2ea1c1
Reviewed-on: https://gerrit.libreoffice.org/37133
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/table/cell.cxx')
-rw-r--r-- | svx/source/table/cell.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) { |