i18nlangtag/source/isolang/inunx.cxx | 2 +- i18nlangtag/source/isolang/inwnt.cxx | 2 +- i18nlangtag/source/isolang/isolang.cxx | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-)
New commits: commit c147ef86daa50c64948a31734805ff930bc0e8ec Author: Alexander Wilms <[email protected]> Date: Tue Feb 25 18:57:10 2014 +0100 Remove visual noise from i18nlangtag Change-Id: I82680dea7e6d182d4c8047fce60d2cae09d29891 Reviewed-on: https://gerrit.libreoffice.org/8268 Tested-by: Caolán McNamara <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> diff --git a/i18nlangtag/source/isolang/inunx.cxx b/i18nlangtag/source/isolang/inunx.cxx index 4637c14..2fb73df 100644 --- a/i18nlangtag/source/isolang/inunx.cxx +++ b/i18nlangtag/source/isolang/inunx.cxx @@ -33,7 +33,7 @@ #include "i18nlangtag/languagetag.hxx" #include "i18nlangtag/mslangid.hxx" -// ======================================================================= + static LanguageType nImplSystemLanguage = LANGUAGE_DONTKNOW; static LanguageType nImplSystemUILanguage = LANGUAGE_DONTKNOW; diff --git a/i18nlangtag/source/isolang/inwnt.cxx b/i18nlangtag/source/isolang/inwnt.cxx index 750e5a2..33e9c3e 100644 --- a/i18nlangtag/source/isolang/inwnt.cxx +++ b/i18nlangtag/source/isolang/inwnt.cxx @@ -35,7 +35,7 @@ static LanguageType nImplSystemLanguage = LANGUAGE_DONTKNOW; static LanguageType nImplSystemUILanguage = LANGUAGE_DONTKNOW; -// ======================================================================= + static LanguageType GetSVLang( LANGID nWinLangId ) { diff --git a/i18nlangtag/source/isolang/isolang.cxx b/i18nlangtag/source/isolang/isolang.cxx index 95f01ca..afd9cf5 100644 --- a/i18nlangtag/source/isolang/isolang.cxx +++ b/i18nlangtag/source/isolang/isolang.cxx @@ -27,7 +27,7 @@ using namespace com::sun::star; -// ======================================================================= + static const LanguageType kSAME = 0xffff; @@ -900,7 +900,7 @@ static IsoLangOtherEntry const aImplPrivateUseEntries[] = { LANGUAGE_DONTKNOW, NULL } // marks end of table }; -// ======================================================================= + // static void MsLangId::Conversion::convertLanguageToLocaleImpl( LanguageType nLang, @@ -1129,7 +1129,7 @@ com::sun::star::lang::Locale MsLangId::Conversion::getLocale( const IsoLanguageS return aLastResortFallbackEntry.getLocale(); } -// ======================================================================= + // static LanguageType MsLangId::Conversion::convertPrivateUseToLanguage( const OUString& rPriv )
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
