summaryrefslogtreecommitdiff
path: root/desktop/source/pkgchk/unopkg
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 14:08:06 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 14:08:06 +0000
commit9cf371c89aeefd59e750ac6859f4559a91e6fb13 (patch)
tree6f655fa3249c7dc6ae6a12b59529b3a504fd2ba2 /desktop/source/pkgchk/unopkg
parent472ff6d13519a3cbb621b01c57d43456d3e50dd2 (diff)
INTEGRATION: CWS bgdlremove (1.5.6); FILE MERGED
2007/05/18 09:04:16 kso 1.5.6.1: #i77419# - cleanup of ucbhelper namespaces.
Diffstat (limited to 'desktop/source/pkgchk/unopkg')
-rw-r--r--desktop/source/pkgchk/unopkg/unopkg_misc.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/pkgchk/unopkg/unopkg_misc.cxx b/desktop/source/pkgchk/unopkg/unopkg_misc.cxx
index 947ebb4adb99..80b5b616418d 100644
--- a/desktop/source/pkgchk/unopkg/unopkg_misc.cxx
+++ b/desktop/source/pkgchk/unopkg/unopkg_misc.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unopkg_misc.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2007-04-26 08:25:22 $
+ * last change: $Author: ihi $ $Date: 2007-06-05 15:08:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -374,7 +374,7 @@ Reference<XComponentContext> bootstrapStandAlone(
Sequence<Any> ucb_args( 2 );
ucb_args[ 0 ] <<= OUSTR(UCB_CONFIGURATION_KEY1_LOCAL);
ucb_args[ 1 ] <<= OUSTR(UCB_CONFIGURATION_KEY2_OFFICE);
- if (! ::ucb::ContentBroker::initialize( xServiceManager, ucb_args ))
+ if (! ::ucbhelper::ContentBroker::initialize( xServiceManager, ucb_args ))
throw RuntimeException( OUSTR("cannot initialize UCB!"), 0 );
return xContext;