diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-10 14:37:03 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-10 14:37:03 +0000 |
commit | 609c3e1293bfd74b30fa3c08649db4e4a4cf2489 (patch) | |
tree | a49c708009e5b972076e13ae29e9dfe4693279d9 /connectivity/source/inc | |
parent | a47c1604b061057af8095ec7d2b925fad24bcc67 (diff) |
INTEGRATION: CWS dba24 (1.5.260); FILE MERGED
2005/02/09 08:07:52 oj 1.5.260.1: #i26950# remove the need for XNamed
Diffstat (limited to 'connectivity/source/inc')
-rw-r--r-- | connectivity/source/inc/ado/AViews.hxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/connectivity/source/inc/ado/AViews.hxx b/connectivity/source/inc/ado/AViews.hxx index 671abe65c010..cc28e1d095c9 100644 --- a/connectivity/source/inc/ado/AViews.hxx +++ b/connectivity/source/inc/ado/AViews.hxx @@ -2,9 +2,9 @@ * * $RCSfile: AViews.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:37:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,11 +83,9 @@ namespace connectivity WpADOViews m_aCollection; 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 ); void setComments(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& descriptor ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); virtual void dropObject(sal_Int32 _nPos,const ::rtl::OUString _sElementName); |