summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorMert Tumer <mert.tumer@collabora.com>2022-05-10 13:06:06 +0300
committerMert Tumer <mert.tumer@collabora.com>2022-06-14 16:13:22 +0200
commit7686dceb70881e8a3c4ac7f18ced15e5202de8c7 (patch)
treeb73601bbbc496eef7796349e224eadcd702d012a /postprocess
parentb5e01104fc7df9b715a70bc1cc86ad1af13b51fa (diff)
LanguageTool Grammar Checker implementation
Signed-off-by: Mert Tumer <mert.tumer@collabora.com> Change-Id: I275cbea668afc5beb5147370119631df8b6a2d46 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135464
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/CustomTarget_registry.mk1
-rw-r--r--postprocess/Rdb_services.mk1
2 files changed, 2 insertions, 0 deletions
diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk
index 772bd3a2ff17..6eccddcc08ed 100644
--- a/postprocess/CustomTarget_registry.mk
+++ b/postprocess/CustomTarget_registry.mk
@@ -116,6 +116,7 @@ postprocess_DEPS_lingucomponent := main
postprocess_FILES_lingucomponent := \
$(SRCDIR)/lingucomponent/config/Linguistic-lingucomponent-hyphenator.xcu \
$(SRCDIR)/lingucomponent/config/Linguistic-lingucomponent-spellchecker.xcu \
+ $(SRCDIR)/lingucomponent/config/Linguistic-lingucomponent-grammarchecker.xcu \
$(SRCDIR)/lingucomponent/config/Linguistic-lingucomponent-thesaurus.xcu \
postprocess_FILES_main := \
diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk
index 47c340b020a7..6fe7e707c579 100644
--- a/postprocess/Rdb_services.mk
+++ b/postprocess/Rdb_services.mk
@@ -94,6 +94,7 @@ $(eval $(call gb_Rdb_add_components,services,\
lingucomponent/source/hyphenator/hyphen/hyphen \
lingucomponent/source/languageguessing/guesslang \
lingucomponent/source/spellcheck/spell/spell \
+ lingucomponent/source/spellcheck/languagetool/LanguageTool \
lingucomponent/source/thesaurus/libnth/lnth \
lingucomponent/source/numbertext/numbertext \
linguistic/source/lng \