Kaydet (Commit) f9f60b95 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin crack, _SFXITEMS_HXX is not defined anywhere anyway

Change-Id: I9143e7fffef6e99d25a0fd87712ed26d2d42116e
üst 61ad374e
......@@ -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 );
......
......@@ -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.!!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment