INTEGRATION: CWS dba23a (1.93.28); FILE MERGED

2007/02/26 11:48:05 fs 1.93.28.1: remove unused code
Issue number:  #i74804#
Submitted by:  jnavrati@openoffice.org
Reviewed by:   frank.schoenheit@sun.com
This commit is contained in:
Kurt Zenker 2007-05-10 09:11:18 +00:00
parent d4f6965b1b
commit 823231d74e

View file

@ -4,9 +4,9 @@
*
* $RCSfile: RowSetCache.cxx,v $
*
* $Revision: 1.93 $
* $Revision: 1.94 $
*
* last change: $Author: kz $ $Date: 2006-12-13 16:44:26 $
* last change: $Author: kz $ $Date: 2007-05-10 10:11:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -1384,11 +1384,6 @@ void ORowSetCache::rotateCacheIterator(ORowSetMatrix::difference_type _nDist)
}
}
}
// -----------------------------------------------------------------------------
void ORowSetCache::clearModified( )
{
m_bModified = sal_False;
}
// -------------------------------------------------------------------------
void ORowSetCache::setUpdateIterator(const ORowSetMatrix::iterator& _rOriginalRow)
{