diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-06-11 19:54:20 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-06-11 22:43:28 +0300 |
commit | f9f60b95c1c2b032deccf44775336f706a67bf99 (patch) | |
tree | 84f61c436cbb41e319284596b8db0e7be10465c0 /include/svl/itempool.hxx | |
parent | 61ad374e723d57d1bafb4131d6b78cca42a504ed (diff) |
Bin crack, _SFXITEMS_HXX is not defined anywhere anyway
Change-Id: I9143e7fffef6e99d25a0fd87712ed26d2d42116e
Diffstat (limited to 'include/svl/itempool.hxx')
-rw-r--r-- | include/svl/itempool.hxx | 2 |
1 files changed, 0 insertions, 2 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 ); |