summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/CIndexes.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-10 14:00:53 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-10 14:00:53 +0000
commit6acde5fcdbd798fbcf99bbb428653f7de33d3362 (patch)
tree7475896c31057d69eb9d6c8ed2d036ea74f2d5e4 /dbaccess/source/core/api/CIndexes.hxx
parent2ef93bca2347568fdf0f038f2daa1a492eaf541e (diff)
INTEGRATION: CWS qiq (1.8.124); FILE MERGED
2006/06/16 11:47:36 fs 1.8.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/api/CIndexes.hxx')
-rw-r--r--dbaccess/source/core/api/CIndexes.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/core/api/CIndexes.hxx b/dbaccess/source/core/api/CIndexes.hxx
index 69152dbc961b..697fb3179e58 100644
--- a/dbaccess/source/core/api/CIndexes.hxx
+++ b/dbaccess/source/core/api/CIndexes.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: CIndexes.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 09:52:42 $
+ * last change: $Author: obo $ $Date: 2006-07-10 15:00:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -47,8 +47,8 @@ namespace dbaccess
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > m_xIndexes;
protected:
virtual connectivity::sdbcx::ObjectType createObject(const ::rtl::OUString& _rName);
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > createEmptyObject();
- virtual void appendObject( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& descriptor );
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > createDescriptor();
+ virtual connectivity::sdbcx::ObjectType appendObject( const ::rtl::OUString& _rForName, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& descriptor );
virtual void dropObject(sal_Int32 _nPos,const ::rtl::OUString _sElementName);
public:
OIndexes(connectivity::OTableHelper* _pTable,