solenv/bin/native-code.py | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 6341361dd6c0e58f1eabb22fb512676a1160343e
Author: Michael Weghorn <[email protected]>
AuthorDate: Mon Jun 13 16:23:20 2022 +0200
Commit: Michael Weghorn <[email protected]>
CommitDate: Tue Jun 14 06:40:06 2022 +0200
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/+/135734
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <[email protected]>
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",