From ae810ecf03bcc88caaaa080d18945c731be2bd05 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Tue, 5 Jun 2007 17:32:55 +0000 Subject: INTEGRATION: CWS bgdlremove (1.54.30); FILE MERGED 2007/05/18 11:38:51 kso 1.54.30.1: #i77419# - cleanup of ucbhelper namespaces. --- unotools/source/ucbhelper/ucblockbytes.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'unotools/source/ucbhelper/ucblockbytes.cxx') diff --git a/unotools/source/ucbhelper/ucblockbytes.cxx b/unotools/source/ucbhelper/ucblockbytes.cxx index c2741540d4bf..96e9e747a775 100644 --- a/unotools/source/ucbhelper/ucblockbytes.cxx +++ b/unotools/source/ucbhelper/ucblockbytes.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ucblockbytes.cxx,v $ * - * $Revision: 1.54 $ + * $Revision: 1.55 $ * - * last change: $Author: obo $ $Date: 2006-09-17 01:30:25 $ + * last change: $Author: ihi $ $Date: 2007-06-05 18:32:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -465,7 +465,7 @@ private: ReplyType m_aReplyType; Command m_aArg; - ::ucb::Content m_aContent; + ::ucbhelper::Content m_aContent; }; @@ -1257,7 +1257,7 @@ static sal_Bool _UCBOpenContentSync( Reference < XProgressHandler > xProgress, UcbLockBytesHandlerRef xHandler ) { - ::ucb::Content aContent( xContent, new UcbTaskEnvironment( xInteract, xProgress ) ); + ::ucbhelper::Content aContent( xContent, new UcbTaskEnvironment( xInteract, xProgress ) ); Reference < XContentIdentifier > xIdent = xContent->getIdentifier(); ::rtl::OUString aScheme = xIdent->getContentProviderScheme(); -- cgit