summaryrefslogtreecommitdiff
path: root/sfx2/inc/unoctitm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/inc/unoctitm.hxx')
-rw-r--r--sfx2/inc/unoctitm.hxx3
1 files changed, 2 insertions, 1 deletions
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 <memory>
#include <com/sun/star/frame/XNotifyingDispatch.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp>
+#include <comphelper/multiinterfacecontainer2.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/interfacecontainer.hxx>
#include <cppuhelper/weakref.hxx>
@@ -38,7 +39,7 @@ class SfxBindings;
class SfxDispatcher;
class SfxSlot;
-typedef cppu::OMultiTypeInterfaceContainerHelperVar<OUString>
+typedef comphelper::OMultiTypeInterfaceContainerHelperVar2<OUString>
SfxStatusDispatcher_Impl_ListenerContainer;
class SfxStatusDispatcher : public cppu::WeakImplHelper<css::frame::XNotifyingDispatch>