Tag: cws_src680_kaddrbook User: ebischoff Date: 05/12/05 05:43:22 Modified: /dba/connectivity/source/drivers/kab/ KResultSet.cxx
Log: One more step towards bookmarking 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.1.2.13&r2=1.1.2.14 Delta lines: +4 -2 ------------------- --- KResultSet.cxx 2 Dec 2005 22:21:25 -0000 1.1.2.13 +++ KResultSet.cxx 5 Dec 2005 13:43:19 -0000 1.1.2.14 @@ -4,9 +4,9 @@ * * $RCSfile: KResultSet.cxx,v $ * - * $Revision: 1.1.2.13 $ + * $Revision: 1.1.2.14 $ * - * last change: $Author: ebischoff $ $Date: 2005/12/02 22:21:25 $ + * last change: $Author: ebischoff $ $Date: 2005/12/05 13:43:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -991,6 +991,8 @@ switch (nHandle) { case PROPERTY_ID_ISBOOKMARKABLE: + rValue <<= sal_True; + return; case PROPERTY_ID_CURSORNAME: case PROPERTY_ID_RESULTSETCONCURRENCY: case PROPERTY_ID_RESULTSETTYPE: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
