User: hr Date: 06/06/19 19:35:48 Modified: /dba/dbaccess/source/core/api/ RowSet.hxx
Log: INTEGRATION: CWS warnings01 (1.41.48); FILE MERGED 2006/04/07 20:45:09 sb 1.41.48.2: RESYNC: (1.41-1.42); FILE MERGED 2006/03/24 15:35:46 fs 1.41.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro) File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: RowSet.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSet.hxx?r1=1.42&r2=1.43 Delta lines: +15 -0 -------------------- --- RowSet.hxx 25 Jan 2006 15:10:07 -0000 1.42 +++ RowSet.hxx 20 Jun 2006 02:35:46 -0000 1.43 @@ -383,6 +383,14 @@ sal_Int32 _nDesiredResultSetType, sal_Int32 _nDesiredResultSetConcurrency ); + + protected: + using ORowSetBase::getFastPropertyValue; + using ORowSetBase::firePropertyChange; + using ORowSetBase::doCancelModification; + using ORowSetBase::isModification; + using ORowSetBase::isModified; + using ORowSetBase::isNew; }; @@ -455,6 +463,13 @@ // cppu::OPropertySetHelper virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper(); + + protected: + using ORowSetBase::doCancelModification; + using ORowSetBase::isModification; + using ORowSetBase::isModified; + using ORowSetBase::isNew; + using ORowSetBase::rowDeleted; }; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
