summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/CRowSetColumn.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-06-26 08:30:20 +0000
committerFrank Schönheit <fs@openoffice.org>2001-06-26 08:30:20 +0000
commit55ddd37c46a825abacf0f596aa2b6435dba35814 (patch)
tree8c23896a66f6cdfc8475100ba1533669b1f5028a /dbaccess/source/core/api/CRowSetColumn.cxx
parent80705dd7e60113f296b8e91cd9ec3c7a333e8bfa (diff)
#88392# corrected convertFastPropertyValue(ID_VALUE)
Diffstat (limited to 'dbaccess/source/core/api/CRowSetColumn.cxx')
-rw-r--r--dbaccess/source/core/api/CRowSetColumn.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/core/api/CRowSetColumn.cxx b/dbaccess/source/core/api/CRowSetColumn.cxx
index 92bdcbd95e22..361e3bb0f847 100644
--- a/dbaccess/source/core/api/CRowSetColumn.cxx
+++ b/dbaccess/source/core/api/CRowSetColumn.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: CRowSetColumn.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: oj $ $Date: 2001-01-24 09:50:49 $
+ * last change: $Author: fs $ $Date: 2001-06-26 09:30:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -215,6 +215,7 @@ sal_Bool SAL_CALL ORowSetColumn::convertFastPropertyValue( Any & rConvertedValue
break;
case PROPERTY_ID_VALUE:
rConvertedValue = rValue;
+ getFastPropertyValue(rOldValue, PROPERTY_ID_VALUE);
bModified = !::comphelper::compare(rConvertedValue, rOldValue);
break;
default: