[Libreoffice-commits] core.git: qadevOOo/runner

Robert Antoni Buj i Gelonch robert.buj at gmail.com
Sun Oct 12 08:50:49 PDT 2014


 qadevOOo/runner/helper/OfficeProvider.java |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit ab06f67ee26e730f209a3ff8c4717901f70765fe
Author: Robert Antoni Buj i Gelonch <robert.buj at gmail.com>
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 <noelgrandin at gmail.com>
    Tested-by: Noel Grandin <noelgrandin at gmail.com>

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);
-                }
             }
         }
 


More information about the Libreoffice-commits mailing list