User: kz      
Date: 2006/07/19 08:53:48

Modified:
   dba/connectivity/source/drivers/mysql/YCatalog.cxx

Log:
 INTEGRATION: CWS warningfixes02 (1.4.128); FILE MERGED
 2006/06/30 11:44:35 sb 1.4.128.1: #i66577# Made the code compile 
(warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.

File Changes:

Directory: /dba/connectivity/source/drivers/mysql/
==================================================

File [changed]: YCatalog.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mysql/YCatalog.cxx?r1=1.4&r2=1.5
Delta lines:  +1 -1
-------------------
--- YCatalog.cxx        8 Sep 2005 06:31:16 -0000       1.4
+++ YCatalog.cxx        19 Jul 2006 15:53:45 -0000      1.5
@@ -114,7 +114,7 @@
                Reference<XRow> xRow(xRes,UNO_QUERY);
                while ( xRow.is() && xRes->next() )
                {
-                       if ( bSupportsViews = 
xRow->getString(1).equalsIgnoreAsciiCase(aTypes[0]) )
+                       if ( (bSupportsViews = 
xRow->getString(1).equalsIgnoreAsciiCase(aTypes[0])) )
                        {
                                break;
                        }




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

Reply via email to