Tag: cws_src680_rowsetdel User: fs Date: 06/01/25 06:44:23 Modified: /dba/dbaccess/source/core/api/ RowSetCache.cxx
Log: manual RESYNC to HEAD File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: RowSetCache.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSetCache.cxx?r1=1.80.12.7&r2=1.80.12.8 Delta lines: +8 -4 ------------------- --- RowSetCache.cxx 25 Jan 2006 12:59:11 -0000 1.80.12.7 +++ RowSetCache.cxx 25 Jan 2006 14:44:20 -0000 1.80.12.8 @@ -4,9 +4,9 @@ * * $RCSfile: RowSetCache.cxx,v $ * - * $Revision: 1.80.12.7 $ + * $Revision: 1.80.12.8 $ * - * last change: $Author: fs $ $Date: 2006/01/25 12:59:11 $ + * last change: $Author: fs $ $Date: 2006/01/25 14:44:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -454,7 +454,6 @@ return m_xMetaData; } // ------------------------------------------------------------------------- - // ::com::sun::star::sdbcx::XRowLocate Any ORowSetCache::getBookmark( ) { @@ -1305,6 +1304,11 @@ --m_nPosition; return true; +} +// ----------------------------------------------------------------------------- +void ORowSetCache::clearModified( ) +{ + m_bModified = sal_False; } // ------------------------------------------------------------------------- void ORowSetCache::cancelRowUpdates( ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
