Kaydet (Commit) 3f43627a authored tarafından Noel Grandin's avatar Noel Grandin

fix import location of XScriptContext

Change-Id: I3b0ec540ed37e40f59210b7fb563196aee63d1ea
üst 2fff4927
......@@ -26,7 +26,7 @@ import java.net.URLDecoder;
import com.sun.star.uno.XComponentContext;
import com.sun.star.script.framework.provider.PathUtils;
import com.sun.star.script.framework.runtime.XScriptContext;
import com.sun.star.script.provider.XScriptContext;
public class DebugRunner {
......
......@@ -47,7 +47,7 @@ import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import drafts.com.sun.star.script.framework.runtime.XScriptContext;
import com.sun.star.script.provider.XScriptContext;
import bsh.Interpreter;
public class OOBeanShellDebugger implements OOScriptDebugger, ActionListener,
......
......@@ -27,7 +27,7 @@ import org.mozilla.javascript.ImporterTopLevel;
import org.mozilla.javascript.tools.debugger.Main;
import org.mozilla.javascript.tools.debugger.ScopeProvider;
import drafts.com.sun.star.script.framework.runtime.XScriptContext;
import com.sun.star.script.provider.XScriptContext;
public class OORhinoDebugger implements OOScriptDebugger {
......
......@@ -19,7 +19,7 @@
package org.libreoffice.example.java_scripts;
import java.io.InputStream;
import drafts.com.sun.star.script.framework.runtime.XScriptContext;
import com.sun.star.script.provider.XScriptContext;
public interface OOScriptDebugger {
public void go(XScriptContext ctxt, String filename);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment