diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 11:13:04 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 11:13:04 +0000 |
commit | 550a7d516842e41cd698f3ace1d15d23074808b8 (patch) | |
tree | ddffb645a794e821571c650e0b2d6e31b458577d /scripting | |
parent | 8e40176c2ab103a92bdbddd75202a4fa8d6c4d41 (diff) |
INTEGRATION: CWS sb83 (1.4.64); FILE MERGED
2008/01/23 15:32:45 sb 1.4.64.1: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/provider/URIHelper.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripting/source/provider/URIHelper.cxx b/scripting/source/provider/URIHelper.cxx index 92a5dfcb276c..bcb52fb822cd 100644 --- a/scripting/source/provider/URIHelper.cxx +++ b/scripting/source/provider/URIHelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: URIHelper.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-16 12:29:29 $ + * last change: $Author: vg $ $Date: 2008-03-18 12:13:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -54,7 +54,7 @@ namespace script = ::com::sun::star::script; static const char SHARE[] = "share"; static const char SHARE_URI[] = - "vnd.sun.star.expand:${$SYSBINDIR/" SAL_CONFIGFILE( "bootstrap") "::BaseInstallation}"; + "vnd.sun.star.expand:${$BRAND_BASE_DIR/program/" SAL_CONFIGFILE( "bootstrap") "::BaseInstallation}"; static const char SHARE_UNO_PACKAGES[] = "share:uno_packages"; static const char SHARE_UNO_PACKAGES_DIR[] = @@ -62,7 +62,7 @@ static const char SHARE_UNO_PACKAGES_DIR[] = static const char USER[] = "user"; static const char USER_URI[] = - "vnd.sun.star.expand:${$SYSBINDIR/" SAL_CONFIGFILE( "bootstrap") ":::UserInstallation}"; + "vnd.sun.star.expand:${$BRAND_BASE_DIR/program/" SAL_CONFIGFILE( "bootstrap") ":::UserInstallation}"; static const char USER_UNO_PACKAGES[] = "user:uno_packages"; static const char USER_UNO_PACKAGES_DIR[] = |