Tag: cws_src680_dba205a User: fs Date: 2006/07/20 02:20:44 Modified: dba/connectivity/source/drivers/kab/KResultSet.cxx dba/connectivity/source/drivers/kab/KStatement.cxx
Log: #i66361# File Changes: Directory: /dba/connectivity/source/drivers/kab/ ================================================ File [changed]: KResultSet.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KResultSet.cxx?r1=1.4&r2=1.4.16.1 Delta lines: +6 -4 ------------------- --- KResultSet.cxx 6 Jul 2006 14:19:01 -0000 1.4 +++ KResultSet.cxx 20 Jul 2006 09:20:41 -0000 1.4.16.1 @@ -4,9 +4,9 @@ * * $RCSfile: KResultSet.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.4.16.1 $ * - * last change: $Author: kz $ $Date: 2006/07/06 14:19:01 $ + * last change: $Author: fs $ $Date: 2006/07/20 09:20:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -990,12 +990,14 @@ } // ------------------------------------------------------------------------- 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: File [changed]: KStatement.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KStatement.cxx?r1=1.5&r2=1.5.10.1 Delta lines: +3 -6 ------------------- --- KStatement.cxx 10 Jul 2006 14:29:16 -0000 1.5 +++ KStatement.cxx 20 Jul 2006 09:20:41 -0000 1.5.10.1 @@ -4,9 +4,9 @@ * * $RCSfile: KStatement.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.5.10.1 $ * - * last change: $Author: obo $ $Date: 2006/07/10 14:29:16 $ + * last change: $Author: fs $ $Date: 2006/07/20 09:20:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -539,7 +539,6 @@ { sal_Bool bConverted = sal_False; // here we have to try to convert -OSL_ENSURE(false, "KabCommonStatement::convertFastPropertyValue is not implemented!"); return bConverted; } // ------------------------------------------------------------------------- @@ -561,7 +560,6 @@ default: ; } -OSL_ENSURE(false, "KabCommonStatement::setFastPropertyValue_NoBroadcast is not implemented!"); } // ------------------------------------------------------------------------- void KabCommonStatement::getFastPropertyValue(Any&,sal_Int32 nHandle) const @@ -581,7 +579,6 @@ default: ; } -OSL_ENSURE(false, "KabCommonStatement::getFastPropertyValue is not implemented!"); } // ----------------------------------------------------------------------------- void SAL_CALL KabCommonStatement::acquire() throw() --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
