diff options
author | Mert Tumer <mert.tumer@collabora.com> | 2022-05-10 13:06:06 +0300 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2022-06-10 13:52:17 +0200 |
commit | d952df361a5e190246d7a0738ae5347b82cd57b5 (patch) | |
tree | 8ab9d944b34ea93b8cdc69494f51fd41e4636ed5 /scripting/source/stringresource | |
parent | 044df303665606c778748fcfc0bfc47ce65ee914 (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/+/135178
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'scripting/source/stringresource')
-rw-r--r-- | scripting/source/stringresource/stringresource.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripting/source/stringresource/stringresource.cxx b/scripting/source/stringresource/stringresource.cxx index d9a2e377e5ec..06b52b0377c7 100644 --- a/scripting/source/stringresource/stringresource.cxx +++ b/scripting/source/stringresource/stringresource.cxx @@ -37,6 +37,7 @@ #include <rtl/ustrbuf.hxx> #include <tools/urlobj.hxx> #include <i18nlangtag/languagetag.hxx> +#include <sal/log.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::lang; |