Tag: cws_src680_warnings01 User: sb Date: 06/04/07 13:44:55 Modified: /dba/dbaccess/source/core/api/ CRowSetDataColumn.hxx
Log: RESYNC: (1.14-1.15); FILE MERGED 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.28.1&r2=1.14.28.2 Delta lines: +5 -6 ------------------- --- CRowSetDataColumn.hxx 24 Mar 2006 15:35:45 -0000 1.14.28.1 +++ CRowSetDataColumn.hxx 7 Apr 2006 20:44:52 -0000 1.14.28.2 @@ -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]
