diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-01-31 10:45:16 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-01-31 21:53:56 +0000 |
commit | d8e6b488ceaff7c88856ebcfcfec14d2d8cd7652 (patch) | |
tree | 74969df236c8d4c7f2450bf2155be77287e690e1 /lingucomponent | |
parent | 1af03aaa35dc9758a9702cddf48d9aad02ec7a94 (diff) |
Remove duplicated include
Change-Id: Ia5f606fd64737aed372afb2ee4762f9eb3e21a86
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146380
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/source/spellcheck/languagetool/languagetoolimp.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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; |