diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2021-12-01 21:33:06 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-12-04 12:05:13 +0100 |
commit | 962c9cb5cf9127ccad2c9d947ea03d40e4e556ce (patch) | |
tree | f523436995193ed8951548a7c92439738dbc5b2a /sfx2/inc/unoctitm.hxx | |
parent | 5aac0725c79d21dba11c03d3c39ccb986a5e7cca (diff) |
use OMultiTypeInterfaceContainerHelperVar3 in SfxStatusDispatcher
Change-Id: I79beb9ab22184176c67555d8742c01c11c9e6f8c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126339
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/inc/unoctitm.hxx')
-rw-r--r-- | sfx2/inc/unoctitm.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/inc/unoctitm.hxx b/sfx2/inc/unoctitm.hxx index a88a64c261ef..6eb9e7147945 100644 --- a/sfx2/inc/unoctitm.hxx +++ b/sfx2/inc/unoctitm.hxx @@ -21,7 +21,7 @@ #include <memory> #include <com/sun/star/frame/XNotifyingDispatch.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> -#include <comphelper/multiinterfacecontainer2.hxx> +#include <comphelper/multiinterfacecontainer3.hxx> #include <cppuhelper/implbase.hxx> #include <cppuhelper/interfacecontainer.hxx> #include <cppuhelper/weakref.hxx> @@ -39,7 +39,7 @@ class SfxBindings; class SfxDispatcher; class SfxSlot; -typedef comphelper::OMultiTypeInterfaceContainerHelperVar2<OUString> +typedef comphelper::OMultiTypeInterfaceContainerHelperVar3<css::frame::XStatusListener, OUString> SfxStatusDispatcher_Impl_ListenerContainer; class SfxStatusDispatcher : public cppu::WeakImplHelper<css::frame::XNotifyingDispatch> |