diff options
Diffstat (limited to 'scripting/examples/beanshell/Highlight/ShowDialog.bsh')
-rw-r--r-- | scripting/examples/beanshell/Highlight/ShowDialog.bsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/examples/beanshell/Highlight/ShowDialog.bsh b/scripting/examples/beanshell/Highlight/ShowDialog.bsh index b224cc99de3c..b1226eb8b7bf 100644 --- a/scripting/examples/beanshell/Highlight/ShowDialog.bsh +++ b/scripting/examples/beanshell/Highlight/ShowDialog.bsh @@ -58,7 +58,7 @@ boolean tryLoadingLibrary( xmcf, context, name ) } libURL = xme.expandMacros( - "${$BRAND_BASE_DIR/program/" + bootstrapName + "::BaseInstallation}" + + "${$OOO_BASE_DIR/program/" + bootstrapName + "::BaseInstallation}" + "/share/basic/ScriptBindingLibrary/" + name.toLowerCase() + ".xlb/"); |