summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-07-24 11:43:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-07-24 21:33:14 +0200
commit1779f7fcbaf11428e9064653a61045dc267778be (patch)
tree7f495eb2923a8ae333bc581d2ee7c1300eefdb72 /qadevOOo
parent852d5b7b3bc289c1018da5373dea50b7aa68ef0b (diff)
cid#1448285 RV: Bad use of return value
Change-Id: I3509620b37884b75a00c89ae38b68adc324da00c Reviewed-on: https://gerrit.libreoffice.org/76252 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/text/_XText.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/text/_XText.java b/qadevOOo/tests/java/ifc/text/_XText.java
index 234dd5f1882f..0e2d8a3d6ea9 100644
--- a/qadevOOo/tests/java/ifc/text/_XText.java
+++ b/qadevOOo/tests/java/ifc/text/_XText.java
@@ -145,7 +145,7 @@ public class _XText extends MultiMethodTest {
}
catch( com.sun.star.container.NoSuchElementException nseE ){
// Some exception.FAILED
- Status.failed( nseE.toString() );
+ log.println(nseE.toString());
return;
}