Kaydet (Commit) 5edd752d authored tarafından Noel Power's avatar Noel Power

Supporting changes for new namespace changes (runtime)

üst 226f5484
...@@ -19,7 +19,7 @@ public class JavaFinder implements MethodFinder { ...@@ -19,7 +19,7 @@ public class JavaFinder implements MethodFinder {
private static final String CLASS_SUFFIX = ".class"; private static final String CLASS_SUFFIX = ".class";
private static final String LANGUAGE = "Java"; private static final String LANGUAGE = "Java";
private static final String FIRST_PARAM = private static final String FIRST_PARAM =
"drafts.com.sun.star.script.framework.XScriptContext"; "drafts.com.sun.star.script.framework.runtime.XScriptContext";
private Vector classpath = null; private Vector classpath = null;
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: MethodPanel.java,v $ * $RCSfile: MethodPanel.java,v $
* *
* $Revision: 1.6 $ * $Revision: 1.7 $
* *
* last change: $Author: toconnor $ $Date: 2003-02-21 10:56:33 $ * last change: $Author: npower $ $Date: 2003-03-03 18:42:22 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -89,7 +89,7 @@ public class MethodPanel extends JPanel { ...@@ -89,7 +89,7 @@ public class MethodPanel extends JPanel {
private File basedir; private File basedir;
private Vector classpath; private Vector classpath;
private final static String FIRST_PARAM = private final static String FIRST_PARAM =
"drafts.com.sun.star.script.framework.XScriptContext"; "drafts.com.sun.star.script.framework.runtime.XScriptContext";
// private JTable table; // private JTable table;
// private MethodTableModel model; // private MethodTableModel model;
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
// If using XComponent need to uncomment import directive below: // If using XComponent need to uncomment import directive below:
// import com.sun.star.frame.XModel; // import com.sun.star.frame.XModel;
import drafts.com.sun.star.script.framework.XScriptContext; import drafts.com.sun.star.script.framework.runtime.XScriptContext;
/* Use the XScriptContext variable "context" to access the document for /* Use the XScriptContext variable "context" to access the document for
which this script was invoked. This variable will be initialised which this script was invoked. This variable will be initialised
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
// If using XComponent need to uncomment import directive below: // If using XComponent need to uncomment import directive below:
// import com.sun.star.frame.XModel; // import com.sun.star.frame.XModel;
import drafts.com.sun.star.script.framework.XScriptContext; import drafts.com.sun.star.script.framework.runtime.XScriptContext;
public class Empty { public class Empty {
......
...@@ -8,7 +8,7 @@ import com.sun.star.uno.UnoRuntime; ...@@ -8,7 +8,7 @@ import com.sun.star.uno.UnoRuntime;
import com.sun.star.lang.*; import com.sun.star.lang.*;
import com.sun.star.text.*; import com.sun.star.text.*;
import drafts.com.sun.star.script.framework.XScriptContext; import drafts.com.sun.star.script.framework.runtime.XScriptContext;
public class HelloWorld { public class HelloWorld {
......
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