summaryrefslogtreecommitdiffstats
path: root/scripting/java/org/openoffice/idesupport/OfficeInstallation.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-04 16:27:56 +0200
committerNoel Grandin <noel@peralex.com>2014-08-05 11:31:50 +0200
commitd26540bb05b0443e7988da34372c86f88cbf1f6c (patch)
tree3f24ac9aa08992ff1e90211b8681711ad92937d4 /scripting/java/org/openoffice/idesupport/OfficeInstallation.java
parentjava: remove various unused variables (diff)
downloadcore-d26540bb05b0443e7988da34372c86f88cbf1f6c.tar.gz
core-d26540bb05b0443e7988da34372c86f88cbf1f6c.zip
java: remove unused fields
Change-Id: I6c93864f501f646a8940eac221a88c87b3f75525
Diffstat (limited to 'scripting/java/org/openoffice/idesupport/OfficeInstallation.java')
-rw-r--r--scripting/java/org/openoffice/idesupport/OfficeInstallation.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripting/java/org/openoffice/idesupport/OfficeInstallation.java b/scripting/java/org/openoffice/idesupport/OfficeInstallation.java
index ce720e370e01..11d15fb99813 100644
--- a/scripting/java/org/openoffice/idesupport/OfficeInstallation.java
+++ b/scripting/java/org/openoffice/idesupport/OfficeInstallation.java
@@ -26,7 +26,6 @@ public class OfficeInstallation implements java.io.Serializable {
private String path;
private String url;
private boolean hasFW = false;
- private boolean supportsFW = false;
public static final String FILE_URL_PREFIX = SVersionRCFile.FILE_URL_PREFIX;