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 --- include/svx/shapepropertynotifier.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/svx') diff --git a/include/svx/shapepropertynotifier.hxx b/include/svx/shapepropertynotifier.hxx index c0716b6db3da..8e994e15d21d 100644 --- a/include/svx/shapepropertynotifier.hxx +++ b/include/svx/shapepropertynotifier.hxx @@ -22,7 +22,7 @@ #include #include -#include +#include #include #include @@ -141,7 +141,7 @@ namespace svx PropertyProviders; ::cppu::OWeakObject& m_rContext; PropertyProviders m_aProviders; - cppu::OMultiTypeInterfaceContainerHelperVar m_aPropertyChangeListeners; + comphelper::OMultiTypeInterfaceContainerHelperVar2 m_aPropertyChangeListeners; }; -- cgit