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
commit74cdaa844f6e32756bc3a713381e0b1a967866d8 (patch)
tree3b86c5442993ad0163ddf3fd54667ec7f2b8c447 /rdbmaker
parent8a92779ce242b89903fb8aa6723b8f642554d965 (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 d9dbd04df..35025aa7a 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);