User: vg Date: 06/04/07 06:11:10 Modified: /dba/connectivity/source/drivers/file/ fcode.cxx
Log: 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 File Changes: Directory: /dba/connectivity/source/drivers/file/ ================================================= File [changed]: fcode.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/file/fcode.cxx?r1=1.26&r2=1.27 Delta lines: +3 -6 ------------------- --- fcode.cxx 8 Sep 2005 05:58:22 -0000 1.26 +++ fcode.cxx 7 Apr 2006 13:11:06 -0000 1.27 @@ -42,11 +42,8 @@ #ifndef _CONNECTIVITY_SQLPARSE_HXX #include "connectivity/sqlparse.hxx" #endif -#ifndef _TOOLS_INTN_HXX -#include <tools/intn.hxx> -#endif -#ifndef _ISOLANG_HXX -#include <tools/isolang.hxx> +#ifndef INCLUDED_I18NPOOL_MSLANGID_HXX +#include <i18npool/mslangid.hxx> #endif #ifndef _SV_SVAPP_HXX #include <vcl/svapp.hxx> @@ -340,7 +337,7 @@ static String sLanguage; static String sCountry; 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); INT32 nRes = compareIgnoreCase(aLH, aRH, aLocale); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
