Tag: cws_ood680_warningfixes03
User: mhu     
Date: 2006/08/18 08:05:29

Modified:
   dba/dbaccess/source/core/api/KeySet.cxx

Log:
 #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.8.1
Delta lines:  +4 -4
-------------------
--- KeySet.cxx  4 Aug 2006 13:54:54 -0000       1.63
+++ KeySet.cxx  18 Aug 2006 15:05:26 -0000      1.63.8.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: KeySet.cxx,v $
  *
- *  $Revision: 1.63 $
+ *  $Revision: 1.63.8.1 $
  *
- *  last change: $Author: ihi $ $Date: 2006/08/04 13:54:54 $
+ *  last change: $Author: mhu $ $Date: 2006/08/18 15:05:26 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 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]

Reply via email to