summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-06-11 19:54:20 +0300
committerTor Lillqvist <tml@collabora.com>2014-06-11 22:43:28 +0300
commitf9f60b95c1c2b032deccf44775336f706a67bf99 (patch)
tree84f61c436cbb41e319284596b8db0e7be10465c0 /include
parent61ad374e723d57d1bafb4131d6b78cca42a504ed (diff)
Bin crack, _SFXITEMS_HXX is not defined anywhere anyway
Change-Id: I9143e7fffef6e99d25a0fd87712ed26d2d42116e
Diffstat (limited to 'include')
-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.!!