Tag: cws_src680_kaddrbook User: ebischoff Date: 05/09/01 21:25:16 Modified: /dba/connectivity/source/drivers/kab/ KResultSet.cxx
Log: Ooops 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.2&r2=1.1.2.3 Delta lines: +3 -4 ------------------- --- KResultSet.cxx 1 Sep 2005 17:11:31 -0000 1.1.2.2 +++ KResultSet.cxx 2 Sep 2005 04:25:13 -0000 1.1.2.3 @@ -2,9 +2,9 @@ * * $RCSfile: KResultSet.cxx,v $ * - * $Revision: 1.1.2.2 $ + * $Revision: 1.1.2.3 $ * - * last change: $Author: ebischoff $ $Date: 2005/09/01 17:11:31 $ + * last change: $Author: ebischoff $ $Date: 2005/09/02 04:25:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -290,8 +290,7 @@ ::osl::MutexGuard aGuard( m_aMutex ); checkDisposed(KabResultSet_BASE::rBHelper.bDisposed); - sal_Int32 nValue = 0; - return nValue; + return m_nRowPos; } // ------------------------------------------------------------------------- sal_Int64 SAL_CALL KabResultSet::getLong(sal_Int32 columnIndex) throw(SQLException, RuntimeException) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
