diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-09-24 19:12:24 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-09-25 18:56:19 +0000 |
commit | 4563921f23d79f6e3e431a314064c6dd201cfee2 (patch) | |
tree | 60a8d4c79cac6f83f9e95254fc5bbebe0dc38f63 /editeng/source | |
parent | 4954fff93ad353fc4dfab0ced51084dfcd6043ba (diff) |
remove unused parameter
bTotalRanges is never used.
SFX_ITEMSET_NO_DEFAULT_CTOR is no where else used.
Change-Id: Ia35ea875f16a8ca04c2173b01074113f1825f565
Reviewed-on: https://gerrit.libreoffice.org/29248
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'editeng/source')
-rw-r--r-- | editeng/source/uno/unotext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/uno/unotext.cxx b/editeng/source/uno/unotext.cxx index 02d73e803acf..e100da2641cb 100644 --- a/editeng/source/uno/unotext.cxx +++ b/editeng/source/uno/unotext.cxx @@ -1224,7 +1224,7 @@ void SvxUnoTextRangeBase::_setPropertyToDefault(SvxTextForwarder* pForwarder, co { do { - SfxItemSet aSet( *pForwarder->GetPool(), true ); + SfxItemSet aSet(*pForwarder->GetPool()); if( pMap->nWID == WID_FONTDESC ) { |