Kaydet (Commit) 2274e7d5 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: i18nlangtag

Change-Id: I3a6a384e0116820580ee8b1647dd2a140bd76136
üst 58b89840
...@@ -31,8 +31,8 @@ ...@@ -31,8 +31,8 @@
#include <osl/mutex.hxx> #include <osl/mutex.hxx>
#include <rtl/instance.hxx> #include <rtl/instance.hxx>
#include "i18nlangtag/languagetag.hxx" #include <i18nlangtag/languagetag.hxx>
#include "i18nlangtag/mslangid.hxx" #include <i18nlangtag/mslangid.hxx>
static LanguageType nImplSystemLanguage = LANGUAGE_DONTKNOW; static LanguageType nImplSystemLanguage = LANGUAGE_DONTKNOW;
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include <rtl/strbuf.hxx> #include <rtl/strbuf.hxx>
#include "i18nlangtag/mslangid.hxx" #include <i18nlangtag/mslangid.hxx>
#include "i18nlangtag/languagetag.hxx" #include <i18nlangtag/languagetag.hxx>
using namespace com::sun::star; using namespace com::sun::star;
......
...@@ -22,11 +22,11 @@ ...@@ -22,11 +22,11 @@
#include <rtl/string.hxx> #include <rtl/string.hxx>
#include <com/sun/star/i18n/ScriptType.hpp> #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 // Only very limited few functions that are guaranteed to not be called from
// LanguageTag may use LanguageTag ... // LanguageTag may use LanguageTag ...
#include "i18nlangtag/languagetag.hxx" #include <i18nlangtag/languagetag.hxx>
LanguageType MsLangId::nConfiguredSystemLanguage = LANGUAGE_SYSTEM; LanguageType MsLangId::nConfiguredSystemLanguage = LANGUAGE_SYSTEM;
......
...@@ -10,9 +10,9 @@ ...@@ -10,9 +10,9 @@
#include <config_folders.h> #include <config_folders.h>
#include <config_liblangtag.h> #include <config_liblangtag.h>
#include "i18nlangtag/languagetag.hxx" #include <i18nlangtag/languagetag.hxx>
#include "i18nlangtag/applelangid.hxx" #include <i18nlangtag/applelangid.hxx>
#include "i18nlangtag/mslangid.hxx" #include <i18nlangtag/mslangid.hxx>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include <rtl/bootstrap.hxx> #include <rtl/bootstrap.hxx>
#include <osl/file.hxx> #include <osl/file.hxx>
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/ */
#include "i18nlangtag/languagetagicu.hxx" #include <i18nlangtag/languagetagicu.hxx>
#include "i18nlangtag/languagetag.hxx" #include <i18nlangtag/languagetag.hxx>
// static // static
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment