diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-11-05 09:40:27 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-11-05 11:07:39 +0000 |
commit | c5cb780bda98ed6979268b0e436d977c4db01216 (patch) | |
tree | 2bd5248401f9bd35433fb44aedf0196aa507b3ad /qadevOOo | |
parent | f1fbda5bf7cecd7f1b5605137b0a60c22f600e37 (diff) |
coverity#1326578 Useless call
Change-Id: Ib6f7463d97e9c835b2c9d64fa498efd546360645
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/style/_CharacterProperties.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/style/_CharacterProperties.java b/qadevOOo/tests/java/ifc/style/_CharacterProperties.java index c1c651ce02b4..db07327ab1da 100644 --- a/qadevOOo/tests/java/ifc/style/_CharacterProperties.java +++ b/qadevOOo/tests/java/ifc/style/_CharacterProperties.java @@ -256,7 +256,6 @@ public class _CharacterProperties extends MultiPropertyTest { changeProp((XPropertySet) oPara, (XPropertySet) oPort,"RubyAdjust", aShort); } - Short.valueOf((short) 1); } /** |