diff options
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/items/style.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/svl/source/items/style.cxx b/svl/source/items/style.cxx index f8bbd6c25936..e0a722e42edb 100644 --- a/svl/source/items/style.cxx +++ b/svl/source/items/style.cxx @@ -705,16 +705,6 @@ SfxStyleSheetBasePool& SfxStyleSheetBasePool::operator+=( const SfxStyleSheetBas return *this; } -sal_uInt16 SfxStyleSheetBasePool::Count() -{ - return GetIterator_Impl().Count(); -} - -SfxStyleSheetBase *SfxStyleSheetBasePool::operator[](sal_uInt16 nIdx) -{ - return GetIterator_Impl()[nIdx]; -} - SfxStyleSheetBase* SfxStyleSheetBasePool::Find(const OUString& rName, SfxStyleFamily eFam, SfxStyleSearchBits mask) |