From 9fe5f4602581add2bbcc66b4a98d5a6949de1b57 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 21 Oct 2011 11:37:26 +0200 Subject: Undo basis/brand split: moved pluginapp.bin from basis to brand. --- extensions/source/plugin/unx/sysplug.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') 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) == -- cgit