Tag: mws_ood680 User: hr Date: 2006/08/28 08:48:27 Modified: dba/dbaccess/source/core/api/KeySet.cxx
Log: INTEGRATION: CWS warningfixes03 (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.63&r2=1.63.2.1 Delta lines: +1 -1 ------------------- --- KeySet.cxx 4 Aug 2006 13:54:54 -0000 1.63 +++ KeySet.cxx 28 Aug 2006 15:48:24 -0000 1.63.2.1 @@ -208,7 +208,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]
