User: ihi Date: 2007-06-05 14:21:21+0000 Log: INTEGRATION: CWS bgdlremove (1.41.94); FILE MERGED 2007/05/18 09:01:37 kso 1.41.94.1: #i77419# - cleanup of ucbhelper namespaces. Issue number: Submitted by: Reviewed by:
File Changes: Directory: /dba/connectivity/source/drivers/dbase/ ================================================== File [changed]: DIndex.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/dbase/DIndex.cxx?r1=1.41&r2=1.42 Delta lines: +3 -8 ------------------- --- DIndex.cxx 2006-09-17 02:22:00+0000 1.41 +++ DIndex.cxx 2007-06-05 14:21:18+0000 1.42 @@ -75,9 +75,6 @@ #ifndef _COM_SUN_STAR_SDBC_XROW_HPP_ #include <com/sun/star/sdbc/XRow.hpp> #endif -#ifndef _UCBHELPER_CONTENT_HXX -#include <ucbhelper/content.hxx> -#endif #ifndef _COMPHELPER_EXTRACT_HXX_ #include <comphelper/extract.hxx> #endif @@ -106,7 +103,6 @@ using namespace ::comphelper; // ------------------------------------------------------------------------- using namespace connectivity; -using namespace ucb; using namespace utl; using namespace ::cppu; using namespace connectivity::file; @@ -116,8 +112,7 @@ using namespace com::sun::star::sdbcx; using namespace com::sun::star::uno; using namespace com::sun::star::beans; -using namespace com::sun::star::ucb; - +using namespace com::sun::star::lang; IMPLEMENT_SERVICE_INFO(ODbaseIndex,"com.sun.star.sdbcx.driver.dbase.Index","com.sun.star.sdbcx.Index"); // ------------------------------------------------------------------------- @@ -181,7 +176,7 @@ return pId->getImplementationId(); } -// com::sun::star::lang::XUnoTunnel +// XUnoTunnel //------------------------------------------------------------------ sal_Int64 ODbaseIndex::getSomething( const Sequence< sal_Int8 > & rId ) throw (RuntimeException) { @@ -668,7 +663,7 @@ if(xSet->last()) { - Reference< ::com::sun::star::lang::XUnoTunnel> xTunnel(xSet,UNO_QUERY); + Reference< XUnoTunnel> xTunnel(xSet,UNO_QUERY); ODbaseResultSet* pDbaseRes = NULL; if(xTunnel.is()) pDbaseRes = reinterpret_cast< ODbaseResultSet* >( xTunnel->getSomething(ODbaseResultSet::getUnoTunnelImplementationId()) ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
