User: kz Date: 2006/07/19 08:52:20 Modified: dba/connectivity/source/drivers/adabas/BTables.cxx
Log: INTEGRATION: CWS warningfixes02 (1.32.8); FILE MERGED 2006/06/30 11:44:33 sb 1.32.8.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/adabas/ =================================================== File [changed]: BTables.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/adabas/BTables.cxx?r1=1.33&r2=1.34 Delta lines: +1 -1 ------------------- --- BTables.cxx 10 Jul 2006 14:22:40 -0000 1.33 +++ BTables.cxx 19 Jul 2006 15:52:17 -0000 1.34 @@ -215,7 +215,7 @@ Reference<XPropertySet> xProp(xObject,UNO_QUERY); sal_Bool bIsView; - if(bIsView = (xProp.is() && ::comphelper::getString(xProp->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_TYPE))) == ::rtl::OUString::createFromAscii("VIEW"))) // here we have a view + if((bIsView = (xProp.is() && ::comphelper::getString(xProp->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_TYPE))) == ::rtl::OUString::createFromAscii("VIEW")))) // here we have a view aSql += ::rtl::OUString::createFromAscii("VIEW "); else aSql += ::rtl::OUString::createFromAscii("TABLE "); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
