User: hr Date: 06/06/19 20:25:07 Modified: /dba/dbaccess/source/ui/querydesign/ ConnectionLineAccess.cxx
Log: INTEGRATION: CWS warnings01 (1.9.50); FILE MERGED 2006/03/24 15:36:24 fs 1.9.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro) File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: ConnectionLineAccess.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx?r1=1.9&r2=1.10 Delta lines: +2 -2 ------------------- --- ConnectionLineAccess.cxx 8 Sep 2005 16:18:27 -0000 1.9 +++ ConnectionLineAccess.cxx 20 Jun 2006 03:25:04 -0000 1.10 @@ -116,7 +116,7 @@ return 0; } // ----------------------------------------------------------------------------- - Reference< XAccessible > SAL_CALL OConnectionLineAccess::getAccessibleChild( sal_Int32 i ) throw (RuntimeException) + Reference< XAccessible > SAL_CALL OConnectionLineAccess::getAccessibleChild( sal_Int32 /*i*/ ) throw (RuntimeException) { return Reference< XAccessible >(); } @@ -163,7 +163,7 @@ return m_pLine ? m_pLine->CheckHit(aPoint) : sal_False; } // ----------------------------------------------------------------------------- - Reference< XAccessible > SAL_CALL OConnectionLineAccess::getAccessibleAtPoint( const awt::Point& _aPoint ) throw (RuntimeException) + Reference< XAccessible > SAL_CALL OConnectionLineAccess::getAccessibleAtPoint( const awt::Point& /*_aPoint*/ ) throw (RuntimeException) { return Reference< XAccessible >(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
