summaryrefslogtreecommitdiff
path: root/include/svl/itempool.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/itempool.hxx')
-rw-r--r--include/svl/itempool.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/svl/itempool.hxx b/include/svl/itempool.hxx
index f8d5ca32f0af..90138c93889a 100644
--- a/include/svl/itempool.hxx
+++ b/include/svl/itempool.hxx
@@ -83,7 +83,6 @@ protected:
static inline void ClearRefCount(SfxPoolItem& rItem);
static inline void AddRef(const SfxPoolItem& rItem, sal_uInt32 n = 1);
static inline sal_uInt32 ReleaseRef(const SfxPoolItem& rItem, sal_uInt32 n = 1);
- static inline void SetKind( SfxPoolItem& rItem, SfxItemKind nRef );
public:
SfxItemPool( const SfxItemPool &rPool,
@@ -206,11 +205,6 @@ inline sal_uInt32 SfxItemPool::ReleaseRef(const SfxPoolItem& rItem, sal_uInt32 n
return rItem.ReleaseRef(n);
}
-inline void SfxItemPool::SetKind( SfxPoolItem& rItem, SfxItemKind nRef )
-{
- rItem.SetKind( nRef );
-}
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */