Kaydet (Commit) 154f5dfa authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

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:
üst e97c16ba
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: DTable.cxx,v $ * $RCSfile: DTable.cxx,v $
* *
* $Revision: 1.101 $ * $Revision: 1.102 $
* *
* last change: $Author: obo $ $Date: 2007-01-25 11:00:44 $ * last change: $Author: ihi $ $Date: 2007-06-05 14:21:31 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -132,7 +132,7 @@ using namespace connectivity; ...@@ -132,7 +132,7 @@ using namespace connectivity;
using namespace connectivity::sdbcx; using namespace connectivity::sdbcx;
using namespace connectivity::dbase; using namespace connectivity::dbase;
using namespace connectivity::file; using namespace connectivity::file;
using namespace ::ucb; using namespace ::ucbhelper;
using namespace ::utl; using namespace ::utl;
using namespace ::cppu; using namespace ::cppu;
using namespace ::dbtools; using namespace ::dbtools;
...@@ -1197,7 +1197,7 @@ BOOL ODbaseTable::Drop_Static(const ::rtl::OUString& _sUrl,sal_Bool _bHasMemoFie ...@@ -1197,7 +1197,7 @@ BOOL ODbaseTable::Drop_Static(const ::rtl::OUString& _sUrl,sal_Bool _bHasMemoFie
// 89711 - 16.07.2001 - frank.schoenheit@sun.com // 89711 - 16.07.2001 - frank.schoenheit@sun.com
try 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 ) ) ); aDeleteContent.executeCommand( ::rtl::OUString::createFromAscii( "delete" ), makeAny( sal_Bool( sal_True ) ) );
} }
catch(Exception&) catch(Exception&)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment