summaryrefslogtreecommitdiffstats
path: root/chart2/source/inc
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-08-07 09:24:46 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-08-07 21:34:33 +0200
commit86abf3a682b424dc0fcbccf030f5a0b9bfb81d8c (patch)
treeba40de884231f604bbd8eedb610834d92afb86ae /chart2/source/inc
parentcid#1489785 Dereference after null check (diff)
downloadcore-86abf3a682b424dc0fcbccf030f5a0b9bfb81d8c.tar.gz
core-86abf3a682b424dc0fcbccf030f5a0b9bfb81d8c.zip
create comphelper::OMultiTypeInterfaceContainerHelper2 and use it
based on OInterfaceContainerHelper2 which is considerably faster than the original OInterfaceContainerHelper Change-Id: I9c8b6d0e5382018824bf7188a26343703abf2d51 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120161 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/inc')
-rw-r--r--chart2/source/inc/LifeTime.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/inc/LifeTime.hxx b/chart2/source/inc/LifeTime.hxx
index 082300df3c80..613d92314f96 100644
--- a/chart2/source/inc/LifeTime.hxx
+++ b/chart2/source/inc/LifeTime.hxx
@@ -20,7 +20,7 @@
#include <osl/mutex.hxx>
#include <osl/conditn.hxx>
-#include <cppuhelper/interfacecontainer.h>
+#include <comphelper/multicontainer2.hxx>
#include "charttoolsdllapi.hxx"
namespace com::sun::star::lang { class XComponent; }
@@ -45,7 +45,7 @@ public:
bool dispose();
public:
- ::cppu::OMultiTypeInterfaceContainerHelper m_aListenerContainer;
+ ::comphelper::OMultiTypeInterfaceContainerHelper2 m_aListenerContainer;
protected:
SAL_DLLPRIVATE virtual bool impl_canStartApiCall();