From c8ea69a2fbbee1d4aa6e115bdf3cec9a300fd7ed Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:38:06 +0200 Subject: loplugin:includeform: lingucomponent Change-Id: I41c38e8dd7b3a782af3f2f5d9f298bca8b633f7a --- lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx | 2 +- lingucomponent/source/languageguessing/guess.cxx | 2 +- lingucomponent/source/languageguessing/guesslang.cxx | 4 ++-- lingucomponent/source/languageguessing/simpleguesser.hxx | 2 +- lingucomponent/source/lingutil/lingutil.cxx | 2 +- lingucomponent/source/spellcheck/spell/sspellimp.cxx | 2 +- lingucomponent/source/thesaurus/libnth/nthesimp.hxx | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) (limited to 'lingucomponent') diff --git a/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx index d278878b283f..9b6e41a423c2 100644 --- a/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx +++ b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx @@ -27,7 +27,7 @@ #include #include -#include +#include "hyphenimp.hxx" #include #include diff --git a/lingucomponent/source/languageguessing/guess.cxx b/lingucomponent/source/languageguessing/guess.cxx index 76358917120f..cd6b0427f717 100644 --- a/lingucomponent/source/languageguessing/guess.cxx +++ b/lingucomponent/source/languageguessing/guess.cxx @@ -26,7 +26,7 @@ #include #endif -#include +#include "guess.hxx" /* Old textcat.h versions defined bad spelled constants. */ #ifndef TEXTCAT_RESULT_UNKNOWN_STR diff --git a/lingucomponent/source/languageguessing/guesslang.cxx b/lingucomponent/source/languageguessing/guesslang.cxx index a6469ec4063a..3d1ebacd1360 100644 --- a/lingucomponent/source/languageguessing/guesslang.cxx +++ b/lingucomponent/source/languageguessing/guesslang.cxx @@ -28,8 +28,8 @@ #include #include -#include -#include +#include "simpleguesser.hxx" +#include "guess.hxx" #include #include diff --git a/lingucomponent/source/languageguessing/simpleguesser.hxx b/lingucomponent/source/languageguessing/simpleguesser.hxx index 769a22f513da..39a83ec71522 100644 --- a/lingucomponent/source/languageguessing/simpleguesser.hxx +++ b/lingucomponent/source/languageguessing/simpleguesser.hxx @@ -23,7 +23,7 @@ #include #include #include -#include +#include "guess.hxx" #define MAX_STRING_LENGTH_TO_ANALYSE 200 diff --git a/lingucomponent/source/lingutil/lingutil.cxx b/lingucomponent/source/lingutil/lingutil.cxx index ab45124575c1..07a1f07d5d69 100644 --- a/lingucomponent/source/lingutil/lingutil.cxx +++ b/lingucomponent/source/lingutil/lingutil.cxx @@ -43,7 +43,7 @@ #include #include -#include +#include "lingutil.hxx" #include diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.cxx b/lingucomponent/source/spellcheck/spell/sspellimp.cxx index 26f07978790f..0f363d7d35ad 100644 --- a/lingucomponent/source/spellcheck/spell/sspellimp.cxx +++ b/lingucomponent/source/spellcheck/spell/sspellimp.cxx @@ -30,7 +30,7 @@ #include #include -#include +#include "sspellimp.hxx" #include #include diff --git a/lingucomponent/source/thesaurus/libnth/nthesimp.hxx b/lingucomponent/source/thesaurus/libnth/nthesimp.hxx index bd9e1c4082f7..90220393c979 100644 --- a/lingucomponent/source/thesaurus/libnth/nthesimp.hxx +++ b/lingucomponent/source/thesaurus/libnth/nthesimp.hxx @@ -40,7 +40,7 @@ #include #include -#include "mythes.hxx" +#include using namespace ::com::sun::star::uno; using namespace ::com::sun::star::beans; -- cgit