Tag: cws_src680_oj14 User: oj Date: 06/01/03 05:12:01 Modified: /dba/dbaccess/source/core/api/ RowSet.cxx
Log: RESYNC: (1.137-1.139); FILE MERGED File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: RowSet.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSet.cxx?r1=1.137.4.1&r2=1.137.4.2 Delta lines: +6 -3 ------------------- --- RowSet.cxx 3 Jan 2006 08:07:45 -0000 1.137.4.1 +++ RowSet.cxx 3 Jan 2006 13:11:58 -0000 1.137.4.2 @@ -1747,6 +1747,7 @@ this, this, i+1, + m_xActiveConnection->getMetaData(), aDescription, m_aCurrentRow, m_pCache->getEnd()); @@ -1832,6 +1833,7 @@ this, this, i, + m_xActiveConnection->getMetaData(), aDescription, m_aCurrentRow, m_pCache->getEnd()); @@ -2571,6 +2573,7 @@ ORowSetColumn* pColumn = new ORowSetColumn( rParent.getMetaData(), this, i, + rParent.m_xActiveConnection->getMetaData(), aDescription, m_aCurrentRow, m_pCache->getEnd()); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
