User: vg Date: 05/03/10 07:28:12 Modified: /dba/connectivity/source/drivers/file/ FTables.cxx
Log: INTEGRATION: CWS dba24 (1.2.262); FILE MERGED 2005/02/09 08:07:45 oj 1.2.262.1: #i26950# remove the need for XNamed File Changes: Directory: /dba/connectivity/source/drivers/file/ ================================================= File [changed]: FTables.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/file/FTables.cxx?r1=1.2&r2=1.3 Delta lines: +6 -5 ------------------- --- FTables.cxx 12 Oct 2001 11:46:34 -0000 1.2 +++ FTables.cxx 10 Mar 2005 15:28:09 -0000 1.3 @@ -90,6 +90,7 @@ //#include "file/FEmptyCollection.hxx" //#endif +using namespace connectivity; using namespace connectivity::file; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::beans; @@ -100,9 +101,9 @@ namespace starutil = ::com::sun::star::util; typedef connectivity::sdbcx::OCollection OCollection_TYPE; -Reference< XNamed > OTables::createObject(const ::rtl::OUString& _rName) +sdbcx::ObjectType OTables::createObject(const ::rtl::OUString& _rName) { - return Reference< XNamed >(); + return sdbcx::ObjectType(); } // ------------------------------------------------------------------------- void OTables::impl_refresh( ) throw(RuntimeException) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
