diff options
author | Eike Rathke <erack@redhat.com> | 2017-03-14 00:03:16 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-03-14 12:48:22 +0100 |
commit | bf63e5a3a6ae458ffe10061c1bcf969a534760c5 (patch) | |
tree | e07b1edcdb23da1ea4db20b374757243eda26869 /include/svx/langbox.hxx | |
parent | 104d72b00c2c328f63591b26b9e65dd7355649b4 (diff) |
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
Diffstat (limited to 'include/svx/langbox.hxx')
-rw-r--r-- | include/svx/langbox.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |