summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-16 11:11:11 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-16 11:11:11 +0000
commit4e41f4126cfae0c81e77b088c80e4d0b81bc3201 (patch)
tree81e818cc6b21e6de331e40734bb7f1860ab02775 /dbaccess/source/core/api
parent7bfb9ccb76e2b0547f42d77ae38855bd2d7234ac (diff)
#100000# syntax
Diffstat (limited to 'dbaccess/source/core/api')
-rw-r--r--dbaccess/source/core/api/KeySet.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/dbaccess/source/core/api/KeySet.cxx b/dbaccess/source/core/api/KeySet.cxx
index a115ae9b9a01..2ffc8bf6b6fa 100644
--- a/dbaccess/source/core/api/KeySet.cxx
+++ b/dbaccess/source/core/api/KeySet.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: KeySet.cxx,v $
*
- * $Revision: 1.47 $
+ * $Revision: 1.48 $
*
- * last change: $Author: obo $ $Date: 2004-03-15 15:45:30 $
+ * last change: $Author: obo $ $Date: 2004-03-16 12:11:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -522,7 +522,6 @@ void SAL_CALL OKeySet::updateRow(const ORowSetRow& _rInsertRow ,const ORowSetRow
j = 0;
for(;aIdxColIter != aIndexColumnPositions.end();++aIdxColIter,++i,++j)
{
- OSL_ENSURE(j < aIndexSignedValues.size(),"Illegal signed pos!");
setParameter(i,xParameter,(*_rOrginalRow)[*aIdxColIter],aIter->second.second);
}