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:
parent
0c6087df82
commit
408a4b76c3
1 changed files with 2 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue