From c5cb780bda98ed6979268b0e436d977c4db01216 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 5 Nov 2015 09:40:27 +0000 Subject: coverity#1326578 Useless call Change-Id: Ib6f7463d97e9c835b2c9d64fa498efd546360645 --- qadevOOo/tests/java/ifc/style/_CharacterProperties.java | 1 - 1 file changed, 1 deletion(-) (limited to 'qadevOOo/tests') 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); } /** -- cgit