forked from amazingfate/loongoffice
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:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user