summaryrefslogtreecommitdiffstats
path: root/scripting/java/org/openoffice/netbeans/modules/office/utils
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-05-19 07:26:10 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-05-19 07:26:10 +0000
commitfd98fa07726e4d4ce50c09e2e7b58355f3d7ca4d (patch)
tree9d3fee1e92db273bf0b2cca6267900adfc0e158d /scripting/java/org/openoffice/netbeans/modules/office/utils
parentINTEGRATION: CWS scriptingf4 (1.12.12); FILE MERGED (diff)
downloadcore-fd98fa07726e4d4ce50c09e2e7b58355f3d7ca4d.tar.gz
core-fd98fa07726e4d4ce50c09e2e7b58355f3d7ca4d.zip
INTEGRATION: CWS scriptingf4 (1.5.12); FILE MERGED
2004/05/17 10:45:06 npower 1.5.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')
-rw-r--r--scripting/java/org/openoffice/netbeans/modules/office/utils/ManifestParser.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripting/java/org/openoffice/netbeans/modules/office/utils/ManifestParser.java b/scripting/java/org/openoffice/netbeans/modules/office/utils/ManifestParser.java
index 80aa04b691cb..8e83a6f8e4cf 100644
--- a/scripting/java/org/openoffice/netbeans/modules/office/utils/ManifestParser.java
+++ b/scripting/java/org/openoffice/netbeans/modules/office/utils/ManifestParser.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ManifestParser.java,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: toconnor $ $Date: 2003-09-10 10:46:29 $
+ * last change: $Author: rt $ $Date: 2004-05-19 08:26:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,7 +73,7 @@ import org.xml.sax.SAXParseException;
import org.openide.xml.XMLUtil;
-import com.sun.star.script.framework.browse.XMLParser;
+import com.sun.star.script.framework.container.XMLParser;
import org.openoffice.netbeans.modules.office.options.OfficeSettings;
import org.openoffice.idesupport.OfficeInstallation;