User: vg Date: 05/03/10 07:27:19 Modified: /dba/connectivity/source/drivers/evoab/ LTables.cxx
Log: INTEGRATION: CWS dba24 (1.2.172); FILE MERGED 2005/02/09 08:07:43 oj 1.2.172.1: #i26950# remove the need for XNamed File Changes: Directory: /dba/connectivity/source/drivers/evoab/ ================================================== File [changed]: LTables.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab/LTables.cxx?r1=1.2&r2=1.3 Delta lines: +6 -5 ------------------- --- LTables.cxx 2 Jun 2003 07:58:38 -0000 1.2 +++ LTables.cxx 10 Mar 2005 15:27:16 -0000 1.3 @@ -90,6 +90,7 @@ #include <comphelper/types.hxx> #endif +using namespace connectivity; using namespace ::comphelper; using namespace connectivity::evoab; using namespace connectivity::file; @@ -101,11 +102,11 @@ using namespace ::com::sun::star::container; namespace starutil = ::com::sun::star::util; -Reference< XNamed > OEvoabTables::createObject(const ::rtl::OUString& _rName) +sdbcx::ObjectType OEvoabTables::createObject(const ::rtl::OUString& _rName) { OEvoabTable* pRet = new OEvoabTable(this,(OEvoabConnection*)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]
