INTEGRATION: CWS sb83 (1.4.144); FILE MERGED

2008/01/23 15:32:43 sb 1.4.144.1: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions
This commit is contained in:
Vladimir Glazounov
2008-03-18 11:11:50 +00:00
parent 53ca21081c
commit 1607eebdd3

View File

@ -203,7 +203,7 @@ public class HighlightText implements com.sun.star.awt.XActionListener {
}
String libURL = xme.expandMacros(
"${$SYSBINDIR/" + bootstrapName + "::BaseInstallation}" +
"${$BRAND_BASE_DIR/program/" + bootstrapName + "::BaseInstallation}" +
"/share/basic/ScriptBindingLibrary/" +
name.toLowerCase() + ".xlb/");