qadevOOo/runner/convwatch/GraphicalTestArguments.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3a6987beaf85876e1061d553cdc134d40c54597e
Author: Robert Antoni Buj i Gelonch <robert....@gmail.com>
Date:   Wed Oct 15 18:34:53 2014 +0200

    runner: if .. else if .. else
    
    Change-Id: If9c07074b60b14d0f4e947754d4bf34e4f2f9676
    Reviewed-on: https://gerrit.libreoffice.org/11990
    Reviewed-by: Noel Grandin <noelgran...@gmail.com>
    Tested-by: Noel Grandin <noelgran...@gmail.com>

diff --git a/qadevOOo/runner/convwatch/GraphicalTestArguments.java 
b/qadevOOo/runner/convwatch/GraphicalTestArguments.java
index 5fc4bed..e4dd7c0 100644
--- a/qadevOOo/runner/convwatch/GraphicalTestArguments.java
+++ b/qadevOOo/runner/convwatch/GraphicalTestArguments.java
@@ -218,7 +218,7 @@ public class GraphicalTestArguments
                 // m_tWithBorderMove = TriState.UNSET;
                 m_tWithBorderMove = TriState.FALSE;
             }
-            if (sWithBorderMove.equalsIgnoreCase("yes") ||
+            else if (sWithBorderMove.equalsIgnoreCase("yes") ||
                 sWithBorderMove.equalsIgnoreCase("true"))
             {
                 m_tWithBorderMove = TriState.TRUE;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to