Tag: cws_src680_warningfixes02
User: sb      
Date: 2006/06/30 04:29:48

Modified:
   dba/connectivity/source/commontools/dbtools.cxx

Log:
 #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 
Linux box.

File Changes:

Directory: /dba/connectivity/source/commontools/
================================================

File [changed]: dbtools.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/dbtools.cxx?r1=1.60&r2=1.60.8.1
Delta lines:  +4 -4
-------------------
--- dbtools.cxx 20 Jun 2006 01:06:02 -0000      1.60
+++ dbtools.cxx 30 Jun 2006 11:29:45 -0000      1.60.8.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: dbtools.cxx,v $
  *
- *  $Revision: 1.60 $
+ *  $Revision: 1.60.8.1 $
  *
- *  last change: $Author: hr $ $Date: 2006/06/20 01:06:02 $
+ *  last change: $Author: sb $ $Date: 2006/06/30 11:29:45 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -1132,7 +1132,7 @@
                                Reference< XNumberFormatTypes> 
xTypeList(xFormats, UNO_QUERY);
                                if (xTypeList.is())
                                {
-                                       sal_Int16 nClassId;
+                                       sal_Int16 nClassId = 0;
                                        
xOldProps->getPropertyValue(sPropClassId) >>= nClassId;
                                        switch (nClassId)
                                        {




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to