embeddedobj/source/general/intercept.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 4539ffe350ebe28ff6d0f5cd4a6c3d45c1424fba
Author:     Noel Grandin <[email protected]>
AuthorDate: Wed Dec 1 22:00:10 2021 +0200
Commit:     Noel Grandin <[email protected]>
CommitDate: Sat Dec 4 13:32:05 2021 +0100

    use OMultiTypeInterfaceContainerHelperVar3 in Interceptor
    
    Change-Id: I58707ce88ccea1df3c11a5c07e1c72c68bf6c249
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126344
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <[email protected]>

diff --git a/embeddedobj/source/general/intercept.cxx 
b/embeddedobj/source/general/intercept.cxx
index 68e9af7e4334..3c4990031376 100644
--- a/embeddedobj/source/general/intercept.cxx
+++ b/embeddedobj/source/general/intercept.cxx
@@ -18,7 +18,7 @@
  */
 
 #include <com/sun/star/embed/EmbedStates.hpp>
-#include <comphelper/multiinterfacecontainer2.hxx>
+#include <comphelper/multiinterfacecontainer3.hxx>
 
 #include <intercept.hxx>
 #include <docholder.hxx>
@@ -35,11 +35,11 @@ constexpr OUStringLiteral IU5 = u".uno:SaveAs";
 const uno::Sequence< OUString > Interceptor::m_aInterceptedURL{ IU0, IU1, IU2, 
IU3, IU4, IU5 };
 
 class StatusChangeListenerContainer
-    : public comphelper::OMultiTypeInterfaceContainerHelperVar2<OUString>
+    : public 
comphelper::OMultiTypeInterfaceContainerHelperVar3<frame::XStatusListener, 
OUString>
 {
 public:
     explicit StatusChangeListenerContainer(osl::Mutex& aMutex)
-        :  comphelper::OMultiTypeInterfaceContainerHelperVar2<OUString>(aMutex)
+        :  
comphelper::OMultiTypeInterfaceContainerHelperVar3<frame::XStatusListener, 
OUString>(aMutex)
     {
     }
 };

Reply via email to