summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripting/examples/java/Highlight/HighlightText.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/examples/java/Highlight/HighlightText.java b/scripting/examples/java/Highlight/HighlightText.java
index a67e968a3ed4..53c98fdb177b 100644
--- a/scripting/examples/java/Highlight/HighlightText.java
+++ b/scripting/examples/java/Highlight/HighlightText.java
@@ -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/");