Tag: cws_src680_qiq User: fs Date: 2006/06/27 08:14:08 Modified: dba/connectivity/source/sdbcx/VView.cxx
Log: RESYNC: (1.13-1.14); FILE MERGED File Changes: Directory: /dba/connectivity/source/sdbcx/ ========================================== File [changed]: VView.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/sdbcx/VView.cxx?r1=1.13.104.1&r2=1.13.104.2 Delta lines: +6 -9 ------------------- --- VView.cxx 23 May 2006 13:54:39 -0000 1.13.104.1 +++ VView.cxx 27 Jun 2006 15:14:05 -0000 1.13.104.2 @@ -125,12 +125,9 @@ return aRet.hasValue() ? aRet : ODescriptor::queryInterface( rType); } // ------------------------------------------------------------------------- -::cppu::IPropertyArrayHelper* OView::createArrayHelper(sal_Int32 _nId) const +::cppu::IPropertyArrayHelper* OView::createArrayHelper( sal_Int32 /*_nId*/ ) const { - Sequence< Property > aProps; - describeProperties(aProps); - changePropertyAttributte(aProps); - return new ::cppu::OPropertyArrayHelper(aProps); + return doCreateArrayHelper(); } // ------------------------------------------------------------------------- ::cppu::IPropertyArrayHelper & OView::getInfoHelper() --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
