User: hr Date: 06/06/19 18:03:43 Modified: /dba/connectivity/source/commontools/ TConnection.cxx
Log: INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED 2005/11/07 14:42:59 fs 1.5.30.1: #i57457# warning-free code File Changes: Directory: /dba/connectivity/source/commontools/ ================================================ File [changed]: TConnection.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/TConnection.cxx?r1=1.5&r2=1.6 Delta lines: +5 -6 ------------------- --- TConnection.cxx 8 Sep 2005 05:10:26 -0000 1.5 +++ TConnection.cxx 20 Jun 2006 01:03:41 -0000 1.6 @@ -48,9 +48,8 @@ sal_Int64 SAL_CALL OMetaConnection::getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& rId ) throw (::com::sun::star::uno::RuntimeException) { return (rId.getLength() == 16 && 0 == rtl_compareMemory(getUnoTunnelImplementationId().getConstArray(), rId.getConstArray(), 16 ) ) - ? - (sal_Int64)this - : sal_Int64(0); + ? reinterpret_cast< sal_Int64 >( this ) + : (sal_Int64)0; } // ----------------------------------------------------------------------------- Sequence< sal_Int8 > OMetaConnection::getUnoTunnelImplementationId() --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
