diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2021-11-23 20:58:54 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-11-27 13:18:52 +0100 |
commit | d448b16d811593f0c8e8f2e60e957a83390c4b99 (patch) | |
tree | 1c830df79267717e665b1d493b6540243285c5d2 /linguistic/source/dicimp.hxx | |
parent | 1298a6ae9ac2e3cbe4f387a70a47c7fcf491a773 (diff) |
use more OInterfaceContainerHelper3 in linguistic
Change-Id: I0b6a80bb317035327b98217d7a7cadfec08fe7ec
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125937
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'linguistic/source/dicimp.hxx')
-rw-r--r-- | linguistic/source/dicimp.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/source/dicimp.hxx b/linguistic/source/dicimp.hxx index dc7c94c3e91f..fdef09909519 100644 --- a/linguistic/source/dicimp.hxx +++ b/linguistic/source/dicimp.hxx @@ -24,7 +24,7 @@ #include <com/sun/star/frame/XStorable.hpp> #include <cppuhelper/implbase.hxx> -#include <comphelper/interfacecontainer2.hxx> +#include <comphelper/interfacecontainer3.hxx> #include <i18nlangtag/lang.h> #include <vcl/errcode.hxx> @@ -42,7 +42,7 @@ class DictionaryNeo : > { - ::comphelper::OInterfaceContainerHelper2 aDicEvtListeners; + ::comphelper::OInterfaceContainerHelper3<css::linguistic2::XDictionaryEventListener> aDicEvtListeners; std::vector< css::uno::Reference< css::linguistic2::XDictionaryEntry > > aEntries; OUString aDicName; |