diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-10 23:00:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-11 11:10:38 +0100 |
commit | 7292948992e088862d86e96ccbf28f9757fded24 (patch) | |
tree | aad255bc7c86c78949c1025a32bb42b1febdf6fb /svl | |
parent | 8564eb0d6a7c8bd01bb217a18f8ab74d4e36411a (diff) |
callcatcher: yet more unused code
Diffstat (limited to 'svl')
-rw-r--r-- | svl/inc/svl/itempool.hxx | 2 | ||||
-rw-r--r-- | svl/source/items/poolio.cxx | 7 |
2 files changed, 0 insertions, 9 deletions
diff --git a/svl/inc/svl/itempool.hxx b/svl/inc/svl/itempool.hxx index a2e54698059a..a3a543e5bf2e 100644 --- a/svl/inc/svl/itempool.hxx +++ b/svl/inc/svl/itempool.hxx @@ -149,8 +149,6 @@ public: void FillItemIdRanges_Impl( sal_uInt16*& pWhichRanges ) const; const sal_uInt16* GetFrozenIdRanges() const { return _pPoolRanges; } - bool IsVer2_Impl() const; - #endif //--------------------------------------------------------------------- diff --git a/svl/source/items/poolio.cxx b/svl/source/items/poolio.cxx index ea49c2b2dd06..27404859f05b 100644 --- a/svl/source/items/poolio.cxx +++ b/svl/source/items/poolio.cxx @@ -1454,13 +1454,6 @@ bool SfxItemPool::IsCurrentVersionLoading() const ( !pSecondary || pSecondary->IsCurrentVersionLoading() ); } -// ----------------------------------------------------------------------- - -bool SfxItemPool::IsVer2_Impl() const -{ - return pMaster->pImp->nMajorVer >= 2; -} - //------------------------------------------------------------------------- |