diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 17:32:55 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 17:32:55 +0000 |
commit | ae810ecf03bcc88caaaa080d18945c731be2bd05 (patch) | |
tree | d47b72b9ae509ef74abad50f956d7f7270bfdf1c /unotools/source/ucbhelper/ucblockbytes.cxx | |
parent | 650fa32f2357e99a2ced7af1fcba824780919662 (diff) |
INTEGRATION: CWS bgdlremove (1.54.30); FILE MERGED
2007/05/18 11:38:51 kso 1.54.30.1: #i77419# - cleanup of ucbhelper namespaces.
Diffstat (limited to 'unotools/source/ucbhelper/ucblockbytes.cxx')
-rw-r--r-- | unotools/source/ucbhelper/ucblockbytes.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
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(); |