summaryrefslogtreecommitdiff
path: root/scripting/java/org/openoffice/idesupport/OfficeInstallation.java
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/java/org/openoffice/idesupport/OfficeInstallation.java')
-rw-r--r--scripting/java/org/openoffice/idesupport/OfficeInstallation.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripting/java/org/openoffice/idesupport/OfficeInstallation.java b/scripting/java/org/openoffice/idesupport/OfficeInstallation.java
index 586d3a2d47ef..fdc89c9d12a1 100644
--- a/scripting/java/org/openoffice/idesupport/OfficeInstallation.java
+++ b/scripting/java/org/openoffice/idesupport/OfficeInstallation.java
@@ -46,8 +46,7 @@ public class OfficeInstallation implements java.io.Serializable {
path = path.replace('/', File.separatorChar);
this.path = path;
- }
- else {
+ } else {
this.path = path;
if (System.getProperty("os.name").startsWith("Windows"))