diff options
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/itemset.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx index 5f9da72e3339..5ce13bb1f4c8 100644 --- a/include/svl/itemset.hxx +++ b/include/svl/itemset.hxx @@ -70,8 +70,6 @@ protected: SfxItemSet( SfxItemPool&, SfxAllItemSetFlag ); /** special constructor for SfxItemSetFixed */ SfxItemSet( SfxItemPool&, WhichRangesContainer&& ranges, SfxPoolItem const ** ppItems ); - /** special constructor for Clone */ - SfxItemSet( const SfxItemSet&, SfxPoolItem const ** ppItems ); public: SfxItemSet( const SfxItemSet& ); |