From a2a09762022567ed1a2e5d3b0bc9250eb7f55985 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 20 Jun 2006 00:03:29 +0000 Subject: 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 --- connectivity/source/commontools/TColumnsHelper.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'connectivity') diff --git a/connectivity/source/commontools/TColumnsHelper.cxx b/connectivity/source/commontools/TColumnsHelper.cxx index fa3330b9d348..df774bdb6b47 100644 --- a/connectivity/source/commontools/TColumnsHelper.cxx +++ b/connectivity/source/commontools/TColumnsHelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: TColumnsHelper.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 05:10:11 $ + * last change: $Author: hr $ $Date: 2006-06-20 01:03:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -102,8 +102,8 @@ OColumnsHelper::OColumnsHelper( ::cppu::OWeakObject& _rParent ,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 @@ void OColumnsHelper::appendObject( const Reference< XPropertySet >& descriptor ) } // ------------------------------------------------------------------------- // 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() ) -- cgit v1.2.3