User: hr Date: 06/06/19 19:10:48 Modified: /dba/connectivity/source/sdbcx/ VIndexColumn.cxx
Log: INTEGRATION: CWS warnings01 (1.9.30); FILE MERGED 2006/06/14 10:56:24 fs 1.9.30.2: #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.9.30.1: #i57457# warning free code File Changes: Directory: /dba/connectivity/source/sdbcx/ ========================================== File [changed]: VIndexColumn.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/sdbcx/VIndexColumn.cxx?r1=1.9&r2=1.10 Delta lines: +6 -9 ------------------- --- VIndexColumn.cxx 8 Sep 2005 07:43:57 -0000 1.9 +++ VIndexColumn.cxx 20 Jun 2006 02:10:46 -0000 1.10 @@ -107,12 +107,9 @@ construct(); } // ----------------------------------------------------------------------------- -::cppu::IPropertyArrayHelper* OIndexColumn::createArrayHelper( sal_Int32 _nId) const +::cppu::IPropertyArrayHelper* OIndexColumn::createArrayHelper( sal_Int32 /*_nId*/ ) const { - ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > aProps; - describeProperties(aProps); - changePropertyAttributte(aProps); - return new ::cppu::OPropertyArrayHelper(aProps); + return doCreateArrayHelper(); } // ----------------------------------------------------------------------------- ::cppu::IPropertyArrayHelper& SAL_CALL OIndexColumn::getInfoHelper() --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
