qadevOOo/tests/java/ifc/text/_XSimpleText.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ceac24b4a140a471a36f423bf48dce32860e8911
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Wed Jul 24 10:53:42 2019 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Wed Jul 24 21:34:01 2019 +0200

    cid#1448461 RV: Bad use of return value
    
    Change-Id: I11dce56c00931b0e04c5fa52f2598a8f80625d5b
    Reviewed-on: https://gerrit.libreoffice.org/76243
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/qadevOOo/tests/java/ifc/text/_XSimpleText.java 
b/qadevOOo/tests/java/ifc/text/_XSimpleText.java
index 8f1c32d40911..f4ab856f3b5d 100644
--- a/qadevOOo/tests/java/ifc/text/_XSimpleText.java
+++ b/qadevOOo/tests/java/ifc/text/_XSimpleText.java
@@ -98,7 +98,7 @@ public class _XSimpleText extends MultiMethodTest {
         }
         catch(com.sun.star.lang.IllegalArgumentException e ) {
             // Some exception.FAILED
-            Status.failed( e.toString() );
+            log.println(e.toString());
             bOK = false;
         }
         String gStr = oObj.getString() ;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to