User: hr Date: 06/06/19 19:43:40 Modified: /dba/dbaccess/source/core/dataaccess/ bookmarkcontainer.cxx
Log: INTEGRATION: CWS warnings01 (1.11.50); FILE MERGED 2006/03/24 15:35:51 fs 1.11.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro) File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: bookmarkcontainer.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/bookmarkcontainer.cxx?r1=1.11&r2=1.12 Delta lines: +4 -4 ------------------- --- bookmarkcontainer.cxx 8 Sep 2005 10:36:33 -0000 1.11 +++ bookmarkcontainer.cxx 20 Jun 2006 02:43:38 -0000 1.12 @@ -87,8 +87,8 @@ DBG_NAME(OBookmarkContainer) //-------------------------------------------------------------------------- OBookmarkContainer::OBookmarkContainer(OWeakObject& _rParent, Mutex& _rMutex) - :m_aContainerListeners(_rMutex) - ,m_rParent(_rParent) + :m_rParent(_rParent) + ,m_aContainerListeners(_rMutex) ,m_rMutex(_rMutex) { DBG_CTOR(OBookmarkContainer, NULL); @@ -411,7 +411,7 @@ } //-------------------------------------------------------------------------- -void OBookmarkContainer::checkValid(sal_Bool _bIntendWriteAccess) const throw (RuntimeException, DisposedException) +void OBookmarkContainer::checkValid(sal_Bool /*_bIntendWriteAccess*/) const throw (RuntimeException, DisposedException) { } @@ -422,7 +422,7 @@ } //-------------------------------------------------------------------------- -void SAL_CALL OBookmarkContainer::setParent( const Reference< XInterface >& Parent ) throw (NoSupportException, RuntimeException) +void SAL_CALL OBookmarkContainer::setParent( const Reference< XInterface >& /*Parent*/ ) throw (NoSupportException, RuntimeException) { throw NoSupportException(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
