lingucomponent/source/spellcheck/languagetool/languagetoolimp.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit d8e6b488ceaff7c88856ebcfcfec14d2d8cd7652 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Jan 31 10:45:16 2023 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Tue Jan 31 21:53:56 2023 +0000 Remove duplicated include Change-Id: Ia5f606fd64737aed372afb2ee4762f9eb3e21a86 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146380 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/lingucomponent/source/spellcheck/languagetool/languagetoolimp.cxx b/lingucomponent/source/spellcheck/languagetool/languagetoolimp.cxx index d2c715325f26..9fb8a53bb300 100644 --- a/lingucomponent/source/spellcheck/languagetool/languagetoolimp.cxx +++ b/lingucomponent/source/spellcheck/languagetool/languagetoolimp.cxx @@ -43,7 +43,6 @@ #include <comphelper/propertyvalue.hxx> #include <unotools/lingucfg.hxx> #include <osl/mutex.hxx> -#include <sal/log.hxx> using namespace osl; using namespace com::sun::star;
