User: hr Date: 06/06/19 20:34:17 Modified: /dba/dbaccess/source/ui/uno/ ColumnControl.cxx
Log: INTEGRATION: CWS warnings01 (1.4.50); FILE MERGED 2006/03/24 15:36:32 fs 1.4.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro) File Changes: Directory: /dba/dbaccess/source/ui/uno/ ======================================= File [changed]: ColumnControl.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/uno/ColumnControl.cxx?r1=1.4&r2=1.5 Delta lines: +1 -2 ------------------- --- ColumnControl.cxx 8 Sep 2005 16:46:19 -0000 1.4 +++ ColumnControl.cxx 20 Jun 2006 03:34:14 -0000 1.5 @@ -77,7 +77,7 @@ return ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sdb.ColumnDescriptorControl")); } // ----------------------------------------------------------------------------- -void SAL_CALL OColumnControl::createPeer(const Reference< XToolkit >& rToolkit, const Reference< XWindowPeer >& rParentPeer) throw( RuntimeException ) +void SAL_CALL OColumnControl::createPeer(const Reference< XToolkit >& /*rToolkit*/, const Reference< XWindowPeer >& rParentPeer) throw( RuntimeException ) { ::osl::ClearableMutexGuard aGuard( GetMutex() ); if ( !getPeer().is() ) @@ -97,7 +97,6 @@ setPeer( pPeer ); UnoControlComponentInfos aComponentInfos(maComponentInfos); - sal_Bool bDesignMode(mbDesignMode); Reference< XGraphics > xGraphics( mxGraphics ); Reference< XView > xV(getPeer(), UNO_QUERY); Reference< XWindow > xW(getPeer(), UNO_QUERY); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
