User: hr Date: 06/06/19 18:28:37 Modified: /dba/connectivity/source/drivers/flat/ EResultSet.cxx
Log: INTEGRATION: CWS warnings01 (1.19.30); FILE MERGED 2005/11/16 12:59:04 fs 1.19.30.1: #i57457# warning free code File Changes: Directory: /dba/connectivity/source/drivers/flat/ ================================================= File [changed]: EResultSet.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/flat/EResultSet.cxx?r1=1.19&r2=1.20 Delta lines: +2 -2 ------------------- --- EResultSet.cxx 8 Sep 2005 06:01:08 -0000 1.19 +++ EResultSet.cxx 20 Jun 2006 01:28:35 -0000 1.20 @@ -163,9 +163,9 @@ } // ------------------------------------------------------------------------- -sal_Int32 SAL_CALL OFlatResultSet::compareBookmarks( const Any& first, const Any& second ) throw( SQLException, RuntimeException) +sal_Int32 SAL_CALL OFlatResultSet::compareBookmarks( const Any& lhs, const Any& rhs ) throw( SQLException, RuntimeException) { - return (first == second) ? 0 : 2; + return (lhs == rhs) ? 0 : 2; } // ------------------------------------------------------------------------- sal_Bool SAL_CALL OFlatResultSet::hasOrderedBookmarks( ) throw( SQLException, RuntimeException) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
