User: vg Date: 05/03/10 07:29:14 Modified: /dba/connectivity/source/drivers/flat/ ETables.cxx
Log: INTEGRATION: CWS dba24 (1.11.240); FILE MERGED 2005/02/09 08:07:46 oj 1.11.240.1: #i26950# remove the need for XNamed File Changes: Directory: /dba/connectivity/source/drivers/flat/ ================================================= File [changed]: ETables.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/flat/ETables.cxx?r1=1.11&r2=1.12 Delta lines: +6 -5 ------------------- --- ETables.cxx 8 Oct 2002 08:25:30 -0000 1.11 +++ ETables.cxx 10 Mar 2005 15:29:11 -0000 1.12 @@ -90,6 +90,7 @@ #include <comphelper/types.hxx> #endif +using namespace connectivity; using namespace ::comphelper; using namespace connectivity::flat; using namespace connectivity::file; @@ -101,11 +102,11 @@ using namespace ::com::sun::star::container; namespace starutil = ::com::sun::star::util; -Reference< XNamed > OFlatTables::createObject(const ::rtl::OUString& _rName) +sdbcx::ObjectType OFlatTables::createObject(const ::rtl::OUString& _rName) { OFlatTable* pRet = new OFlatTable(this,(OFlatConnection*)static_cast<OFileCatalog&>(m_rParent).getConnection(), _rName,::rtl::OUString::createFromAscii("TABLE")); - Reference< XNamed > xRet = pRet; + sdbcx::ObjectType xRet = pRet; pRet->construct(); return xRet; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
