diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:38:06 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:02 +0200 |
commit | c8ea69a2fbbee1d4aa6e115bdf3cec9a300fd7ed (patch) | |
tree | 692e0d7066cd83b5a2cea0988b8816cca6835ca8 /lingucomponent | |
parent | 94409984476aafb9ca58c0e1e235c01df3ca7645 (diff) |
loplugin:includeform: lingucomponent
Change-Id: I41c38e8dd7b3a782af3f2f5d9f298bca8b633f7a
Diffstat (limited to 'lingucomponent')
7 files changed, 8 insertions, 8 deletions
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 <osl/mutex.hxx> #include <hyphen.h> -#include <hyphenimp.hxx> +#include "hyphenimp.hxx" #include <linguistic/hyphdta.hxx> #include <rtl/ustring.hxx> 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 <textcat.h> #endif -#include <guess.hxx> +#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 <cppuhelper/implbase.hxx> #include <cppuhelper/supportsservice.hxx> -#include <simpleguesser.hxx> -#include <guess.hxx> +#include "simpleguesser.hxx" +#include "guess.hxx" #include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> 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 <string> #include <cstdlib> #include <vector> -#include <guess.hxx> +#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 <vector> #include <string.h> -#include <lingutil.hxx> +#include "lingutil.hxx" #include <sal/macros.h> 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 <lingutil.hxx> #include <hunspell.hxx> -#include <sspellimp.hxx> +#include "sspellimp.hxx" #include <linguistic/lngprops.hxx> #include <linguistic/spelldta.hxx> 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 <linguistic/lngprophelp.hxx> #include <osl/file.hxx> -#include "mythes.hxx" +#include <mythes.hxx> using namespace ::com::sun::star::uno; using namespace ::com::sun::star::beans; |