User: hr Date: 06/01/25 05:42:39 Modified: /dba/dbaccess/source/core/api/ CRowSetDataColumn.hxx
Log: INTEGRATION: CWS stlusagefix01 (1.14.16); FILE MERGED 2006/01/16 13:47:15 oj 1.14.16.1: #i60480# fix stl usage File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: CRowSetDataColumn.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/CRowSetDataColumn.hxx?r1=1.14&r2=1.15 Delta lines: +2 -3 ------------------- --- CRowSetDataColumn.hxx 19 Dec 2005 17:13:47 -0000 1.14 +++ CRowSetDataColumn.hxx 25 Jan 2006 13:42:37 -0000 1.15 @@ -62,10 +62,10 @@ { protected: ORowSetCacheIterator m_aColumnValue; - ORowSetMatrix::iterator& m_rEnd; // end of the matrix to when we reach the end ::com::sun::star::uno::Any m_aOldValue; ::rtl::OUString m_aDescription; // description + ORowSetBase* m_pRowSet; virtual ~ORowSetDataColumn(); public: @@ -75,8 +75,7 @@ sal_Int32 _nPos, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData >& _rxDBMeta, const ::rtl::OUString& _rDescription, - const ORowSetCacheIterator& _rColumnValue, - ORowSetMatrix::iterator& _rEnd); + const ORowSetCacheIterator& _rColumnValue); // com::sun::star::lang::XTypeProvider --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
