diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-10-06 09:04:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-10-06 11:55:05 +0200 |
commit | 658946e0353c2fad5e26bb75f851744da4b7751f (patch) | |
tree | 457452536689f7e36454c0f838598be04d19fd65 /solenv/bin/native-code.py | |
parent | d0b2f5f65e80a4262425bb87d5716d7b4341dfea (diff) |
Revert "android: add Grammar Checker component to native-code.py"
This reverts commit f3b73cce60a440db584b5774319bba6d00bd94c0.
lingucomponent_LanguageToolGrammarChecker_get_implementation is already
listed, so it was listed twice
Change-Id: I93eada023fa3cd9636abe5de5d6ecc9f50c8fd1e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141000
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'solenv/bin/native-code.py')
-rwxr-xr-x | solenv/bin/native-code.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 4d085d724443..a0ccdcbb523b 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -311,7 +311,6 @@ core_constructor_list = [ "lingucomponent_SpellChecker_get_implementation", "lingucomponent_LangGuess_get_implementation", "lingucomponent_Hyphenator_get_implementation", - "lingucomponent_LanguageToolGrammarChecker_get_implementation", # package/source/xstor/xstor.component "package_OStorageFactory_get_implementation", # package/util/package2.component |