From 9104017e1bf76857d2b9686363013e1e7c49e355 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 7 Aug 2021 18:17:03 +0200 Subject: create comphelper:OMultiTypeInterfaceContainerHelperVar2 and use it based on OInterfaceContainerHelper2 which is considerably faster than the original OInterfaceContainerHelper Change-Id: Ia8cdbc5ef877a7af3d9193e1bb2faf1595c15470 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120165 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sfx2/inc/unoctitm.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sfx2/inc') diff --git a/sfx2/inc/unoctitm.hxx b/sfx2/inc/unoctitm.hxx index 9e6bc19da488..d68b707e369f 100644 --- a/sfx2/inc/unoctitm.hxx +++ b/sfx2/inc/unoctitm.hxx @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include @@ -38,7 +39,7 @@ class SfxBindings; class SfxDispatcher; class SfxSlot; -typedef cppu::OMultiTypeInterfaceContainerHelperVar +typedef comphelper::OMultiTypeInterfaceContainerHelperVar2 SfxStatusDispatcher_Impl_ListenerContainer; class SfxStatusDispatcher : public cppu::WeakImplHelper -- cgit