Tag: cws_src680_os63
User: os      
Date: 06/05/08 01:57:32

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.25.20.2&r2=1.25.20.3
Delta lines:  +3 -6
-------------------
--- fcode.cxx   14 Sep 2005 08:21:13 -0000      1.25.20.2
+++ fcode.cxx   8 May 2006 08:57:30 -0000       1.25.20.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>
@@ -318,7 +315,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]

Reply via email to