User: vg Date: 05/03/10 08:32:31 Modified: /dba/dbaccess/source/core/api/ viewcontainer.cxx
Log: INTEGRATION: CWS dba24 (1.19.50); FILE MERGED 2005/02/09 08:12:59 oj 1.19.50.1: #i26950# remove the need for XNamed File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: viewcontainer.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/viewcontainer.cxx?r1=1.19&r2=1.20 Delta lines: +2 -2 ------------------- --- viewcontainer.cxx 22 Oct 2004 08:58:09 -0000 1.19 +++ viewcontainer.cxx 10 Mar 2005 16:32:29 -0000 1.20 @@ -166,9 +166,9 @@ //------------------------------------------------------------------------------ IMPLEMENT_SERVICE_INFO2(OViewContainer, "com.sun.star.sdb.dbaccess.OViewContainer", SERVICE_SDBCX_CONTAINER, SERVICE_SDBCX_TABLES) // ----------------------------------------------------------------------------- -Reference< XNamed > OViewContainer::createObject(const ::rtl::OUString& _rName) +ObjectType OViewContainer::createObject(const ::rtl::OUString& _rName) { - Reference< XNamed > xProp; + ObjectType xProp; if ( m_xMasterContainer.is() && m_xMasterContainer->hasByName(_rName) ) xProp.set(m_xMasterContainer->getByName(_rName),UNO_QUERY); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
