summaryrefslogtreecommitdiff
path: root/scripting/java/org/openoffice/idesupport/OfficeInstallation.java
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-02-10 15:11:33 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-02-10 15:11:33 +0000
commitba199eab973bef619051927f025094fde4d06e81 (patch)
tree86003fb6a8f366ca21430d1911b63dbecbb2b7c6 /scripting/java/org/openoffice/idesupport/OfficeInstallation.java
parentc195f9183d5ed39c6b5870967073595a2778828a (diff)
INTEGRATION: CWS scriptingf3 (1.1.10); FILE MERGED
2004/01/23 20:17:41 toconnor 1.1.10.1: #i24043# - Scripting Framework is now part of install so remove test for UNO package Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'scripting/java/org/openoffice/idesupport/OfficeInstallation.java')
-rw-r--r--scripting/java/org/openoffice/idesupport/OfficeInstallation.java12
1 files changed, 3 insertions, 9 deletions
diff --git a/scripting/java/org/openoffice/idesupport/OfficeInstallation.java b/scripting/java/org/openoffice/idesupport/OfficeInstallation.java
index 7b06b686196d..c6cfd2018f93 100644
--- a/scripting/java/org/openoffice/idesupport/OfficeInstallation.java
+++ b/scripting/java/org/openoffice/idesupport/OfficeInstallation.java
@@ -2,9 +2,9 @@
*
* $RCSfile: OfficeInstallation.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: toconnor $ $Date: 2003-02-20 12:04:17 $
+ * last change: $Author: rt $ $Date: 2004-02-10 16:11:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,12 +99,6 @@ public class OfficeInstallation implements java.io.Serializable {
this.url = FILE_URL_PREFIX + path;
}
-
- File f = new File(this.path + File.separator + "program" +
- File.separator + SVersionRCFile.PKGCHK);
-
- if (f.exists())
- supportsFW = true;
}
public String getName() {
@@ -141,7 +135,7 @@ public class OfficeInstallation implements java.io.Serializable {
}
public boolean supportsFramework() {
- return supportsFW;
+ return true;
}
public String toString() {