Tag: cws_src680_kaddrbook User: ebischoff Date: 05/12/06 07:47:18 Modified: /dba/connectivity/source/drivers/kab/ KResultSet.cxx
Log: Disabling bookmarking as it currently crashes OOo (the problem is probably that 0-th element in rows should contain the bookmark, which is not implemented yet) 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.15&r2=1.1.2.16 Delta lines: +2 -4 ------------------- --- KResultSet.cxx 6 Dec 2005 15:15:20 -0000 1.1.2.15 +++ KResultSet.cxx 6 Dec 2005 15:47:15 -0000 1.1.2.16 @@ -4,9 +4,9 @@ * * $RCSfile: KResultSet.cxx,v $ * - * $Revision: 1.1.2.15 $ + * $Revision: 1.1.2.16 $ * - * last change: $Author: ebischoff $ $Date: 2005/12/06 15:15:20 $ + * last change: $Author: ebischoff $ $Date: 2005/12/06 15:47:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -991,8 +991,6 @@ 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]
