From a98fac80ece385c63aa51ed66570bccc9c884ceb Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Tue, 5 Jun 2007 17:39:20 +0000 Subject: [PATCH] INTEGRATION: CWS bgdlremove (1.9.16); FILE MERGED 2007/05/18 09:08:59 kso 1.9.16.1: #i77419# - cleanup of ucbhelper namespaces. --- package/source/zippackage/zipfileaccess.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/source/zippackage/zipfileaccess.cxx b/package/source/zippackage/zipfileaccess.cxx index 908d9b8e158b..749d72a664ca 100644 --- a/package/source/zippackage/zipfileaccess.cxx +++ b/package/source/zippackage/zipfileaccess.cxx @@ -4,9 +4,9 @@ * * $RCSfile: zipfileaccess.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2007-01-23 07:40:45 $ + * last change: $Author: ihi $ $Date: 2007-06-05 18:39:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -214,7 +214,7 @@ void SAL_CALL OZipFileAccess::initialize( const uno::Sequence< uno::Any >& aArgu if ( ( aArguments[0] >>= aParamURL ) ) { - ::ucb::Content aContent ( aParamURL, uno::Reference< ::com::sun::star::ucb::XCommandEnvironment >() ); + ::ucbhelper::Content aContent ( aParamURL, uno::Reference< ::com::sun::star::ucb::XCommandEnvironment >() ); uno::Reference < io::XActiveDataSink > xSink = new ZipPackageSink; if ( aContent.openStream ( xSink ) ) {