INTEGRATION: CWS dba23a (1.91.74); FILE MERGED

2007/02/26 11:48:05 fs 1.91.74.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:05 +00:00
parent 923c05d43a
commit d4f6965b1b

View File

@@ -4,9 +4,9 @@
*
* $RCSfile: RowSetBase.cxx,v $
*
* $Revision: 1.91 $
* $Revision: 1.92 $
*
* last change: $Author: obo $ $Date: 2006-09-17 06:32:17 $
* last change: $Author: kz $ $Date: 2007-05-10 10:11:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1275,12 +1275,6 @@ void ORowSetBase::notifyAllListeners(::osl::ResettableMutexGuard& /*_rGuard*/)
{
}
// -----------------------------------------------------------------------------
sal_Bool ORowSetBase::isModification( )
{
return m_pCache && m_pCache->m_bNew;
}
// -----------------------------------------------------------------------------
void ORowSetBase::fireProperty( sal_Int32 _nProperty, sal_Bool _bNew, sal_Bool _bOld )
{