summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-05-04 20:55:51 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-05-05 09:41:58 +0200
commitd6acdb786c25619ed02d20dde7fe082b11d4a8dc (patch)
tree8f04bef1f1c12db714e1ce4e589b692bea0a9b43 /svl
parent1138adc105e18cc0ef6af5de7529fba1723e960b (diff)
drop SfxStyleSheetBasePool::Count
and use CreateIterator to make it explicit what is being counted Change-Id: I8d76aef601533960a23c056b83a48c4f130bbe75 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93446 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svl')
-rw-r--r--svl/source/items/style.cxx10
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)