diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 17:18:48 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 17:18:48 +0000 |
commit | 4000281c12fdab125cb675cddaa1e7e18b9080a3 (patch) | |
tree | 139a991024c1a3283aec31392a8802661af51b6d /ucb/source | |
parent | 6ba094af84b8014190a8fe93075407e1f2b199db (diff) |
INTEGRATION: CWS bgdlremove (1.5.2); FILE MERGED
2007/05/25 10:52:42 kso 1.5.2.1: #77419# - namespaces cleanup.
Diffstat (limited to 'ucb/source')
-rw-r--r-- | ucb/source/ucp/tdoc/tdoc_uri.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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 ) |