From bf63e5a3a6ae458ffe10061c1bcf969a534760c5 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Tue, 14 Mar 2017 00:03:16 +0100 Subject: tdf#100462 inject language tags provided by spell-checkers to language list ... so they are available already at the first instanciation without having to be added manually, depending on which listing is requested. Change-Id: Idcb8f7fcbc82c757a2b06b8f04b81e88197a0a5b --- include/svx/langbox.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/svx/langbox.hxx') diff --git a/include/svx/langbox.hxx b/include/svx/langbox.hxx index 4a309e2ee17b..9292ab5f11a7 100644 --- a/include/svx/langbox.hxx +++ b/include/svx/langbox.hxx @@ -68,6 +68,8 @@ public: bool bHasLangNone, bool bLangNoneIsLangAll = false, bool bCheckSpellAvail = false ); + void AddLanguages( const css::uno::Sequence< sal_Int16 >& rLanguageTypes, SvxLanguageListFlags nLangList ); + sal_Int32 InsertLanguage( const LanguageType eLangType ); void InsertDefaultLanguage( sal_Int16 nType ); void InsertSystemLanguage(); -- cgit