User: vg      
Date: 05/03/10 07:30:49

Modified:
 /dba/connectivity/source/drivers/mozab/
  MTables.cxx

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

File Changes:

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

File [changed]: MTables.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MTables.cxx?r1=1.4&r2=1.5
Delta lines:  +3 -3
-------------------
--- MTables.cxx 25 Jun 2004 18:30:52 -0000      1.4
+++ MTables.cxx 10 Mar 2005 15:30:46 -0000      1.5
@@ -103,7 +103,7 @@
 #endif
 
 using namespace ::comphelper;
-
+using namespace connectivity;
 using namespace ::cppu;
 using namespace connectivity::mozab;
 using namespace ::com::sun::star::uno;
@@ -115,7 +115,7 @@
 using namespace dbtools;
 typedef connectivity::sdbcx::OCollection OCollection_TYPE;
 
-Reference< XNamed > OTables::createObject(const ::rtl::OUString& _rName)
+sdbcx::ObjectType OTables::createObject(const ::rtl::OUString& _rName)
 {
        ::rtl::OUString aName,aSchema;
        // sal_Int32 nLen = _rName.indexOf('.');
@@ -132,7 +132,7 @@
 
     Reference< XResultSet > xResult = 
m_xMetaData->getTables(Any(),aSchema,aName,aTypes);
 
-    Reference< XNamed > xRet = NULL;
+    sdbcx::ObjectType xRet = NULL;
        if(xResult.is())
        {
         Reference< XRow > xRow(xResult,UNO_QUERY);




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

Reply via email to