User: hr Date: 06/06/19 18:03:32 Modified: /dba/connectivity/source/commontools/ TColumnsHelper.cxx
Log: INTEGRATION: CWS warnings01 (1.6.30); FILE MERGED 2005/11/16 12:58:44 fs 1.6.30.2: #i57457# warning free code 2005/11/07 14:42:58 fs 1.6.30.1: #i57457# warning-free code File Changes: Directory: /dba/connectivity/source/commontools/ ================================================ File [changed]: TColumnsHelper.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/TColumnsHelper.cxx?r1=1.6&r2=1.7 Delta lines: +5 -5 ------------------- --- TColumnsHelper.cxx 8 Sep 2005 05:10:11 -0000 1.6 +++ TColumnsHelper.cxx 20 Jun 2006 01:03:29 -0000 1.7 @@ -102,8 +102,8 @@ ,const TStringVector &_rVector ,sal_Bool _bUseHardRef ) : OCollection(_rParent,_bCase,_rMutex,_rVector,sal_False,_bUseHardRef) - ,m_pTable(NULL) ,m_pImpl(NULL) + ,m_pTable(NULL) { } // ----------------------------------------------------------------------------- @@ -206,7 +206,7 @@ } // ------------------------------------------------------------------------- // XDrop -void OColumnsHelper::dropObject(sal_Int32 _nPos,const ::rtl::OUString _sElementName) +void OColumnsHelper::dropObject(sal_Int32 /*_nPos*/,const ::rtl::OUString _sElementName) { OSL_ENSURE(m_pTable,"OColumnsHelper::dropByName: Table is null!"); if ( m_pTable && !m_pTable->isNew() ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
