summaryrefslogtreecommitdiff
path: root/sfx2/source/view/sfxbasecontroller.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-11-28 10:10:19 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-11-28 18:11:22 +0100
commitaa25ddc572493c85320ddee439013321f67544d0 (patch)
tree5dcea62939b56a40958466f7c6b4adfa89eed7c1 /sfx2/source/view/sfxbasecontroller.cxx
parent786edb0fd0588147c58b3fbad1d936f0b2a26c6e (diff)
use more OInterfaceContainerHelper3 in sfx2
Change-Id: Ia14f70bf4b09109e987fd7b432dcc1a5a9b10ad2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125972 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/source/view/sfxbasecontroller.cxx')
-rw-r--r--sfx2/source/view/sfxbasecontroller.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/view/sfxbasecontroller.cxx b/sfx2/source/view/sfxbasecontroller.cxx
index b6abf029dc67..9760b6802cb7 100644
--- a/sfx2/source/view/sfxbasecontroller.cxx
+++ b/sfx2/source/view/sfxbasecontroller.cxx
@@ -40,7 +40,7 @@
#include <com/sun/star/lang/XEventListener.hpp>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>
-#include <comphelper/interfacecontainer2.hxx>
+#include <comphelper/interfacecontainer3.hxx>
#include <comphelper/multicontainer2.hxx>
#include <sfx2/viewsh.hxx>
#include <sfx2/docfac.hxx>
@@ -354,7 +354,7 @@ struct IMPL_SfxBaseController_DataContainer
Reference< XCloseListener > m_xCloseListener ;
::sfx2::UserInputInterception m_aUserInputInterception;
::comphelper::OMultiTypeInterfaceContainerHelper2 m_aListenerContainer ;
- ::comphelper::OInterfaceContainerHelper2 m_aInterceptorContainer ;
+ ::comphelper::OInterfaceContainerHelper3<ui::XContextMenuInterceptor> m_aInterceptorContainer ;
Reference< XStatusIndicator > m_xIndicator ;
SfxViewShell* m_pViewShell ;
SfxBaseController* m_pController ;