INTEGRATION: CWS scriptingf5 (1.2.2); FILE MERGED

2004/03/05 10:19:34 npower 1.2.2.1: #22570# Now using new URL service, as a side affect the format of the URL has changed slightly its now non-hierarhical so no "//" also to aid resolution the package name is prepended also so
old form  =vnd.sun.star.script://ScriptBindingLibrary.Highlight?location=application
new forme = vnd.sun.star.script:ScriptBindingLibrary.Highlight?location=application
Issue number:
Submitted by:
Reviewed by:
This commit is contained in:
Sander Vesik
2004-04-19 22:00:34 +00:00
parent 8910eacb6d
commit 5db0af9a87

View File

@ -51,7 +51,7 @@ public class HighlightText implements com.sun.star.awt.XActionListener {
try {
findDialog = xDialogProvider.createDialog(
"vnd.sun.star.script://" +
"vnd.sun.star.script:" +
"ScriptBindingLibrary.Highlight?location=application");
}
catch (java.lang.Exception e) {