summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorRobert Antoni Buj i Gelonch <robert.buj@gmail.com>2014-10-12 11:38:58 +0200
committerNoel Grandin <noelgrandin@gmail.com>2014-10-12 15:50:28 +0000
commitab06f67ee26e730f209a3ff8c4717901f70765fe (patch)
tree856d77c495499374326be8e0690596184b37cc15 /qadevOOo
parent881c030fc1e69cffc99b2360c986f516e61f01ab (diff)
runner: code will never be executed
Change-Id: I0484a11b3511c1d7f70e9ae8407eb7d19bcc852d Reviewed-on: https://gerrit.libreoffice.org/11929 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/runner/helper/OfficeProvider.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/qadevOOo/runner/helper/OfficeProvider.java b/qadevOOo/runner/helper/OfficeProvider.java
index 58fdd0126756..cfb2e232376b 100644
--- a/qadevOOo/runner/helper/OfficeProvider.java
+++ b/qadevOOo/runner/helper/OfficeProvider.java
@@ -297,10 +297,6 @@ public class OfficeProvider implements AppProvider
{
System.out.println("Could not connect an Office and cannot start one.\n".concat("please start an office with following parameter:\n").
concat("\nsoffice --accept=").concat((String) param.get("ConnectionString")).concat(";urp;\n"));
- if (bAppExecutionHasWarning)
- {
- System.out.println(errorMessage);
- }
}
}