summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-09-07 12:11:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-09-07 15:54:20 +0200
commite59516e8b31f0a1880de153229f5b193a447fb60 (patch)
treee9edccf5e38e119d10538578e73640d7702bdaa3 /editeng
parentff155649c40d4114c4f253e371ef5dd75a3133ee (diff)
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.grandin@collabora.co.uk>
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/uno/unonrule.cxx2
1 files changed, 1 insertions, 1 deletions
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;