summaryrefslogtreecommitdiff
path: root/ucbhelper/source/client/contentbroker.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 13:52:42 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 13:52:42 +0000
commit8b89372c8e46a94fbc58bd320556e41c22995bcb (patch)
tree5807489ba6276cbcb8c0848d9596f304073ea7f4 /ucbhelper/source/client/contentbroker.cxx
parentffce162be59facde34951c1f0ab3af027616e343 (diff)
INTEGRATION: CWS bgdlremove (1.8.28); FILE MERGED
2007/05/18 11:38:07 kso 1.8.28.1: #i77419# - cleanup of ucbhelper namespaces.
Diffstat (limited to 'ucbhelper/source/client/contentbroker.cxx')
-rw-r--r--ucbhelper/source/client/contentbroker.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/ucbhelper/source/client/contentbroker.cxx b/ucbhelper/source/client/contentbroker.cxx
index 2e2413412f9d..162c8dfc2171 100644
--- a/ucbhelper/source/client/contentbroker.cxx
+++ b/ucbhelper/source/client/contentbroker.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: contentbroker.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 17:19:39 $
+ * last change: $Author: ihi $ $Date: 2007-06-05 14:52:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -84,7 +84,7 @@ namespace
} // namespace
-namespace ucb
+namespace ucbhelper
{
//=========================================================================
@@ -327,10 +327,10 @@ bool ContentBroker_Impl::initialize()
if ( m_xProviderMgr.is() )
{
- if ( !::ucb::configureUcb( m_xProviderMgr,
- m_xSMgr,
- m_aProvData,
- 0 ) )
+ if ( !configureUcb( m_xProviderMgr,
+ m_xSMgr,
+ m_aProvData,
+ 0 ) )
{
OSL_ENSURE( false, "Failed to configure UCB!" );
return false;
@@ -401,5 +401,5 @@ bool ContentBroker_Impl::initialize()
return true;
}
-} /* namespace ucb */
+} /* namespace ucbhelper */