summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/inc/table.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-10 14:14:57 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-10 14:14:57 +0000
commit43fa2a5d1ce87be37642f7f3545cb182c11d9b22 (patch)
treef4889856365d8cf1c005f903026c3c4dd964ca94 /dbaccess/source/core/inc/table.hxx
parentce2eca9524d0c4caa42410da23a821a89b49bd69 (diff)
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)
Diffstat (limited to 'dbaccess/source/core/inc/table.hxx')
-rw-r--r--dbaccess/source/core/inc/table.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/dbaccess/source/core/inc/table.hxx b/dbaccess/source/core/inc/table.hxx
index 877bac9b92ed..45a95861d1f8 100644
--- a/dbaccess/source/core/inc/table.hxx
+++ b/dbaccess/source/core/inc/table.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: table.hxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 02:47:29 $
+ * last change: $Author: obo $ $Date: 2006-07-10 15:14:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -120,7 +120,8 @@ namespace dbaccess
// 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);