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 --- framework/inc/stdtypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/inc') diff --git a/framework/inc/stdtypes.h b/framework/inc/stdtypes.h index a61ccc8fdc33..feec3ef92ceb 100644 --- a/framework/inc/stdtypes.h +++ b/framework/inc/stdtypes.h @@ -21,7 +21,7 @@ #include -#include +#include #include namespace framework{ @@ -61,7 +61,7 @@ struct KeyEventEqualsFunc Mapping between these two parts of a property should be done in the fastest way :-) */ -typedef cppu::OMultiTypeInterfaceContainerHelperVar ListenerHash; +typedef comphelper::OMultiTypeInterfaceContainerHelperVar2 ListenerHash; } // namespace framework -- cgit