User: obo     
Date: 2008-01-07 08:16:16+0000
Modified:
   dba/connectivity/source/drivers/file/fcode.cxx

Log:
 INTEGRATION: CWS supdremove (1.29.158); FILE MERGED
 2007/11/16 10:22:24 vg 1.29.158.1: #i83674# cleanup: remove obsolete SUPD 
macro use

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.29&r2=1.30
Delta lines:  +0 -10
--------------------
--- fcode.cxx   2006-09-17 02:36:03+0000        1.29
+++ fcode.cxx   2008-01-07 08:16:13+0000        1.30
@@ -338,15 +338,6 @@
                case DataType::CHAR:
                case DataType::VARCHAR:
                {
-#if SUPD < 632
-                       static String sLanguage;
-                       static String sCountry;
-                       if (!sLanguage.Len())
-                               
MsLangId::convertLanguageToIsoNames(Application::GetAppInternational().GetLanguage(),
 sLanguage, sCountry);
-
-                       static rtl::OLocale aLocale = 
rtl::OLocale::registerLocale(sLanguage, sCountry);
-                       INT32 nRes = compareIgnoreCase(aLH, aRH, aLocale);
-#else
                        rtl::OUString sLH = aLH, sRH = aRH;
             INT32 nRes = rtl_ustr_compareIgnoreAsciiCase_WithLength
                 (
@@ -354,7 +345,6 @@
                  sLH.pData->length,
                  sRH.pData->buffer,
                  sRH.pData->length );
-#endif
                        switch(aPredicateType)
                        {
                                case SQLFilterOperator::EQUAL:                  
bResult = (nRes == 0); break;




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to