User: obo     
Date: 05/04/13 00:52:45

Modified:
 /dba/connectivity/source/drivers/file/
  fcode.cxx

Log:
 INTEGRATION: CWS visibility03 (1.24.10); FILE MERGED
 2005/03/04 15:10:15 mhu 1.24.10.1: #i40092# Workaround ORowSetValue conversion 
operator ambiguity.

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.24&r2=1.25
Delta lines:  +5 -4
-------------------
--- fcode.cxx   16 Feb 2005 17:26:22 -0000      1.24
+++ fcode.cxx   13 Apr 2005 07:52:42 -0000      1.25
@@ -371,12 +371,13 @@
                        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
                 (
-                 static_cast<rtl::OUString>(aLH).pData->buffer,
-                 static_cast<rtl::OUString>(aLH).pData->length,
-                 static_cast<rtl::OUString>(aRH).pData->buffer,
-                 static_cast<rtl::OUString>(aRH).pData->length );
+                 sLH.pData->buffer,
+                 sLH.pData->length,
+                 sRH.pData->buffer,
+                 sRH.pData->length );
 #endif
                        switch(aPredicateType)
                        {




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

Reply via email to