qadevOOo/runner/helper/OfficeProvider.java | 4 ---- 1 file changed, 4 deletions(-)
New commits: commit ab06f67ee26e730f209a3ff8c4717901f70765fe Author: Robert Antoni Buj i Gelonch <[email protected]> Date: Sun Oct 12 11:38:58 2014 +0200 runner: code will never be executed Change-Id: I0484a11b3511c1d7f70e9ae8407eb7d19bcc852d Reviewed-on: https://gerrit.libreoffice.org/11929 Reviewed-by: Noel Grandin <[email protected]> Tested-by: Noel Grandin <[email protected]> diff --git a/qadevOOo/runner/helper/OfficeProvider.java b/qadevOOo/runner/helper/OfficeProvider.java index 58fdd01..cfb2e232 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); - } } } _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
