User: obo Date: 06/01/16 07:28:29 Modified: /dba/dbaccess/source/ui/inc/ TableRow.hxx
Log: INTEGRATION: CWS dba202b (1.6.54); FILE MERGED 2005/11/28 11:08:22 oj 1.6.54.1: #128264# check row field desc File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: TableRow.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/TableRow.hxx?r1=1.6&r2=1.7 Delta lines: +1 -0 ------------------- --- TableRow.hxx 8 Sep 2005 15:37:29 -0000 1.6 +++ TableRow.hxx 16 Jan 2006 15:28:26 -0000 1.7 @@ -87,6 +87,7 @@ the current position in the table */ inline long GetPos() const { return m_nPos; } + inline void SetPos(sal_Int32 _nPos) { m_nPos = _nPos; } /** set the row readonly @param _bRead --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
