From e23a638af9d7c1c847619d486f029914ca794764 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Thu, 13 Oct 2005 16:08:58 +0000 Subject: INTEGRATION: CWS dba201e (1.49.20); FILE MERGED 2005/10/11 12:26:24 oj 1.49.20.1: #i55738# set the 2nd pos to the old one --- connectivity/source/drivers/flat/ETable.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'connectivity') diff --git a/connectivity/source/drivers/flat/ETable.cxx b/connectivity/source/drivers/flat/ETable.cxx index 53527089d768..f3435066480c 100644 --- a/connectivity/source/drivers/flat/ETable.cxx +++ b/connectivity/source/drivers/flat/ETable.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ETable.cxx,v $ * - * $Revision: 1.49 $ + * $Revision: 1.50 $ * - * last change: $Author: rt $ $Date: 2005-09-08 06:01:34 $ + * last change: $Author: hr $ $Date: 2005-10-13 17:08:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -209,6 +209,7 @@ void OFlatTable::fillColumns() (pConnection->getStringDelimiter() && pConnection->getStringDelimiter() == aField.GetChar(0))) { bNumeric = FALSE; + nStartPosFirstLine2 = nStartPosFirstLine; } else { -- cgit