summaryrefslogtreecommitdiff
path: root/automation/source/miniapp
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 16:50:17 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 16:50:17 +0000
commitdf50813843988dd2c50413381379e722564c79ca (patch)
tree5f4df7063e4a04d1ab18b8f597fe934f28a5acfa /automation/source/miniapp
parentdc32acf019616aa1713539c306f2a2cdf301e229 (diff)
INTEGRATION: CWS bgdlremove (1.7.2); FILE MERGED
2007/05/18 08:43:50 kso 1.7.2.1: #i77419# - cleanup of ucbhelper namespaces
Diffstat (limited to 'automation/source/miniapp')
-rw-r--r--automation/source/miniapp/testapp.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/automation/source/miniapp/testapp.cxx b/automation/source/miniapp/testapp.cxx
index 96fdbe22bbe7..0d8bf1d0be67 100644
--- a/automation/source/miniapp/testapp.cxx
+++ b/automation/source/miniapp/testapp.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: testapp.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2007-04-26 09:39:47 $
+ * last change: $Author: ihi $ $Date: 2007-06-05 17:50:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -333,9 +333,9 @@ Reference< XContentProviderManager > InitializeUCB( void )
// Create unconfigured Ucb:
Sequence< Any > aArgs;
- ucb::ContentBroker::initialize( xSMgr, aArgs );
+ ucbhelper::ContentBroker::initialize( xSMgr, aArgs );
Reference< XContentProviderManager > xUcb =
- ucb::ContentBroker::get()->getContentProviderManagerInterface();
+ ucbhelper::ContentBroker::get()->getContentProviderManagerInterface();
Reference< XContentProvider > xFileProvider
( xSMgr->createInstance( OUString::createFromAscii( "com.sun.star.ucb.FileContentProvider" ) ), UNO_QUERY );