summaryrefslogtreecommitdiff
path: root/rdbmaker
diff options
context:
space:
mode:
authorHennes Rohling <hro@openoffice.org>2001-05-21 14:45:07 +0000
committerHennes Rohling <hro@openoffice.org>2001-05-21 14:45:07 +0000
commitd5b34757e2084b509b01325100ade7af4f1ddd37 (patch)
treea0dbfc6d4847105a5c5b1c22526dad2f8c062fcf /rdbmaker
parentc71c3f54ca5904daf3d15d2bbd4a7d58a99d2ddc (diff)
#87132# Merge OSL file api changes from TFU630 to SRC633
Diffstat (limited to 'rdbmaker')
-rw-r--r--rdbmaker/source/rdbmaker/rdbmaker.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/rdbmaker/source/rdbmaker/rdbmaker.cxx b/rdbmaker/source/rdbmaker/rdbmaker.cxx
index 7e98ce2a25cc..fc77a2d66a61 100644
--- a/rdbmaker/source/rdbmaker/rdbmaker.cxx
+++ b/rdbmaker/source/rdbmaker/rdbmaker.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rdbmaker.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: tbe $ $Date: 2001-05-11 09:39:02 $
+ * last change: $Author: hro $ $Date: 2001-05-21 15:45:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -125,7 +125,7 @@ OString getFullNameOfApplicatRdb()
tmpReg += OUString( RTL_CONSTASCII_USTRINGPARAM("applicat.rdb") );
- FileBase::getSystemPathFromNormalizedPath(tmpReg, bootReg);
+ FileBase::getSystemPathFromFileURL(tmpReg, bootReg);
}
return OUStringToOString(bootReg, RTL_TEXTENCODING_ASCII_US);