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: ...@@ -78,7 +78,6 @@ public:
void AddSfxItemPoolUser(SfxItemPoolUser& rNewUser); void AddSfxItemPoolUser(SfxItemPoolUser& rNewUser);
void RemoveSfxItemPoolUser(SfxItemPoolUser& rOldUser); void RemoveSfxItemPoolUser(SfxItemPoolUser& rOldUser);
#ifndef _SFXITEMS_HXX
private: private:
sal_uInt16 GetIndex_Impl(sal_uInt16 nWhich) const; sal_uInt16 GetIndex_Impl(sal_uInt16 nWhich) const;
sal_uInt16 GetSize_Impl() const; sal_uInt16 GetSize_Impl() const;
...@@ -90,7 +89,6 @@ public: ...@@ -90,7 +89,6 @@ public:
// for default SfxItemSet::CTOR, set default WhichRanges // for default SfxItemSet::CTOR, set default WhichRanges
void FillItemIdRanges_Impl( sal_uInt16*& pWhichRanges ) const; void FillItemIdRanges_Impl( sal_uInt16*& pWhichRanges ) const;
const sal_uInt16* GetFrozenIdRanges() const; const sal_uInt16* GetFrozenIdRanges() const;
#endif
protected: protected:
static inline void SetRefCount( SfxPoolItem& rItem, sal_uLong n ); static inline void SetRefCount( SfxPoolItem& rItem, sal_uLong n );
......
...@@ -52,8 +52,6 @@ class SVL_DLLPUBLIC SfxItemSet ...@@ -52,8 +52,6 @@ class SVL_DLLPUBLIC SfxItemSet
sal_uInt16* _pWhichRanges; // Array von Which-Bereichen sal_uInt16* _pWhichRanges; // Array von Which-Bereichen
sal_uInt16 _nCount; // Anzahl Items sal_uInt16 _nCount; // Anzahl Items
#ifndef _SFXITEMS_HXX
friend class SfxItemPoolCache; friend class SfxItemPoolCache;
friend class SfxAllItemSet; friend class SfxAllItemSet;
friend const char *DbgCheckItemSet( const void* ); friend const char *DbgCheckItemSet( const void* );
...@@ -66,8 +64,6 @@ private: ...@@ -66,8 +64,6 @@ private:
public: public:
SfxItemArray GetItems_Impl() const { return _aItems; } SfxItemArray GetItems_Impl() const { return _aItems; }
#endif
private: private:
const SfxItemSet& operator=(const SfxItemSet &); // n.i.!! 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