diff options
author | Noel Grandin <noel@peralex.com> | 2015-06-09 10:55:21 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-06-09 13:10:44 +0200 |
commit | 9a541611895b22ce1833b5151f4f1d420b1c657d (patch) | |
tree | c53899f802b5e6957a24ce095012a51297ff8c9a /qadevOOo | |
parent | 441407571e2a45b08bcafc507524135e48e3a2d1 (diff) |
java:Return statement in a finally block
Change-Id: I57d9a38cbb7672033ff204567bfb2b58093db490
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/text/_XAutoTextGroup.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/text/_XAutoTextGroup.java b/qadevOOo/tests/java/ifc/text/_XAutoTextGroup.java index b99fab13b103..9a67c430168e 100644 --- a/qadevOOo/tests/java/ifc/text/_XAutoTextGroup.java +++ b/qadevOOo/tests/java/ifc/text/_XAutoTextGroup.java @@ -215,7 +215,6 @@ public class _XAutoTextGroup extends MultiMethodTest { oObj.removeByName(str + "dup"); } catch (com.sun.star.container.NoSuchElementException e) {} tRes.tested("renameByName()", false); - return; } } |