diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-10-21 11:37:26 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-10-24 13:59:54 +0200 |
commit | 9fe5f4602581add2bbcc66b4a98d5a6949de1b57 (patch) | |
tree | 4365fd9e201e8149937a33528f2fead2acf93a64 /extensions | |
parent | 6351fab9c8ae6233590eabbd806d1083a0cde3b2 (diff) |
Undo basis/brand split: moved pluginapp.bin from basis to brand.
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/plugin/unx/sysplug.cxx | 2 |
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) == |