Kaydet (Commit) a55617ea authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS internatiodel (1.25.26); FILE MERGED

2006/02/10 19:23:33 er 1.25.26.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId
2006/01/19 15:18:53 er 1.25.26.2: RESYNC: (1.25-1.26); FILE MERGED
2005/06/24 13:07:46 er 1.25.26.1: #i50205# get rid of class International
üst 14b0ea8c
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: fcode.cxx,v $ * $RCSfile: fcode.cxx,v $
* *
* $Revision: 1.26 $ * $Revision: 1.27 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 05:58:22 $ * last change: $Author: vg $ $Date: 2006-04-07 13:11:06 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -42,11 +42,8 @@ ...@@ -42,11 +42,8 @@
#ifndef _CONNECTIVITY_SQLPARSE_HXX #ifndef _CONNECTIVITY_SQLPARSE_HXX
#include "connectivity/sqlparse.hxx" #include "connectivity/sqlparse.hxx"
#endif #endif
#ifndef _TOOLS_INTN_HXX #ifndef INCLUDED_I18NPOOL_MSLANGID_HXX
#include <tools/intn.hxx> #include <i18npool/mslangid.hxx>
#endif
#ifndef _ISOLANG_HXX
#include <tools/isolang.hxx>
#endif #endif
#ifndef _SV_SVAPP_HXX #ifndef _SV_SVAPP_HXX
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
...@@ -340,7 +337,7 @@ sal_Bool OOp_COMPARE::operate(const OOperand* pLeft, const OOperand* pRight) con ...@@ -340,7 +337,7 @@ sal_Bool OOp_COMPARE::operate(const OOperand* pLeft, const OOperand* pRight) con
static String sLanguage; static String sLanguage;
static String sCountry; static String sCountry;
if (!sLanguage.Len()) if (!sLanguage.Len())
ConvertLanguageToIsoNames(Application::GetAppInternational().GetLanguage(), sLanguage, sCountry); MsLangId::convertLanguageToIsoNames(Application::GetAppInternational().GetLanguage(), sLanguage, sCountry);
static rtl::OLocale aLocale = rtl::OLocale::registerLocale(sLanguage, sCountry); static rtl::OLocale aLocale = rtl::OLocale::registerLocale(sLanguage, sCountry);
INT32 nRes = compareIgnoreCase(aLH, aRH, aLocale); INT32 nRes = compareIgnoreCase(aLH, aRH, aLocale);
......
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