summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inc
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-11-26 18:44:27 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-11-27 15:53:12 +0100
commite7f2dcf29ba3d726549c38060723d8ae5f443c88 (patch)
tree6669dbba27662d56763472dbd53206a8c236a5be /reportdesign/source/ui/inc
parentfdae440a4d877f93bee430a03dd55841ccbe7876 (diff)
use more OInterfaceContainerHelper3 in reportdesign
Change-Id: I742f8a684bb689af8593c3ad5d8918b30c6a7ab1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125942 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'reportdesign/source/ui/inc')
-rw-r--r--reportdesign/source/ui/inc/ReportController.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/ui/inc/ReportController.hxx b/reportdesign/source/ui/inc/ReportController.hxx
index 92ab4f3fe712..cb86ce7cf235 100644
--- a/reportdesign/source/ui/inc/ReportController.hxx
+++ b/reportdesign/source/ui/inc/ReportController.hxx
@@ -42,7 +42,7 @@
#include <comphelper/propertystatecontainer.hxx>
#include <comphelper/uno3.hxx>
#include <cppuhelper/implbase5.hxx>
-#include <comphelper/interfacecontainer2.hxx>
+#include <comphelper/interfacecontainer3.hxx>
#include <dbaccess/dbsubcomponentcontroller.hxx>
#include <svl/lstner.hxx>
#include <vcl/transfer.hxx>
@@ -77,7 +77,7 @@ namespace rptui
,public ::comphelper::OPropertyArrayUsageHelper < OReportController_BASE >
{
private:
- ::comphelper::OInterfaceContainerHelper2
+ ::comphelper::OInterfaceContainerHelper3<css::view::XSelectionChangeListener>
m_aSelectionListeners;
css::uno::Sequence< css::beans::PropertyValue>
m_aCollapsedSections;