summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-10-21 11:37:26 +0200
committerStephan Bergmann <sbergman@redhat.com>2011-10-24 13:59:54 +0200
commit9fe5f4602581add2bbcc66b4a98d5a6949de1b57 (patch)
tree4365fd9e201e8149937a33528f2fead2acf93a64 /extensions
parent6351fab9c8ae6233590eabbd806d1083a0cde3b2 (diff)
Undo basis/brand split: moved pluginapp.bin from basis to brand.
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/plugin/unx/sysplug.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/plugin/unx/sysplug.cxx b/extensions/source/plugin/unx/sysplug.cxx
index 018f7cf53f27..e2772170267a 100644
--- a/extensions/source/plugin/unx/sysplug.cxx
+++ b/extensions/source/plugin/unx/sysplug.cxx
@@ -127,7 +127,7 @@ UnxPluginComm::~UnxPluginComm()
bool UnxPluginComm::getPluginappPath(rtl::OString * path) {
OSL_ASSERT(path != NULL);
rtl::OUString p(
- RTL_CONSTASCII_USTRINGPARAM("$OOO_BASE_DIR/program/pluginapp.bin"));
+ RTL_CONSTASCII_USTRINGPARAM("$BRAND_BASE_DIR/program/pluginapp.bin"));
rtl::Bootstrap::expandMacros(p);
return
(osl::FileBase::getSystemPathFromFileURL(p, p) ==