summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-09-08 13:51:14 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-09-09 17:39:00 +0200
commit0a4f79e13ca41697d96e7c4b0d80d402f0cab1d5 (patch)
treeccd0806ba681553722b9c52d45dd8aa8750cf4f6 /include
parent328f9b6de0b1d66dec815857c43df62dccf5f7d1 (diff)
SvxUnoTextContentEnumeration 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: Iabe77c0bd01177066a7a565c0d83c03f61f5fc13 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156716 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/editeng/unotext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/unotext.hxx b/include/editeng/unotext.hxx
index 59e670a0f06d..62f9fe192c4c 100644
--- a/include/editeng/unotext.hxx
+++ b/include/editeng/unotext.hxx
@@ -594,7 +594,7 @@ public:
};
-class SvxUnoTextContentEnumeration final : public ::cppu::WeakAggImplHelper1< css::container::XEnumeration >
+class SvxUnoTextContentEnumeration final : public ::cppu::WeakImplHelper< css::container::XEnumeration >
{
private:
css::uno::Reference< css::text::XText > mxParentText;