summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorHennes Rohling <hro@openoffice.org>2001-05-21 10:46:22 +0000
committerHennes Rohling <hro@openoffice.org>2001-05-21 10:46:22 +0000
commit3a11a3abba1385262a46f62e58a3d0d4a6389b35 (patch)
treeead1505e00ff90b183038fed8bbee2a883b22b9d /ucb
parent267b6307a2240f32561bd6a7c782971e56aee0bd (diff)
#87132# Use URLs instead of UNC path names
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 4a6ccf5b79b6..3e8d54ee438f 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.39 $
+ * $Revision: 1.40 $
*
- * last change: $Author: hro $ $Date: 2001-05-17 19:06:28 $
+ * last change: $Author: hro $ $Date: 2001-05-21 11:46:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -3635,7 +3635,7 @@ static sal_Bool SAL_CALL makeAbsolutePath( const rtl::OUString& aRelPath, rtl::O
std::vector< rtl::OUString >::iterator it;
- aAbsPath = rtl::OUString();
+ aAbsPath = rtl::OUString::createFromAscii("file:");
for ( it = aTokenStack.begin(); it != aTokenStack.end(); it++ )
{