summaryrefslogtreecommitdiff
path: root/svl/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-08-03 01:51:34 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-08-03 01:54:39 +0200
commit1b5f37d262718920f4efe6387287d76d97daeba4 (patch)
treed4010e93b3b373bb48aaadff6eefcd1200754904 /svl/inc
parent1e54169bb51f46a866857960afbb5065681c5745 (diff)
callcatcher: remove unused methods
Diffstat (limited to 'svl/inc')
-rw-r--r--svl/inc/svl/itemiter.hxx1
-rw-r--r--svl/inc/svl/itempool.hxx2
2 files changed, 0 insertions, 3 deletions
diff --git a/svl/inc/svl/itemiter.hxx b/svl/inc/svl/itemiter.hxx
index 55ad0e7b02a5..0bb16cb49c93 100644
--- a/svl/inc/svl/itemiter.hxx
+++ b/svl/inc/svl/itemiter.hxx
@@ -56,7 +56,6 @@ public:
const SfxPoolItem* GetCurItem()
{ return _rSet._nCount ? *(_rSet._aItems+_nAkt) : 0; }
const SfxPoolItem* NextItem();
- const SfxPoolItem* PrevItem();
sal_Bool IsAtStart() const { return _nAkt == _nStt; }
sal_Bool IsAtEnd() const { return _nAkt == _nEnd; }
diff --git a/svl/inc/svl/itempool.hxx b/svl/inc/svl/itempool.hxx
index bceedeee1591..a2e54698059a 100644
--- a/svl/inc/svl/itempool.hxx
+++ b/svl/inc/svl/itempool.hxx
@@ -239,7 +239,6 @@ public:
return pMaster; }
void FreezeIdRanges();
- void Cleanup();
void Delete();
#ifdef TF_POOLABLE
@@ -274,7 +273,6 @@ public:
return nId && nId > SFX_WHICH_MAX; }
static const SfxItemPool* GetStoringPool();
- static void SetStoringPool( const SfxItemPool * );
private:
const SfxItemPool& operator=(const SfxItemPool &); // n.i.!!