summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-01 09:07:05 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-01 09:07:05 +0000
commitf93b6d73938287de4246d0592dbf9c148da6bbaa (patch)
tree0492d8200688851212ebaa57a08bf56f62a532d9 /connectivity
parent3ad27c5b212aae1505bddff3bb4500fd92ff9ffd (diff)
INTEGRATION: CWS oj5 (1.43.42); FILE MERGED
2004/05/17 13:12:16 oj 1.43.42.1: #i15851# replace break with continue
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/flat/ETable.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/flat/ETable.cxx b/connectivity/source/drivers/flat/ETable.cxx
index 9a29d1daf825..246b97bce7fc 100644
--- a/connectivity/source/drivers/flat/ETable.cxx
+++ b/connectivity/source/drivers/flat/ETable.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ETable.cxx,v $
*
- * $Revision: 1.43 $
+ * $Revision: 1.44 $
*
- * last change: $Author: vg $ $Date: 2004-01-06 17:06:29 $
+ * last change: $Author: obo $ $Date: 2004-06-01 10:07:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -650,7 +650,7 @@ sal_Bool OFlatTable::fetchRow(OValueRefRow& _rRow,const OSQLColumns & _rCols,sal
if (cDecimalDelimiter && aStr.GetChar(j) == cDecimalDelimiter)
aStrConverted += '.';
else if ( aStr.GetChar(j) == '.' ) // special case, if decimal seperator isn't '.' we have to vut the string after it
- break; // #99189# OJ
+ continue; // #99189# OJ
else if (cThousandDelimiter && aStr.GetChar(j) == cThousandDelimiter)
{
// weglassen