diff options
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; -} - //------------------------------------------------------------------------- |