Tag: cws_src680_warnings01 User: sb Date: 06/05/23 16:33:04 Modified: /dba/connectivity/source/drivers/file/ fcode.cxx
Log: RESYNC: (1.26-1.27); FILE MERGED 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.28.2&r2=1.26.28.3 Delta lines: +6 -9 ------------------- --- fcode.cxx 16 Nov 2005 12:59:03 -0000 1.26.28.2 +++ fcode.cxx 23 May 2006 23:33:01 -0000 1.26.28.3 @@ -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> @@ -342,7 +339,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]
