summaryrefslogtreecommitdiffstats
path: root/include/svl/itemset.hxx
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2016-09-24 19:12:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-09-25 18:56:19 +0000
commit4563921f23d79f6e3e431a314064c6dd201cfee2 (patch)
tree60a8d4c79cac6f83f9e95254fc5bbebe0dc38f63 /include/svl/itemset.hxx
parentdisable the two unstable tests for now (diff)
downloadcore-4563921f23d79f6e3e431a314064c6dd201cfee2.tar.gz
core-4563921f23d79f6e3e431a314064c6dd201cfee2.zip
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 'include/svl/itemset.hxx')
-rw-r--r--include/svl/itemset.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx
index 76511021567c..f327f92792eb 100644
--- a/include/svl/itemset.hxx
+++ b/include/svl/itemset.hxx
@@ -64,7 +64,7 @@ protected:
public:
SfxItemSet( const SfxItemSet& );
- SfxItemSet( SfxItemPool&, bool bTotalPoolRanges = false );
+ SfxItemSet( SfxItemPool&);
SfxItemSet( SfxItemPool&, sal_uInt16 nWhich1, sal_uInt16 nWhich2 );
SfxItemSet( SfxItemPool&, int nWh1, int nWh2, int nNull, ... );
SfxItemSet( SfxItemPool&, const sal_uInt16* nWhichPairTable );