summaryrefslogtreecommitdiff
path: root/include/svl/itemset.hxx
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2014-01-29 21:56:01 -0200
committerCaolán McNamara <caolanm@redhat.com>2014-01-30 11:26:38 +0000
commit4e8736ed562e4e54775042f082082d52e5b203f0 (patch)
tree137ec5b20202d3c3930fe5c6b4139585621ed75c /include/svl/itemset.hxx
parent17394c18c821b6ac6d11b059335ac0c6580d36c1 (diff)
fdo#63154 Removed unused solar.h ref. in svl
Change-Id: I0452b1fa83c52a7466a025259b086e82ec1dba83 Reviewed-on: https://gerrit.libreoffice.org/7734 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svl/itemset.hxx')
-rw-r--r--include/svl/itemset.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx
index a4710697a0f8..26ba3f33fe84 100644
--- a/include/svl/itemset.hxx
+++ b/include/svl/itemset.hxx
@@ -24,7 +24,6 @@
#include <cstdarg>
#include <svl/poolitem.hxx>
#include <tools/rtti.hxx>
-#include <tools/solar.h>
class SfxItemPool;
class SfxPoolItem;
@@ -39,14 +38,10 @@ typedef SfxPoolItem const** SfxItemArray;
#endif
#define DBG(s)
-//========================================================================
-
#define SFX_ITEMSET_GET( rSet, pItem, ItemType, nSlotId, bDeep ) \
const ItemType *pItem = (const ItemType*) \
(rSet).GetItem( nSlotId, bDeep, TYPE(ItemType) )
-//========================================================================
-
class SVL_DLLPUBLIC SfxItemSet
{
friend class SfxItemIter;
@@ -57,7 +52,6 @@ class SVL_DLLPUBLIC SfxItemSet
sal_uInt16* _pWhichRanges; // Array von Which-Bereichen
sal_uInt16 _nCount; // Anzahl Items
- //---------------------------------------------------------------------
#ifndef _SFXITEMS_HXX
friend class SfxItemPoolCache;
@@ -73,7 +67,6 @@ public:
SfxItemArray GetItems_Impl() const { return _aItems; }
#endif
- //---------------------------------------------------------------------
private:
const SfxItemSet& operator=(const SfxItemSet &); // n.i.!!
@@ -153,8 +146,6 @@ public:
virtual int operator==(const SfxItemSet &) const;
};
-// --------------- Inline Implementierungen ------------------------
-
inline void SfxItemSet::SetParent( const SfxItemSet* pNew )
{
DBG( if (_pParent) --*_pChildCount(_pParent) );
@@ -162,8 +153,6 @@ inline void SfxItemSet::SetParent( const SfxItemSet* pNew )
DBG( if (_pParent) ++*_pChildCount(_pParent) );
}
-//========================================================================
-
class SVL_DLLPUBLIC SfxAllItemSet: public SfxItemSet
/* versteht alle Ranges; werden durch das Putten der Items