User: kz Date: 2006/07/19 08:52:57 Modified: dba/connectivity/source/drivers/hsqldb/HCatalog.cxx
Log: INTEGRATION: CWS warningfixes02 (1.4.128); FILE MERGED 2006/06/30 11:44:34 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/hsqldb/ =================================================== File [changed]: HCatalog.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/hsqldb/HCatalog.cxx?r1=1.4&r2=1.5 Delta lines: +1 -1 ------------------- --- HCatalog.cxx 8 Sep 2005 06:02:34 -0000 1.4 +++ HCatalog.cxx 19 Jul 2006 15:52:55 -0000 1.5 @@ -112,7 +112,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]
