User: hr Date: 2007-09-26 14:29:28+0000 Modified: dba/connectivity/source/drivers/flat/ETable.cxx
Log: INTEGRATION: CWS dba24a (1.57.24); FILE MERGED 2007/08/02 06:46:26 oj 1.57.24.1: #i69965# wrong index in precision and scale File Changes: Directory: /dba/connectivity/source/drivers/flat/ ================================================= File [changed]: ETable.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/flat/ETable.cxx?r1=1.57&r2=1.58 Delta lines: +2 -2 ------------------- --- ETable.cxx 2007-06-05 14:22:46+0000 1.57 +++ ETable.cxx 2007-09-26 14:29:25+0000 1.58 @@ -571,8 +571,8 @@ nType = 0; if(bIsTable) { - nLen = m_aPrecisions[i]; - nType = m_aTypes[i]; + nLen = m_aPrecisions[i-1]; + nType = m_aTypes[i-1]; } else { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
