include/linguistic/lngprophelp.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 88ff4e9624940aa596bf415cd443b144332091b3
Author:     Noel Grandin <noelgran...@gmail.com>
AuthorDate: Mon Nov 22 21:20:37 2021 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Sat Nov 27 15:25:40 2021 +0100

    use more OInterfaceContainerHelper3 in linguistic::PropertyChgHelper
    
    Change-Id: I6c1570ffd76b6558baa88bad7822cda8ac89f00d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125930
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/include/linguistic/lngprophelp.hxx 
b/include/linguistic/lngprophelp.hxx
index f8ddd5d36991..18dfaa60d2e2 100644
--- a/include/linguistic/lngprophelp.hxx
+++ b/include/linguistic/lngprophelp.hxx
@@ -21,7 +21,7 @@
 #define INCLUDED_LINGUISTIC_LNGPROPHELP_HXX
 
 #include <cppuhelper/implbase.hxx>
-#include <comphelper/interfacecontainer2.hxx>
+#include <comphelper/interfacecontainer3.hxx>
 #include <com/sun/star/beans/XPropertyChangeListener.hpp>
 #include <com/sun/star/beans/PropertyValues.hpp>
 #include <com/sun/star/linguistic2/XLinguServiceEventBroadcaster.hpp>
@@ -57,7 +57,7 @@ class UNLESS_MERGELIBS(LNG_DLLPUBLIC) PropertyChgHelper :
 {
     std::vector< OUString >                             aPropNames;
     css::uno::Reference< css::uno::XInterface >         xMyEvtObj;
-    ::comphelper::OInterfaceContainerHelper2                   
aLngSvcEvtListeners;
+    
::comphelper::OInterfaceContainerHelper3<css::linguistic2::XLinguServiceEventListener>
 aLngSvcEvtListeners;
     css::uno::Reference< css::beans::XPropertySet >     xPropSet;
 
     int     nEvtFlags;  // flags for event types allowed to be launched

Reply via email to