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

INTEGRATION: CWS bgdlremove (1.27.152); FILE MERGED

2007/05/18 09:04:13 kso 1.27.152.1: #i77419# - cleanup of ucbhelper namespaces.
üst 4757c0fd
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: appinit.cxx,v $ * $RCSfile: appinit.cxx,v $
* *
* $Revision: 1.27 $ * $Revision: 1.28 $
* *
* last change: $Author: obo $ $Date: 2006-10-12 14:04:14 $ * last change: $Author: ihi $ $Date: 2007-06-05 15:03:32 $
* *
* 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.
...@@ -192,10 +192,10 @@ static bool configureUcb(bool bServer, rtl::OUString const & rPortalConnect) ...@@ -192,10 +192,10 @@ static bool configureUcb(bool bServer, rtl::OUString const & rPortalConnect)
aArgs[5] <<= aPortal.makeStringAndClear(); aArgs[5] <<= aPortal.makeStringAndClear();
bool ret = bool ret =
::ucb::ContentBroker::initialize( xServiceFactory, aArgs ) != false; ::ucbhelper::ContentBroker::initialize( xServiceFactory, aArgs ) != false;
// register GnomeUCP if necessary // register GnomeUCP if necessary
::ucb::ContentBroker* cb = ::ucb::ContentBroker::get(); ::ucbhelper::ContentBroker* cb = ::ucbhelper::ContentBroker::get();
if(cb) { if(cb) {
try { try {
Reference< XCurrentContext > xCurrentContext( Reference< XCurrentContext > xCurrentContext(
......
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