User: vg      
Date: 05/03/10 07:24:47

Modified:
 /dba/connectivity/source/drivers/calc/
  CTables.cxx

Log:
 INTEGRATION: CWS dba24 (1.7.262); FILE MERGED
 2005/02/09 08:07:41 oj 1.7.262.1: #i26950# remove the need for XNamed

File Changes:

Directory: /dba/connectivity/source/drivers/calc/
=================================================

File [changed]: CTables.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/calc/CTables.cxx?r1=1.7&r2=1.8
Delta lines:  +5 -5
-------------------
--- CTables.cxx 12 Oct 2001 11:45:09 -0000      1.7
+++ CTables.cxx 10 Mar 2005 15:24:44 -0000      1.8
@@ -79,7 +79,7 @@
 #endif
 
 using namespace ::comphelper;
-
+using namespace connectivity;
 using namespace connectivity::calc;
 using namespace connectivity::file;
 using namespace ::com::sun::star::uno;
@@ -90,7 +90,7 @@
 using namespace ::com::sun::star::container;
 namespace starutil             = ::com::sun::star::util;
 
-Reference< XNamed > OCalcTables::createObject(const ::rtl::OUString& _rName)
+sdbcx::ObjectType OCalcTables::createObject(const ::rtl::OUString& _rName)
 {
        return new 
OCalcTable(this,(OCalcConnection*)static_cast<OFileCatalog&>(m_rParent).getConnection(),
                                                                                
_rName,::rtl::OUString::createFromAscii("TABLE"));




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to