summaryrefslogtreecommitdiff
path: root/scripting/java
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-05-19 07:24:51 +0000
committerRüdiger Timm <rt@openoffice.org>2004-05-19 07:24:51 +0000
commitf759a901391792663361a39f3c140f45baae4045 (patch)
tree155901cd0ee0cc20e804c1c9bff9bdfc66f6cbfd /scripting/java
parent783fffd4aa015250ce61a7c6bfdc598ae557bc87 (diff)
INTEGRATION: CWS scriptingf4 (1.7.12); FILE MERGED
2004/05/17 10:45:04 npower 1.7.12.1: #i29238# changed imports for various classes from browse to container for idesupport and neatbeans builds. Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'scripting/java')
-rw-r--r--scripting/java/org/openoffice/idesupport/ui/ConfigurePanel.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripting/java/org/openoffice/idesupport/ui/ConfigurePanel.java b/scripting/java/org/openoffice/idesupport/ui/ConfigurePanel.java
index beb073d9ea54..734b9cb756b3 100644
--- a/scripting/java/org/openoffice/idesupport/ui/ConfigurePanel.java
+++ b/scripting/java/org/openoffice/idesupport/ui/ConfigurePanel.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ConfigurePanel.java,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: toconnor $ $Date: 2003-09-10 10:45:52 $
+ * last change: $Author: rt $ $Date: 2004-05-19 08:24:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,8 +83,8 @@ import java.awt.event.ActionListener;
import org.w3c.dom.Document;
-import com.sun.star.script.framework.browse.ScriptEntry;
-import com.sun.star.script.framework.browse.ParcelDescriptor;
+import com.sun.star.script.framework.container.ScriptEntry;
+import com.sun.star.script.framework.container.ParcelDescriptor;
import org.openoffice.idesupport.zip.ParcelZipper;