From 7f3fa9a8c96232018759568f79861cc4e78db41b Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 10 Mar 2005 14:35:30 +0000 Subject: INTEGRATION: CWS dba24 (1.5.260); FILE MERGED 2005/02/09 08:07:50 oj 1.5.260.1: #i26950# remove the need for XNamed --- connectivity/source/inc/ado/AGroups.hxx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'connectivity/source/inc/ado/AGroups.hxx') diff --git a/connectivity/source/inc/ado/AGroups.hxx b/connectivity/source/inc/ado/AGroups.hxx index 1e5d1f55b028..3cb4f7f3ee3b 100644 --- a/connectivity/source/inc/ado/AGroups.hxx +++ b/connectivity/source/inc/ado/AGroups.hxx @@ -2,9 +2,9 @@ * * $RCSfile: AGroups.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: oj $ $Date: 2001-11-09 06:59:00 $ + * last change: $Author: vg $ $Date: 2005-03-10 15:35:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -87,11 +87,9 @@ namespace connectivity OCatalog* m_pCatalog; protected: - 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(); - // return a object which is the copy of the descriptor - 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: -- cgit