summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/svl/itempool.hxx2
-rw-r--r--include/svl/itemset.hxx4
2 files changed, 0 insertions, 6 deletions
diff --git a/include/svl/itempool.hxx b/include/svl/itempool.hxx
index 72bd11de4d1d..9ce3220f1d84 100644
--- a/include/svl/itempool.hxx
+++ b/include/svl/itempool.hxx
@@ -78,7 +78,6 @@ public:
void AddSfxItemPoolUser(SfxItemPoolUser& rNewUser);
void RemoveSfxItemPoolUser(SfxItemPoolUser& rOldUser);
-#ifndef _SFXITEMS_HXX
private:
sal_uInt16 GetIndex_Impl(sal_uInt16 nWhich) const;
sal_uInt16 GetSize_Impl() const;
@@ -90,7 +89,6 @@ public:
// for default SfxItemSet::CTOR, set default WhichRanges
void FillItemIdRanges_Impl( sal_uInt16*& pWhichRanges ) const;
const sal_uInt16* GetFrozenIdRanges() const;
-#endif
protected:
static inline void SetRefCount( SfxPoolItem& rItem, sal_uLong n );
diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx
index 2e4b61e2f40e..eed23ce66ac7 100644
--- a/include/svl/itemset.hxx
+++ b/include/svl/itemset.hxx
@@ -52,8 +52,6 @@ class SVL_DLLPUBLIC SfxItemSet
sal_uInt16* _pWhichRanges; // Array von Which-Bereichen
sal_uInt16 _nCount; // Anzahl Items
-#ifndef _SFXITEMS_HXX
-
friend class SfxItemPoolCache;
friend class SfxAllItemSet;
friend const char *DbgCheckItemSet( const void* );
@@ -66,8 +64,6 @@ private:
public:
SfxItemArray GetItems_Impl() const { return _aItems; }
-#endif
-
private:
const SfxItemSet& operator=(const SfxItemSet &); // n.i.!!