User: ihi Date: 2006/08/29 04:05:48 Modified: dba/dbaccess/source/core/api/KeySet.cxx
Log: INTEGRATION: CWS warningfixes03_SRC680 (1.63.8); FILE MERGED 2006/08/18 15:05:26 mhu 1.63.8.1: #i68745# Fixed GCC 4.0.x warning(s). File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: KeySet.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/KeySet.cxx?r1=1.64&r2=1.65 Delta lines: +1 -1 ------------------- --- KeySet.cxx 15 Aug 2006 10:41:07 -0000 1.64 +++ KeySet.cxx 29 Aug 2006 11:05:45 -0000 1.65 @@ -212,7 +212,7 @@ if(xSourceColumns->hasByName(aPosIter->first)) { Reference<XPropertySet> xProp(xSourceColumns->getByName(aPosIter->first),UNO_QUERY); - sal_Bool bAuto; + sal_Bool bAuto = sal_Bool(); if( (xProp->getPropertyValue(PROPERTY_ISAUTOINCREMENT) >>= bAuto) && bAuto) m_aAutoColumns.push_back(aPosIter->first); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
