SvxUnoShapeModifyListener 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); }

WIP SvxUnoShapeModifyListener

Change-Id: I6ec837deec36d5a9c232a02b3759f4f1f9a8686d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156722
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
Noel Grandin 2023-09-08 14:57:56 +02:00
parent 0c6087df82
commit 408a4b76c3

View file

@ -20,13 +20,11 @@
#define INCLUDED_SVX_INC_UNOMLSTR_HXX
#include <com/sun/star/util/XModifyListener.hpp>
#include <cppuhelper/implbase1.hxx>
#include <cppuhelper/implbase.hxx>
class SdrObject;
class SvxUnoShapeModifyListener final
: public ::cppu::WeakAggImplHelper1<css::util::XModifyListener>
class SvxUnoShapeModifyListener final : public ::cppu::WeakImplHelper<css::util::XModifyListener>
{
SdrObject* mpObj;