summaryrefslogtreecommitdiff
path: root/unotools/source/config/configmgr.cxx
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2000-11-23 13:04:10 +0000
committerPeter Burow <pb@openoffice.org>2000-11-23 13:04:10 +0000
commit7e61d7835181930ac615e63a80a3de03cdfd2246 (patch)
tree228c1203547b8f37d2251339823885619fc6dcc7 /unotools/source/config/configmgr.cxx
parent9b419039d9d967ab0d15d1142b27d24851baebeb (diff)
fix: #80666# new xml path 'Office.Common/Path/Current'
Diffstat (limited to 'unotools/source/config/configmgr.cxx')
-rw-r--r--unotools/source/config/configmgr.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/unotools/source/config/configmgr.cxx b/unotools/source/config/configmgr.cxx
index 4c78a2a806ec..3125162a92ef 100644
--- a/unotools/source/config/configmgr.cxx
+++ b/unotools/source/config/configmgr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: configmgr.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: os $ $Date: 2000-11-20 11:38:50 $
+ * last change: $Author: pb $ $Date: 2000-11-23 14:04:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -288,7 +288,7 @@ Any ConfigManager::GetDirectConfigProperty(ConfigProperty eProp)
case LOCALE: sPath += C2U("UserProfile/International"); break;
case OFFICEINSTALL:
case OFFICEINSTALLURL:
- sPath += C2U("Office.Common/Path"); break;
+ sPath += C2U("Office.Common/Path/Current"); break;
}
Sequence< Any > aArgs(1);
aArgs[0] <<= sPath;