User: ihi Date: 2007-06-05 14:21:34+0000 Log: INTEGRATION: CWS bgdlremove (1.101.30); FILE MERGED 2007/05/18 09:01:37 kso 1.101.30.1: #i77419# - cleanup of ucbhelper namespaces. Issue number: Submitted by: Reviewed by:
File Changes: Directory: /dba/connectivity/source/drivers/dbase/ ================================================== File [changed]: DTable.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/dbase/DTable.cxx?r1=1.101&r2=1.102 Delta lines: +2 -2 ------------------- --- DTable.cxx 2007-01-25 11:00:44+0000 1.101 +++ DTable.cxx 2007-06-05 14:21:31+0000 1.102 @@ -132,7 +132,7 @@ using namespace connectivity::sdbcx; using namespace connectivity::dbase; using namespace connectivity::file; -using namespace ::ucb; +using namespace ::ucbhelper; using namespace ::utl; using namespace ::cppu; using namespace ::dbtools; @@ -1197,7 +1197,7 @@ // 89711 - 16.07.2001 - [EMAIL PROTECTED] try { - ::ucb::Content aDeleteContent( aURL.GetMainURL( INetURLObject::NO_DECODE ), Reference< ::com::sun::star::ucb::XCommandEnvironment > () ); + ::ucbhelper::Content aDeleteContent( aURL.GetMainURL( INetURLObject::NO_DECODE ), Reference< XCommandEnvironment > () ); aDeleteContent.executeCommand( ::rtl::OUString::createFromAscii( "delete" ), makeAny( sal_Bool( sal_True ) ) ); } catch(Exception&) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
