forked from amazingfate/loongoffice
Changes from code review, BeanShell document scripts can now be edited,
Rhino document scripts cannot.
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
import java.io.InputStream;
|
||||
import drafts.com.sun.star.script.framework.runtime.XScriptContext;
|
||||
|
||||
public interface OOScriptDebugger {
|
||||
public void go(XScriptContext ctxt, String filename);
|
||||
public void go(XScriptContext ctxt, InputStream in);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user