diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-28 13:54:02 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-28 13:54:02 +0000 |
commit | 6d9e574d4837e76c0955c7e771ac15242e87a648 (patch) | |
tree | 1cfb8c78a83169fbada5b4452d37a82c5ac6e04c /connectivity/source | |
parent | 37b78fba23db20eddf5c08420418e3f5b13421f1 (diff) |
INTEGRATION: CWS dba205a (1.4.16); FILE MERGED
2006/07/20 09:20:41 fs 1.4.16.1: #i66361#
Diffstat (limited to 'connectivity/source')
-rw-r--r-- | connectivity/source/drivers/kab/KResultSet.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/connectivity/source/drivers/kab/KResultSet.cxx b/connectivity/source/drivers/kab/KResultSet.cxx index 6f74bdea60fe..bc8d030d4b68 100644 --- a/connectivity/source/drivers/kab/KResultSet.cxx +++ b/connectivity/source/drivers/kab/KResultSet.cxx @@ -4,9 +4,9 @@ * * $RCSfile: KResultSet.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: ihi $ $Date: 2006-08-01 10:24:18 $ + * last change: $Author: ihi $ $Date: 2006-08-28 14:54:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -985,12 +985,14 @@ void KabResultSet::setFastPropertyValue_NoBroadcast( } // ------------------------------------------------------------------------- void KabResultSet::getFastPropertyValue( - Any&, + Any& _rValue, sal_Int32 nHandle) const { switch (nHandle) { case PROPERTY_ID_ISBOOKMARKABLE: + _rValue <<= (sal_Bool)sal_False; + break; case PROPERTY_ID_CURSORNAME: case PROPERTY_ID_RESULTSETCONCURRENCY: case PROPERTY_ID_RESULTSETTYPE: |