editeng/source/uno/unonrule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e59516e8b31f0a1880de153229f5b193a447fb60 Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Thu Sep 7 12:11:58 2023 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Thu Sep 7 15:54:20 2023 +0200 SvxUnoNumberingRulesCompare 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: I3e08b565974cf1532ba8af36b4399b2f4b28bfb2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156653 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/editeng/source/uno/unonrule.cxx b/editeng/source/uno/unonrule.cxx index 055fce8d5d4a..95c0a04daf0f 100644 --- a/editeng/source/uno/unonrule.cxx +++ b/editeng/source/uno/unonrule.cxx @@ -485,7 +485,7 @@ css::uno::Reference< css::container::XIndexReplace > SvxCreateNumRule(const SvxN namespace { -class SvxUnoNumberingRulesCompare : public ::cppu::WeakAggImplHelper1< XAnyCompare > +class SvxUnoNumberingRulesCompare : public ::cppu::WeakImplHelper< XAnyCompare > { public: virtual sal_Int16 SAL_CALL compare( const Any& Any1, const Any& Any2 ) override;