summaryrefslogtreecommitdiff
path: root/vcl/workben
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 16:48:08 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 16:48:08 +0000
commit888483363dcc51029fe3fe67dcb6da37f78d0549 (patch)
treefcbbc3fe38d32f110ed9a15e7df9ad115ddb618d /vcl/workben
parentee0a6b7b0ab9dc687515b4fc7362b3d71b97790c (diff)
INTEGRATION: CWS bgdlremove (1.4.234); FILE MERGED
2007/05/18 11:39:40 kso 1.4.234.1: #i77419# - cleanup of ucbhelper namespaces.
Diffstat (limited to 'vcl/workben')
-rwxr-xr-xvcl/workben/outdevgrind.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/workben/outdevgrind.cxx b/vcl/workben/outdevgrind.cxx
index 2b7c0c54e436..291df6eee2e2 100755
--- a/vcl/workben/outdevgrind.cxx
+++ b/vcl/workben/outdevgrind.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: outdevgrind.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 12:47:49 $
+ * last change: $Author: ihi $ $Date: 2007-06-05 17:48:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -966,13 +966,13 @@ void GrindApp::Main()
uno::Sequence< uno::Any > aArgs( 2 );
aArgs[ 0 ] <<= rtl::OUString::createFromAscii( UCB_CONFIGURATION_KEY1_LOCAL );
aArgs[ 1 ] <<= rtl::OUString::createFromAscii( UCB_CONFIGURATION_KEY2_OFFICE );
- ::ucb::ContentBroker::initialize( xFactory, aArgs );
+ ::ucbhelper::ContentBroker::initialize( xFactory, aArgs );
TestWindow pWindow;
pWindow.Execute();
// clean up UCB
- ::ucb::ContentBroker::deinitialize();
+ ::ucbhelper::ContentBroker::deinitialize();
}
} // namespace