summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/file/fcode.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-03-13 08:44:38 +0000
committerFrank Schönheit <fs@openoffice.org>2001-03-13 08:44:38 +0000
commit3922df7c4027c41e59776b7518bcecd32639468e (patch)
treeb200edf8d3d2bfd47e0f3b0311635a77625963af /connectivity/source/drivers/file/fcode.cxx
parent313ee39d125fbd3ab90371338c66a00d73af1c56 (diff)
#84724# OOperandRow::bindValue: call setBound
Diffstat (limited to 'connectivity/source/drivers/file/fcode.cxx')
-rw-r--r--connectivity/source/drivers/file/fcode.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/drivers/file/fcode.cxx b/connectivity/source/drivers/file/fcode.cxx
index cc6a589ab553..cf9f27dc465d 100644
--- a/connectivity/source/drivers/file/fcode.cxx
+++ b/connectivity/source/drivers/file/fcode.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fcode.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: oj $ $Date: 2001-01-25 08:25:13 $
+ * last change: $Author: fs $ $Date: 2001-03-13 09:44:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -141,6 +141,7 @@ void OOperandRow::bindValue(OValueRow _pRow)
{
OSL_ENSHURE(_pRow.isValid(),"NO EMPTY row allowed!");
m_pRow = _pRow;
+ (*m_pRow)[m_nRowPos].setBound(sal_True);
}
//------------------------------------------------------------------