From 30ba4869d5abb65671520cd70e69b30c78d8c9b0 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Tue, 5 Jun 2007 17:32:04 +0000 Subject: INTEGRATION: CWS bgdlremove (1.9.40); FILE MERGED 2007/05/18 11:38:51 kso 1.9.40.1: #i77419# - cleanup of ucbhelper namespaces. --- unotools/inc/unotools/ucbhelper.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'unotools/inc') diff --git a/unotools/inc/unotools/ucbhelper.hxx b/unotools/inc/unotools/ucbhelper.hxx index 2874339647d0..6ce2f2445f7d 100644 --- a/unotools/inc/unotools/ucbhelper.hxx +++ b/unotools/inc/unotools/ucbhelper.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ucbhelper.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2006-07-13 12:11:15 $ + * last change: $Author: ihi $ $Date: 2007-06-05 18:32:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -56,7 +56,7 @@ #include -namespace ucb +namespace ucbhelper { class Content; } @@ -86,9 +86,9 @@ namespace utl static sal_Bool CanMakeFolder( const String& rFolder ); static sal_Bool MakeFolder( const String& rFolder, sal_Bool bNewOnly = sal_False ); - static sal_Bool MakeFolder( ::ucb::Content& rParent, + static sal_Bool MakeFolder( ::ucbhelper::Content& rParent, const String& rTitle, - ::ucb::Content& rNewFolder, + ::ucbhelper::Content& rNewFolder, sal_Bool bNewOnly = sal_False ); static sal_Bool HasParentFolder( const String& rFolder ); -- cgit