summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-10 14:34:48 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-10 14:34:48 +0000
commit03a0551bedf61c4d746c4c4df5b231815cd2933a (patch)
tree798ab5bea5c04ff7207a4ccb1c689bf98a6252d0
parent74101241eccfd5e3d98878689424b67a5b557ccc (diff)
INTEGRATION: CWS dba24 (1.4.262); FILE MERGED
2005/02/09 08:07:50 oj 1.4.262.1: #i26950# remove the need for XNamed
-rw-r--r--connectivity/source/inc/adabas/BUsers.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/connectivity/source/inc/adabas/BUsers.hxx b/connectivity/source/inc/adabas/BUsers.hxx
index 2f178d112ee5..a1c68fb06989 100644
--- a/connectivity/source/inc/adabas/BUsers.hxx
+++ b/connectivity/source/inc/adabas/BUsers.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: BUsers.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: oj $ $Date: 2001-10-12 11:59:33 $
+ * last change: $Author: vg $ $Date: 2005-03-10 15:34:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,10 +79,9 @@ namespace connectivity
OAdabasConnection* m_pConnection;
connectivity::sdbcx::IRefreshableUsers* m_pParent;
public:
- 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 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > createEmptyObject();
virtual void impl_refresh() throw(::com::sun::star::uno::RuntimeException);
- 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 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: