User: hr      
Date: 06/06/19 19:11:47

Modified:
 /dba/connectivity/source/sdbcx/
  VView.cxx

Log:
 INTEGRATION: CWS warnings01 (1.13.30); FILE MERGED
 2006/06/14 10:56:25 fs 1.13.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:33 fs 1.13.30.1: #i57457# warning free code

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&r2=1.14
Delta lines:  +3 -6
-------------------
--- VView.cxx   8 Sep 2005 07:45:21 -0000       1.13
+++ VView.cxx   20 Jun 2006 02:11:45 -0000      1.14
@@ -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]

Reply via email to