diff options
author | Jürgen Schmidt <jsc@apache.org> | 2013-04-18 09:58:02 +0000 |
---|---|---|
committer | Jürgen Schmidt <jsc@apache.org> | 2013-04-18 09:58:02 +0000 |
commit | 2af65172af2cfc768e4f44507a02e1b17a9806ba (patch) | |
tree | fd4c4c673a8a83bee9427170d8963559017474cf /extensions/source/update/check/updatecheck.cxx | |
parent | 581c83c696bd850066d425427c10374b6587b45d (diff) |
#121996# integrate first part to remove 3layer office
Notes
Notes:
prefer: a66f9903bba9dc7eeff6683ebddcd34d4ad70068
Diffstat (limited to 'extensions/source/update/check/updatecheck.cxx')
-rw-r--r-- | extensions/source/update/check/updatecheck.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/update/check/updatecheck.cxx b/extensions/source/update/check/updatecheck.cxx index 58f180dc50c1..642d7940291f 100644 --- a/extensions/source/update/check/updatecheck.cxx +++ b/extensions/source/update/check/updatecheck.cxx @@ -120,7 +120,7 @@ static inline rtl::OUString getBuildId() //------------------------------------------------------------------------------ static inline rtl::OUString getBaseInstallation() { - rtl::OUString aPathVal(UNISTRING("${$BRAND_BASE_DIR/program/" SAL_CONFIGFILE("bootstrap") ":BaseInstallation}")); + rtl::OUString aPathVal(UNISTRING("${$OOO_BASE_DIR/program/" SAL_CONFIGFILE("bootstrap") ":BaseInstallation}")); rtl::Bootstrap::expandMacros(aPathVal); return aPathVal; } |