diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2022-06-13 16:23:20 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2022-06-14 06:39:34 +0200 |
commit | 4c8537589f2a73d1fbecaf4c1e9c64627b79e542 (patch) | |
tree | f8cb2053f3123dd1bfc39b2fff406f5eb7379daa /solenv | |
parent | 3318742094157b6baf57f2294731b8dec8da73ad (diff) |
liblo-native-code: Add LanguageToolGrammarChecker
Fixes Android Viewer crashing after
commit d952df361a5e190246d7a0738ae5347b82cd57b5
AuthorDate: Tue May 10 13:06:06 2022 +0300
CommitDate: Fri Jun 10 13:52:17 2022 +0200
LanguageTool Grammar Checker implementation
when opening any file, with this in ADB log:
06-13 16:14:07.274 20696 20736 W cppuhelper: 1:cppuhelper/source/shlib.cxx:299: unknown constructor name "lingucomponent_LanguageToolGrammarChecker_get_implementation"
06-13 16:14:07.274 20696 20736 W linguistic: 1:linguistic/source/lngsvcmgr.cxx:1028: createInstance failed
06-13 16:14:07.274 20696 20736 E LibreOffice/androidinst: SalAbort: 'Unspecified application error'
Change-Id: Ib4316b576636d35a383d5c11c36c92a8c67a302a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135730
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/native-code.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 6b9ebdbb4601..b5918618554f 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -304,6 +304,8 @@ core_constructor_list = [ "linguistic_GrammarCheckingIterator_get_implementation", # linguistic/source/spellcheck/MacOSXSpellMacOSXSpell.component ("lingucomponent_MacSpellChecker_get_implementation", "#ifdef IOS"), +# lingucomponent/source/spellcheck/languagetool/LanguageTool.component + "lingucomponent_LanguageToolGrammarChecker_get_implementation", # lingucomponent/source/thesaurus/libnth/lnth.component "lingucomponent_Thesaurus_get_implementation", "lingucomponent_SpellChecker_get_implementation", |