summaryrefslogtreecommitdiff
path: root/scripting/java/org/openoffice/netbeans/modules/office/utils/OfficeModule.java
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-05-19 07:26:23 +0000
committerRüdiger Timm <rt@openoffice.org>2004-05-19 07:26:23 +0000
commit5d87a74dbf5f85239364c1e9f27ee3e792203818 (patch)
tree2f756e5b277757b734dadd55baa12f7811eeb8eb /scripting/java/org/openoffice/netbeans/modules/office/utils/OfficeModule.java
parentfd98fa07726e4d4ce50c09e2e7b58355f3d7ca4d (diff)
INTEGRATION: CWS scriptingf4 (1.4.12); FILE MERGED
2004/05/17 10:45:06 npower 1.4.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/org/openoffice/netbeans/modules/office/utils/OfficeModule.java')
-rw-r--r--scripting/java/org/openoffice/netbeans/modules/office/utils/OfficeModule.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripting/java/org/openoffice/netbeans/modules/office/utils/OfficeModule.java b/scripting/java/org/openoffice/netbeans/modules/office/utils/OfficeModule.java
index cf7c292dd9a0..c7d8d4744e7d 100644
--- a/scripting/java/org/openoffice/netbeans/modules/office/utils/OfficeModule.java
+++ b/scripting/java/org/openoffice/netbeans/modules/office/utils/OfficeModule.java
@@ -2,9 +2,9 @@
*
* $RCSfile: OfficeModule.java,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: toconnor $ $Date: 2003-09-10 10:46:29 $
+ * last change: $Author: rt $ $Date: 2004-05-19 08:26:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,7 +66,7 @@ import org.openide.WizardDescriptor;
import org.openide.NotifyDescriptor;
import org.openide.modules.ModuleInstall;
-import com.sun.star.script.framework.browse.XMLParserFactory;
+import com.sun.star.script.framework.container.XMLParserFactory;
import org.openoffice.idesupport.OfficeInstallation;
import org.openoffice.netbeans.modules.office.wizard.InstallationPathDescriptor;
import org.openoffice.netbeans.modules.office.options.OfficeSettings;