From 408a4b76c3dae617842a967264cc9342af86759c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 8 Sep 2023 14:57:56 +0200 Subject: [PATCH] SvxUnoShapeModifyListener does not need to implement XAggreggation Checked on jenkins using 'make check' and +void SAL_CALL setDelegator(css::uno::Reference const &) final { assert(false); } WIP SvxUnoShapeModifyListener Change-Id: I6ec837deec36d5a9c232a02b3759f4f1f9a8686d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156722 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svx/inc/unomlstr.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/svx/inc/unomlstr.hxx b/svx/inc/unomlstr.hxx index 989fa3cc4072..c5bf5e3bd91d 100644 --- a/svx/inc/unomlstr.hxx +++ b/svx/inc/unomlstr.hxx @@ -20,13 +20,11 @@ #define INCLUDED_SVX_INC_UNOMLSTR_HXX #include - -#include +#include class SdrObject; -class SvxUnoShapeModifyListener final - : public ::cppu::WeakAggImplHelper1 +class SvxUnoShapeModifyListener final : public ::cppu::WeakImplHelper { SdrObject* mpObj;