summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-10-13 16:08:58 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-10-13 16:08:58 +0000
commite23a638af9d7c1c847619d486f029914ca794764 (patch)
treec4ee5f52cce081f50b433c4317e428eafee86a21 /connectivity
parentdfaa362629d74a4f2a1e1683137df2267a0d003e (diff)
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
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/flat/ETable.cxx5
1 files changed, 3 insertions, 2 deletions
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
{