include/editeng/unotext.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0a4f79e13ca41697d96e7c4b0d80d402f0cab1d5 Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Fri Sep 8 13:51:14 2023 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Sat Sep 9 17:39:00 2023 +0200 SvxUnoTextContentEnumeration does not need to implement XAggreggation Checked on jenkins using 'make check' and +void SAL_CALL setDelegator(css::uno::Reference<css::uno::XInterface> const &) final { assert(false); } Change-Id: Iabe77c0bd01177066a7a565c0d83c03f61f5fc13 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156716 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/include/editeng/unotext.hxx b/include/editeng/unotext.hxx index 59e670a0f06d..62f9fe192c4c 100644 --- a/include/editeng/unotext.hxx +++ b/include/editeng/unotext.hxx @@ -594,7 +594,7 @@ public: }; -class SvxUnoTextContentEnumeration final : public ::cppu::WeakAggImplHelper1< css::container::XEnumeration > +class SvxUnoTextContentEnumeration final : public ::cppu::WeakImplHelper< css::container::XEnumeration > { private: css::uno::Reference< css::text::XText > mxParentText;