diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:40:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:06 +0200 |
commit | 2274e7d51809ee1714bd96a889ae1261225f7c12 (patch) | |
tree | c6726dca7e9c3d75190014a24fe5e086f10ab957 | |
parent | 58b898407254e308830bf6570f87f38ce62f9a39 (diff) |
loplugin:includeform: i18nlangtag
Change-Id: I3a6a384e0116820580ee8b1647dd2a140bd76136
-rw-r--r-- | i18nlangtag/source/isolang/inunx.cxx | 4 | ||||
-rw-r--r-- | i18nlangtag/source/isolang/isolang.cxx | 4 | ||||
-rw-r--r-- | i18nlangtag/source/isolang/mslangid.cxx | 4 | ||||
-rw-r--r-- | i18nlangtag/source/languagetag/languagetag.cxx | 6 | ||||
-rw-r--r-- | i18nlangtag/source/languagetag/languagetagicu.cxx | 4 |
5 files changed, 11 insertions, 11 deletions
diff --git a/i18nlangtag/source/isolang/inunx.cxx b/i18nlangtag/source/isolang/inunx.cxx index 40e601d02f49..4c0146772f53 100644 --- a/i18nlangtag/source/isolang/inunx.cxx +++ b/i18nlangtag/source/isolang/inunx.cxx @@ -31,8 +31,8 @@ #include <osl/mutex.hxx> #include <rtl/instance.hxx> -#include "i18nlangtag/languagetag.hxx" -#include "i18nlangtag/mslangid.hxx" +#include <i18nlangtag/languagetag.hxx> +#include <i18nlangtag/mslangid.hxx> static LanguageType nImplSystemLanguage = LANGUAGE_DONTKNOW; diff --git a/i18nlangtag/source/isolang/isolang.cxx b/i18nlangtag/source/isolang/isolang.cxx index 232f05c652dd..46343d3751ea 100644 --- a/i18nlangtag/source/isolang/isolang.cxx +++ b/i18nlangtag/source/isolang/isolang.cxx @@ -22,8 +22,8 @@ #include <rtl/ustrbuf.hxx> #include <rtl/strbuf.hxx> -#include "i18nlangtag/mslangid.hxx" -#include "i18nlangtag/languagetag.hxx" +#include <i18nlangtag/mslangid.hxx> +#include <i18nlangtag/languagetag.hxx> using namespace com::sun::star; diff --git a/i18nlangtag/source/isolang/mslangid.cxx b/i18nlangtag/source/isolang/mslangid.cxx index 25e5a4109e7d..5e2df2ee86c4 100644 --- a/i18nlangtag/source/isolang/mslangid.cxx +++ b/i18nlangtag/source/isolang/mslangid.cxx @@ -22,11 +22,11 @@ #include <rtl/string.hxx> #include <com/sun/star/i18n/ScriptType.hpp> -#include "i18nlangtag/mslangid.hxx" +#include <i18nlangtag/mslangid.hxx> // Only very limited few functions that are guaranteed to not be called from // LanguageTag may use LanguageTag ... -#include "i18nlangtag/languagetag.hxx" +#include <i18nlangtag/languagetag.hxx> LanguageType MsLangId::nConfiguredSystemLanguage = LANGUAGE_SYSTEM; diff --git a/i18nlangtag/source/languagetag/languagetag.cxx b/i18nlangtag/source/languagetag/languagetag.cxx index 4755e37f8a15..057718620374 100644 --- a/i18nlangtag/source/languagetag/languagetag.cxx +++ b/i18nlangtag/source/languagetag/languagetag.cxx @@ -10,9 +10,9 @@ #include <config_folders.h> #include <config_liblangtag.h> -#include "i18nlangtag/languagetag.hxx" -#include "i18nlangtag/applelangid.hxx" -#include "i18nlangtag/mslangid.hxx" +#include <i18nlangtag/languagetag.hxx> +#include <i18nlangtag/applelangid.hxx> +#include <i18nlangtag/mslangid.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/bootstrap.hxx> #include <osl/file.hxx> diff --git a/i18nlangtag/source/languagetag/languagetagicu.cxx b/i18nlangtag/source/languagetag/languagetagicu.cxx index d97a6133d9e4..33a98844043f 100644 --- a/i18nlangtag/source/languagetag/languagetagicu.cxx +++ b/i18nlangtag/source/languagetag/languagetagicu.cxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "i18nlangtag/languagetagicu.hxx" -#include "i18nlangtag/languagetag.hxx" +#include <i18nlangtag/languagetagicu.hxx> +#include <i18nlangtag/languagetag.hxx> // static |