User: hr      
Date: 06/06/19 18:52:56

Modified:
 /dba/connectivity/source/drivers/mysql/
  YColumns.cxx

Log:
 INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED
 2006/06/14 10:56:22 fs 1.3.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:17 fs 1.3.30.1: #i57457# warning free code

File Changes:

Directory: /dba/connectivity/source/drivers/mysql/
==================================================

File [changed]: YColumns.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mysql/YColumns.cxx?r1=1.3&r2=1.4
Delta lines:  +2 -5
-------------------
--- YColumns.cxx        8 Sep 2005 06:31:28 -0000       1.3
+++ YColumns.cxx        20 Jun 2006 01:52:53 -0000      1.4
@@ -77,12 +77,9 @@
        
registerProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_AUTOINCREMENTCREATION),PROPERTY_ID_AUTOINCREMENTCREATION,0,&m_sAutoIncrement,
 ::getCppuType(&m_sAutoIncrement));
 }
 // 
-----------------------------------------------------------------------------
-::cppu::IPropertyArrayHelper* OMySQLColumn::createArrayHelper( sal_Int32 _nId) 
const
+::cppu::IPropertyArrayHelper* OMySQLColumn::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 OMySQLColumn::getInfoHelper() 




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

Reply via email to