Tag: cws_src680_warnings01
User: fs      
Date: 06/06/14 03:56:33

Modified:
 /dba/dbaccess/source/core/inc/
  TableDeco.hxx

Log:
 #i66367# reverted previous changes related to replacing IdPropertyArrayHelper 
with PropertyArrayHelper - there's a subtle difference between both ids ...

File Changes:

Directory: /dba/dbaccess/source/core/inc/
=========================================

File [changed]: TableDeco.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/TableDeco.hxx?r1=1.16.50.1&r2=1.16.50.2
Delta lines:  +4 -4
-------------------
--- TableDeco.hxx       24 Mar 2006 15:35:54 -0000      1.16.50.1
+++ TableDeco.hxx       14 Jun 2006 10:56:30 -0000      1.16.50.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: TableDeco.hxx,v $
  *
- *  $Revision: 1.16.50.1 $
+ *  $Revision: 1.16.50.2 $
  *
- *  last change: $Author: fs $ $Date: 2006/03/24 15:35:54 $
+ *  last change: $Author: fs $ $Date: 2006/06/14 10:56:30 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -106,7 +106,7 @@
        //= OTables
        
//==========================================================================
        class ODBTableDecorator;
-       typedef ::comphelper::OPropertyArrayUsageHelper< ODBTableDecorator >    
ODBTableDecorator_PROP;
+    typedef ::comphelper::OIdPropertyArrayUsageHelper< ODBTableDecorator >  
ODBTableDecorator_PROP;
 
        class ODBTableDecorator :public comphelper::OBaseMutex
                                                        ,public 
OTableDescriptor_BASE
@@ -135,7 +135,7 @@
                virtual void columnCloned(const 
::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& 
_xClone);
                virtual void refreshColumns();
 
-               virtual ::cppu::IPropertyArrayHelper* createArrayHelper() const;
+        virtual ::cppu::IPropertyArrayHelper* createArrayHelper(sal_Int32 
_nId) const;
                virtual ::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper();
 
                // OPropertySetHelper




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

Reply via email to