User: hr Date: 06/06/19 18:29:28 Modified: /dba/connectivity/source/drivers/hsqldb/ HColumns.cxx
Log: INTEGRATION: CWS warnings01 (1.4.30); FILE MERGED 2006/06/14 10:56:21 fs 1.4.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:05 fs 1.4.30.1: #i57457# warning free code File Changes: Directory: /dba/connectivity/source/drivers/hsqldb/ =================================================== File [changed]: HColumns.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/hsqldb/HColumns.cxx?r1=1.4&r2=1.5 Delta lines: +7 -10 -------------------- --- HColumns.cxx 8 Sep 2005 06:02:47 -0000 1.4 +++ HColumns.cxx 20 Jun 2006 01:29:25 -0000 1.5 @@ -77,12 +77,9 @@ registerProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_AUTOINCREMENTCREATION),PROPERTY_ID_AUTOINCREMENTCREATION,0,&m_sAutoIncrement, ::getCppuType(&m_sAutoIncrement)); } // ----------------------------------------------------------------------------- -::cppu::IPropertyArrayHelper* OHSQLColumn::createArrayHelper( sal_Int32 _nId) const +::cppu::IPropertyArrayHelper* OHSQLColumn::createArrayHelper( sal_Int32 /*_nId*/ ) const { - Sequence< ::com::sun::star::beans::Property > aProps; - describeProperties(aProps); - changePropertyAttributte(aProps); - return new ::cppu::OPropertyArrayHelper(aProps); + return doCreateArrayHelper(); } // ----------------------------------------------------------------------------- ::cppu::IPropertyArrayHelper & SAL_CALL OHSQLColumn::getInfoHelper() --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
