Kaydet (Commit) 550a7d51 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

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
üst 8e40176c
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: URIHelper.cxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -54,7 +54,7 @@ namespace script = ::com::sun::star::script; ...@@ -54,7 +54,7 @@ namespace script = ::com::sun::star::script;
static const char SHARE[] = "share"; static const char SHARE[] = "share";
static const char SHARE_URI[] = 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[] = "share:uno_packages";
static const char SHARE_UNO_PACKAGES_DIR[] = static const char SHARE_UNO_PACKAGES_DIR[] =
...@@ -62,7 +62,7 @@ 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[] = "user";
static const char USER_URI[] = 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[] = "user:uno_packages";
static const char USER_UNO_PACKAGES_DIR[] = static const char USER_UNO_PACKAGES_DIR[] =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment