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

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

Log:
 INTEGRATION: CWS warnings01 (1.10.30); FILE MERGED
 2006/06/14 10:56:24 fs 1.10.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.10.30.1: #i57457# warning free code

File Changes:

Directory: /dba/connectivity/source/sdbcx/
==========================================

File [changed]: VKeyColumn.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/sdbcx/VKeyColumn.cxx?r1=1.10&r2=1.11
Delta lines:  +5 -8
-------------------
--- VKeyColumn.cxx      8 Sep 2005 07:44:30 -0000       1.10
+++ VKeyColumn.cxx      20 Jun 2006 02:11:10 -0000      1.11
@@ -112,12 +112,9 @@
 {
 }
 // 
-----------------------------------------------------------------------------
-::cppu::IPropertyArrayHelper* OKeyColumn::createArrayHelper( sal_Int32 _nId) 
const
+::cppu::IPropertyArrayHelper* OKeyColumn::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 OKeyColumn::getInfoHelper()




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to