summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
{