summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/CommandDispatch.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-12-16 17:55:31 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-12-17 07:26:43 +0100
commitbcab8f876746434979e5b4538c268ae700aba278 (patch)
tree467437a621a9835642ed560ec28dbb38096f1ed8 /chart2/source/controller/main/CommandDispatch.hxx
parentuse more OInterfaceContainer3::notifyEach (diff)
downloadcore-bcab8f876746434979e5b4538c268ae700aba278.tar.gz
core-bcab8f876746434979e5b4538c268ae700aba278.zip
use OInterfaceContainerHelper3 in CommandDispatch
Change-Id: Ib193947279c4fe1862559d681278a3a73c8e8249 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126987 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/controller/main/CommandDispatch.hxx')
-rw-r--r--chart2/source/controller/main/CommandDispatch.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/main/CommandDispatch.hxx b/chart2/source/controller/main/CommandDispatch.hxx
index 37de7c59c119..81b70d0726f7 100644
--- a/chart2/source/controller/main/CommandDispatch.hxx
+++ b/chart2/source/controller/main/CommandDispatch.hxx
@@ -20,7 +20,7 @@
#include <MutexContainer.hxx>
#include <cppuhelper/compbase.hxx>
-#include <comphelper/interfacecontainer2.hxx>
+#include <comphelper/interfacecontainer3.hxx>
#include <com/sun/star/frame/XDispatch.hpp>
#include <com/sun/star/util/XModifyListener.hpp>
@@ -121,7 +121,7 @@ private:
css::uno::Reference< css::uno::XComponentContext > m_xContext;
css::uno::Reference< css::util::XURLTransformer > m_xURLTransformer;
- typedef std::map< OUString, std::unique_ptr<::comphelper::OInterfaceContainerHelper2> >
+ typedef std::map< OUString, std::unique_ptr<::comphelper::OInterfaceContainerHelper3<css::frame::XStatusListener>> >
tListenerMap;
tListenerMap m_aListeners;