summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 17:32:32 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 17:32:32 +0000
commit001e790a551fc6ccfd678ee0d31e27ca013313ca (patch)
treee59835edc356e90d38c5e247f70aecd2f584a871 /unotools
parenta5534f62325dd692f1d45b7362e42c0e649ed8bb (diff)
INTEGRATION: CWS bgdlremove (1.25.30); FILE MERGED
2007/05/18 11:38:51 kso 1.25.30.1: #i77419# - cleanup of ucbhelper namespaces.
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/ucbhelper/tempfile.cxx8
1 files changed, 4 insertions, 4 deletions
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() )
{