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/lngsvcmgr.cxx | |
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/lngsvcmgr.cxx')
-rw-r--r-- | linguistic/source/lngsvcmgr.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linguistic/source/lngsvcmgr.cxx b/linguistic/source/lngsvcmgr.cxx index 1eaef662b316..e385c3b2421c 100644 --- a/linguistic/source/lngsvcmgr.cxx +++ b/linguistic/source/lngsvcmgr.cxx @@ -34,6 +34,7 @@ #include <tools/debug.hxx> #include <unotools/lingucfg.hxx> #include <vcl/svapp.hxx> +#include <comphelper/interfacecontainer2.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> #include <i18nlangtag/lang.h> |