User: hr Date: 2008-04-22 15:12:58+0000 Modified: dba/connectivity/source/drivers/evoab/LFolderList.cxx
Log: INTEGRATION: CWS hr50 (1.12.74); FILE MERGED 2008/04/08 14:30:31 hr 1.12.74.1: #i86574#: fix warning (gcc-4.2.3) File Changes: Directory: /dba/connectivity/source/drivers/evoab/ ================================================== File [changed]: LFolderList.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab/LFolderList.cxx?r1=1.14&r2=1.15 Delta lines: +2 -1 ------------------- --- LFolderList.cxx 2008-04-10 08:43:08+0000 1.14 +++ LFolderList.cxx 2008-04-22 15:12:56+0000 1.15 @@ -510,9 +510,10 @@ // ----------------------------------------------------------------------------- void OEvoabFolderList::checkIndex(sal_Int32 _nColumnIndex ) throw(::com::sun::star::sdbc::SQLException) { - if ( _nColumnIndex <= 0 || _nColumnIndex >= (sal_Int32)m_aRow->size() ) + if ( _nColumnIndex <= 0 || _nColumnIndex >= (sal_Int32)m_aRow->size() ) { // ::dbtools::throwInvalidIndexException(); ; + } } // ------------------------------------------------------------------------- ::rtl::OUString SAL_CALL OEvoabFolderList::getString( sal_Int32 _nColumnIndex ) throw(SQLException, RuntimeException) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
