User: vg Date: 05/03/10 07:22:56 Modified: /dba/connectivity/source/drivers/ado/ AIndexes.cxx
Log: INTEGRATION: CWS dba24 (1.11.32); FILE MERGED 2005/02/09 08:07:39 oj 1.11.32.1: #i26950# remove the need for XNamed File Changes: Directory: /dba/connectivity/source/drivers/ado/ ================================================ File [changed]: AIndexes.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/ado/AIndexes.cxx?r1=1.11&r2=1.12 Delta lines: +3 -3 ------------------- --- AIndexes.cxx 22 Oct 2004 08:42:44 -0000 1.11 +++ AIndexes.cxx 10 Mar 2005 15:22:54 -0000 1.12 @@ -91,7 +91,7 @@ using namespace com::sun::star::sdbc; using namespace com::sun::star::container; -Reference< XNamed > OIndexes::createObject(const ::rtl::OUString& _rName) +sdbcx::ObjectType OIndexes::createObject(const ::rtl::OUString& _rName) { return new OAdoIndex(isCaseSensitive(),m_pConnection,m_aCollection.GetItem(_rName)); } @@ -127,12 +127,12 @@ m_aCollection.Delete(_sElementName); } // ------------------------------------------------------------------------- -Reference< XNamed > OIndexes::cloneObject(const Reference< XPropertySet >& _xDescriptor) +sdbcx::ObjectType OIndexes::cloneObject(const Reference< XPropertySet >& _xDescriptor) { OAdoIndex* pIndex = NULL; if(getImplementation(pIndex,_xDescriptor) && pIndex != NULL) return new OAdoIndex(isCaseSensitive(),m_pConnection,pIndex->getImpl()); - return Reference< XNamed >(); + return sdbcx::ObjectType(); } // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
