summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/svl/style.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svl/style.hxx b/include/svl/style.hxx
index 9b8c06d3f782..8ae7c68e000d 100644
--- a/include/svl/style.hxx
+++ b/include/svl/style.hxx
@@ -259,8 +259,6 @@ public:
const SfxItemPool& GetPool() const { return rPool;}
virtual std::unique_ptr<SfxStyleSheetIterator> CreateIterator(SfxStyleFamily, SfxStyleSearchBits nMask = SfxStyleSearchBits::All);
- sal_uInt16 Count();
- SfxStyleSheetBase* operator[](sal_uInt16 nIdx);
virtual SfxStyleSheetBase& Make(const OUString&,
SfxStyleFamily eFam,