summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-05-03 20:27:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-05-04 17:47:32 +0200
commit9ca3a372a45d146acb8efdda5c02bd10e1a14ab3 (patch)
treec5ca71a785cf789e784ca0531ed497b94fb7345c /include
parentfe70f736de7e5e92fcedc4b123e419ec805fdece (diff)
default CreateIterator mask to SfxStyleSearchBits::All
Change-Id: Ie79eff57646853613e8c6060adbce92dd388df5c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93357 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/svl/style.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/style.hxx b/include/svl/style.hxx
index 1c71e0d39478..9b8c06d3f782 100644
--- a/include/svl/style.hxx
+++ b/include/svl/style.hxx
@@ -258,7 +258,7 @@ public:
SfxItemPool& GetPool() { return rPool;}
const SfxItemPool& GetPool() const { return rPool;}
- virtual std::unique_ptr<SfxStyleSheetIterator> CreateIterator(SfxStyleFamily, SfxStyleSearchBits nMask);
+ virtual std::unique_ptr<SfxStyleSheetIterator> CreateIterator(SfxStyleFamily, SfxStyleSearchBits nMask = SfxStyleSearchBits::All);
sal_uInt16 Count();
SfxStyleSheetBase* operator[](sal_uInt16 nIdx);