Tag: cws_src680_dba22ui
User: fs      
Date: 2006/12/03 12:36:24

Modified:
   dba/connectivity/source/drivers/dbase/DTable.cxx

Log:
 RESYNC: (1.98-1.99); FILE MERGED

File Changes:

Directory: /dba/connectivity/source/drivers/dbase/
==================================================

File [changed]: DTable.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/dbase/DTable.cxx?r1=1.98.20.1&r2=1.98.20.2
Delta lines:  +5 -5
-------------------
--- DTable.cxx  25 Oct 2006 10:45:32 -0000      1.98.20.1
+++ DTable.cxx  3 Dec 2006 20:36:21 -0000       1.98.20.2
@@ -656,8 +656,8 @@
        for (sal_Size i = 1; aIter != _rCols.end() && nByteOffset <= 
m_nBufferSize && i < _rRow->size();++aIter, i++)
        {
                // Laengen je nach Datentyp:
-               sal_Int32 nLen;
-               sal_Int32 nType;
+               sal_Int32 nLen = 0;
+               sal_Int32 nType = 0;
                if(_bUseTableDefs)
                {
                        nLen    = m_aPrecisions[i-1];




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

Reply via email to