User: hr Date: 06/06/19 19:11:00 Modified: /dba/connectivity/source/sdbcx/ VKey.cxx
Log: INTEGRATION: CWS warnings01 (1.14.30); FILE MERGED 2006/06/14 10:56:24 fs 1.14.30.3: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ... 2005/11/16 12:59:32 fs 1.14.30.2: #i57457# warning free code 2005/11/07 14:44:17 fs 1.14.30.1: #i57457# warning-free code File Changes: Directory: /dba/connectivity/source/sdbcx/ ========================================== File [changed]: VKey.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/sdbcx/VKey.cxx?r1=1.14&r2=1.15 Delta lines: +9 -12 -------------------- --- VKey.cxx 8 Sep 2005 07:44:13 -0000 1.14 +++ VKey.cxx 20 Jun 2006 02:10:58 -0000 1.15 @@ -108,11 +108,11 @@ sal_Int32 _DeleteRule, sal_Bool _bCase) : ODescriptor_BASE(m_aMutex) ,ODescriptor(ODescriptor_BASE::rBHelper,_bCase) - ,m_pColumns(NULL) ,m_ReferencedTable(_ReferencedTable) ,m_Type(_Type) ,m_UpdateRule(_UpdateRule) ,m_DeleteRule(_DeleteRule) + ,m_pColumns(NULL) { m_Name = _Name; } @@ -168,12 +168,9 @@ ODescriptor_BASE::disposing(); } // ------------------------------------------------------------------------- -::cppu::IPropertyArrayHelper* OKey::createArrayHelper(sal_Int32 _nId ) const +::cppu::IPropertyArrayHelper* OKey::createArrayHelper( sal_Int32 /*_nId*/ ) const { - Sequence< Property > aProps; - describeProperties(aProps); - changePropertyAttributte(aProps); - return new ::cppu::OPropertyArrayHelper(aProps); + return doCreateArrayHelper(); } // ------------------------------------------------------------------------- ::cppu::IPropertyArrayHelper & OKey::getInfoHelper() @@ -223,7 +220,7 @@ return m_Name; } // ----------------------------------------------------------------------------- -void SAL_CALL OKey::setName( const ::rtl::OUString& aName ) throw(::com::sun::star::uno::RuntimeException) +void SAL_CALL OKey::setName( const ::rtl::OUString& /*aName*/ ) throw(::com::sun::star::uno::RuntimeException) { } // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
