summaryrefslogtreecommitdiff
path: root/padmin/source/pamain.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 14:01:46 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 14:01:46 +0000
commitdb5d340fb2aa9a86f58c88e5d1f9330cb35325f9 (patch)
tree39764a90b6dd665f42b917a0ae4400e821a8c11a /padmin/source/pamain.cxx
parentdc9ea13fdf61228fc357b9af5be396faf5b38c4b (diff)
INTEGRATION: CWS bgdlremove (1.14.44); FILE MERGED
2007/05/18 09:09:20 kso 1.14.44.1: #i77419# - cleanup of ucbhelper namespaces.
Diffstat (limited to 'padmin/source/pamain.cxx')
-rw-r--r--padmin/source/pamain.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/padmin/source/pamain.cxx b/padmin/source/pamain.cxx
index bc5281ef88e6..1bce3da37a6e 100644
--- a/padmin/source/pamain.cxx
+++ b/padmin/source/pamain.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: pamain.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 12:16:58 $
+ * last change: $Author: ihi $ $Date: 2007-06-05 15:01:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -151,7 +151,7 @@ void MyApp::Main()
#if OSL_DEBUG_LEVEL > 1
sal_Bool bSuccess =
#endif
- ::ucb::ContentBroker::initialize( xFactory, aArgs );
+ ::ucbhelper::ContentBroker::initialize( xFactory, aArgs );
#if OSL_DEBUG_LEVEL > 1
if ( !bSuccess )
@@ -187,6 +187,6 @@ void MyApp::Main()
/*
* clean up UCB
*/
- ::ucb::ContentBroker::deinitialize();
+ ::ucbhelper::ContentBroker::deinitialize();
}