summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2001-02-01 12:57:27 +0000
committerKai Sommerfeld <kso@openoffice.org>2001-02-01 12:57:27 +0000
commit46216dde5483c3473c54e4f75d6c55eb3e0842ea (patch)
tree89ba66a22b051ee29e99688e55b26a5abddd9f64 /ucb
parentac29321837b43d5f50bc481486f78e8014283159 (diff)
#83045# - Fixed shell::ensuredir(...).
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/file/shell.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/file/shell.cxx b/ucb/source/ucp/file/shell.cxx
index 5ffbb21ff3c1..3df900f6ff4b 100644
--- a/ucb/source/ucp/file/shell.cxx
+++ b/ucb/source/ucp/file/shell.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: shell.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: abi $ $Date: 2001-01-23 10:37:49 $
+ * last change: $Author: kso $ $Date: 2001-02-01 13:57:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2618,7 +2618,7 @@ shell::ensuredir( const rtl::OUString& rUnqPath )
if ( ( nError == osl::FileBase::E_ACCES ) &&
( aPath.getLength() == 6 ) &&
( aPath[ aPath.getLength() - 1 ] == sal_Unicode( ':' ) ) )
- return true;
+ continue;
return false;
}