summaryrefslogtreecommitdiffstats
path: root/include/svl/itemset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/itemset.hxx')
-rw-r--r--include/svl/itemset.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx
index 0f435f8e22cf..453b571e0d41 100644
--- a/include/svl/itemset.hxx
+++ b/include/svl/itemset.hxx
@@ -33,7 +33,6 @@
// I2TM
#include <item/base/ItemSet.hxx>
-#include <item/base/SlotSet.hxx>
// ~I2TM
class SfxItemPool;
@@ -237,12 +236,9 @@ public:
// I2TM Transfer phase:
private:
Item::ItemSet::SharedPtr m_aItemSetSharedPtr;
- Item::SlotSet::SharedPtr m_aSlotSetSharedPtr;
public:
// - deliver Item::ItemSet for this SfxItemSet
Item::ItemSet& itemSet() const;
- // - deliver Item::SlotSet for this SfxItemSet
- Item::SlotSet& slotSet() const;
// ~I2TM
};