User: vg      
Date: 05/03/10 08:27:35

Modified:
 /dba/dbaccess/source/core/api/
  CIndexes.cxx

Log:
 INTEGRATION: CWS dba24 (1.12.80); FILE MERGED
 2005/02/09 08:12:56 oj 1.12.80.1: #i26950# remove the need for XNamed

File Changes:

Directory: /dba/dbaccess/source/core/api/
=========================================

File [changed]: CIndexes.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/CIndexes.cxx?r1=1.12&r2=1.13
Delta lines:  +2 -2
-------------------
--- CIndexes.cxx        2 Aug 2004 14:58:26 -0000       1.12
+++ CIndexes.cxx        10 Mar 2005 16:27:32 -0000      1.13
@@ -95,9 +95,9 @@
 using namespace cppu;
 
 
-Reference< XNamed > OIndexes::createObject(const ::rtl::OUString& _rName)
+ObjectType OIndexes::createObject(const ::rtl::OUString& _rName)
 {
-       Reference< XNamed > xRet = NULL;
+       ObjectType xRet;
        if ( m_xIndexes.is() && m_xIndexes->hasByName(_rName) )
                xRet.set(m_xIndexes->getByName(_rName),UNO_QUERY);
        else




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

Reply via email to