From 001e790a551fc6ccfd678ee0d31e27ca013313ca Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Tue, 5 Jun 2007 17:32:32 +0000 Subject: INTEGRATION: CWS bgdlremove (1.25.30); FILE MERGED 2007/05/18 11:38:51 kso 1.25.30.1: #i77419# - cleanup of ucbhelper namespaces. --- unotools/source/ucbhelper/tempfile.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'unotools') diff --git a/unotools/source/ucbhelper/tempfile.cxx b/unotools/source/ucbhelper/tempfile.cxx index e2b9daf4d52e..c873f3a6fdad 100644 --- a/unotools/source/ucbhelper/tempfile.cxx +++ b/unotools/source/ucbhelper/tempfile.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tempfile.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: obo $ $Date: 2006-09-17 01:29:54 $ + * last change: $Author: ihi $ $Date: 2007-06-05 18:32:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -149,7 +149,7 @@ String ConstructTempDir_Impl( const String* pParent ) String aName; if ( pParent && pParent->Len() ) { - ::ucb::ContentBroker* pBroker = ::ucb::ContentBroker::get(); + ::ucbhelper::ContentBroker* pBroker = ::ucbhelper::ContentBroker::get(); if ( pBroker ) { ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XContentProviderManager > xManager = @@ -161,7 +161,7 @@ String ConstructTempDir_Impl( const String* pParent ) // test for valid filename rtl::OUString aRet; ::osl::FileBase::getFileURLFromSystemPath( - ::ucb::getSystemPathFromFileURL( xManager, aTmp ), + ::ucbhelper::getSystemPathFromFileURL( xManager, aTmp ), aRet ); if ( aRet.getLength() ) { -- cgit