diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-01-20 14:48:46 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-01-20 17:18:13 +0000 |
commit | 46f64f6df4a7e545114c4ec92598f6634d38b04b (patch) | |
tree | 1c73ecc6792a51bb3b893d0d584be836597c3a02 /cpputools | |
parent | aaa30075e1a5e362ee8610e11ad1739947c06ebd (diff) |
Base OCellListSource on WeakComponentImplHelper
...rather than on the deprecated WeakAggComponentImplHelper4.
It was found that that class was implementing queryInterface in a way that is
incompatible with the XAggregation protocol inherited via
WeakAggComponentImplHelper4. It looks like no code actually made use of the
XAggregation offered by this class, so the easiest fix for this queryInterface
implementation appears to switch from WeakAggComponentImplHelper4 to
WeakComponentImplHelper (thereby dropping XAggregation, and thus rendering the
existing queryInterface implementation OK).
Change-Id: I91d7feb28da3fd65ce1e213b59feb4f8dd6fc6b0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145899
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'cpputools')
0 files changed, 0 insertions, 0 deletions