User: obo     
Date: 2006/07/10 08:14:59

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

Log:
 INTEGRATION: CWS qiq (1.25.124); FILE MERGED
 2006/06/27 12:03:24 fs 1.25.124.2: RESYNC: (1.25-1.26); FILE MERGED
 2006/06/16 11:47:40 fs 1.25.124.1: during #i51143#:
 
 refactored VCollection:
 - createEmptyObject now named createDescriptor
 - cloneObject removed
 - appendObject now returns the newly created object
   (previously done via a subsequent call to cloneObject)

File Changes:

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

File [changed]: table.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/table.hxx?r1=1.26&r2=1.27
Delta lines:  +2 -1
-------------------
--- table.hxx   20 Jun 2006 02:47:29 -0000      1.26
+++ table.hxx   10 Jul 2006 15:14:57 -0000      1.27
@@ -120,7 +120,8 @@
 
                // IColumnFactory
                virtual OColumn*        createColumn(const ::rtl::OUString& 
_rName) const;
-               virtual ::com::sun::star::uno::Reference< 
::com::sun::star::beans::XPropertySet > createEmptyObject();
+               virtual ::com::sun::star::uno::Reference< 
::com::sun::star::beans::XPropertySet > createColumnDescriptor();
+        virtual void columnAppended( const ::com::sun::star::uno::Reference< 
::com::sun::star::beans::XPropertySet >& _rxSourceDescriptor );
                virtual void columnDropped(const ::rtl::OUString& _sName);
                virtual void columnCloned(const 
::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& 
_xClone);
 




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

Reply via email to