SvxSimpleUnoModel 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: I54b6d8224bd9d996781cfac6cf9846721a8c5d3d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156818 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
parent
f53ed5e832
commit
89efaa6e77
1 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@
|
|||
#include <com/sun/star/ucb/XAnyCompareFactory.hpp>
|
||||
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <cppuhelper/implbase4.hxx>
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
|
||||
class SvxSimpleUnoModel final : public cppu::WeakAggImplHelper4<
|
||||
class SvxSimpleUnoModel final : public cppu::WeakImplHelper<
|
||||
css::frame::XModel,
|
||||
css::ucb::XAnyCompareFactory,
|
||||
css::style::XStyleFamiliesSupplier,
|
||||
|
|
Loading…
Reference in a new issue