diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/svl/itemset.hxx | 2 |
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 ); |