From 4000281c12fdab125cb675cddaa1e7e18b9080a3 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Tue, 5 Jun 2007 17:18:48 +0000 Subject: INTEGRATION: CWS bgdlremove (1.5.2); FILE MERGED 2007/05/25 10:52:42 kso 1.5.2.1: #77419# - namespaces cleanup. --- ucb/source/ucp/tdoc/tdoc_uri.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ucb/source') diff --git a/ucb/source/ucp/tdoc/tdoc_uri.cxx b/ucb/source/ucp/tdoc/tdoc_uri.cxx index 30bbc3f48b8f..c00dcb28e82b 100644 --- a/ucb/source/ucp/tdoc/tdoc_uri.cxx +++ b/ucb/source/ucp/tdoc/tdoc_uri.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tdoc_uri.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: kz $ $Date: 2007-05-10 13:06:27 $ + * last change: $Author: ihi $ $Date: 2007-06-05 18:18:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -120,7 +120,7 @@ void Uri::init() const else m_aName = m_aUri.copy( nLastSlash + 1 ); - m_aDecodedName = ::ucb::urihelper::decodeSegment( m_aName ); + m_aDecodedName = ::ucb_impl::urihelper::decodeSegment( m_aName ); sal_Int32 nSlash = m_aPath.indexOf( '/', 1 ); if ( nSlash == -1 ) -- cgit