User: hr Date: 06/06/19 18:23:34 Modified: /dba/connectivity/source/drivers/evoab/ LResultSet.cxx
Log: INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED 2005/11/16 12:58:58 fs 1.5.30.1: #i57457# warning free code File Changes: Directory: /dba/connectivity/source/drivers/evoab/ ================================================== File [changed]: LResultSet.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab/LResultSet.cxx?r1=1.5&r2=1.6 Delta lines: +2 -2 ------------------- --- LResultSet.cxx 8 Sep 2005 05:46:32 -0000 1.5 +++ LResultSet.cxx 20 Jun 2006 01:23:32 -0000 1.6 @@ -163,9 +163,9 @@ } // ------------------------------------------------------------------------- -sal_Int32 SAL_CALL OEvoabResultSet::compareBookmarks( const Any& first, const Any& second ) throw( SQLException, RuntimeException) +sal_Int32 SAL_CALL OEvoabResultSet::compareBookmarks( const Any& lhs, const Any& rhs ) throw( SQLException, RuntimeException) { - return (first == second) ? 0 : 2; + return (lhs == rhs) ? 0 : 2; } // ------------------------------------------------------------------------- sal_Bool SAL_CALL OEvoabResultSet::hasOrderedBookmarks( ) throw( SQLException, RuntimeException) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
