summaryrefslogtreecommitdiff
path: root/unotools/inc
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 17:32:04 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 17:32:04 +0000
commit30ba4869d5abb65671520cd70e69b30c78d8c9b0 (patch)
treeb4e2f44c36abae28d3ea1555e9e584d31d04eda1 /unotools/inc
parentc8cefa0a5922af2c49e9a8d44b6c4575d9982acd (diff)
INTEGRATION: CWS bgdlremove (1.9.40); FILE MERGED
2007/05/18 11:38:51 kso 1.9.40.1: #i77419# - cleanup of ucbhelper namespaces.
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/ucbhelper.hxx10
1 files changed, 5 insertions, 5 deletions
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 <tools/string.hxx>
-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 );