diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-10 14:32:54 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-10 14:32:54 +0000 |
commit | cbbd3009e6a1921e551d79fc78d278d348e73965 (patch) | |
tree | 5ef60d137dece5d9761ea38396950dff108b0db7 /connectivity/source/inc | |
parent | 83b88e90e74aac02878ff339bd6ddf80a2eed7d1 (diff) |
INTEGRATION: CWS dba24 (1.3.262); FILE MERGED
2005/02/09 08:07:48 oj 1.3.262.1: #i26950# remove the need for XNamed
Diffstat (limited to 'connectivity/source/inc')
-rw-r--r-- | connectivity/source/inc/adabas/BColumns.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/inc/adabas/BColumns.hxx b/connectivity/source/inc/adabas/BColumns.hxx index f17e5a0c99a4..59796b304eb7 100644 --- a/connectivity/source/inc/adabas/BColumns.hxx +++ b/connectivity/source/inc/adabas/BColumns.hxx @@ -2,9 +2,9 @@ * * $RCSfile: BColumns.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: oj $ $Date: 2001-10-12 11:59:33 $ + * last change: $Author: vg $ $Date: 2005-03-10 15:32:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,10 +84,10 @@ namespace connectivity protected: OAdabasTable* m_pTable; - virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNamed > createObject(const ::rtl::OUString& _rName); + virtual sdbcx::ObjectType createObject(const ::rtl::OUString& _rName); virtual void impl_refresh() throw(::com::sun::star::uno::RuntimeException); virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > createEmptyObject(); - virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNamed > cloneObject(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _xDescriptor); + virtual sdbcx::ObjectType cloneObject(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _xDescriptor); virtual void appendObject( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& descriptor ); virtual void dropObject(sal_Int32 _nPos,const ::rtl::OUString _sElementName); public: |