diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-12-13 21:03:24 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-12-14 10:15:26 +0000 |
commit | 17d5c40e7d322e7241be3201ffdbe4b80f60798f (patch) | |
tree | adad9db804868357e2030c07643149639df11030 /qadevOOo | |
parent | a80b72ac683d9b012624feb7f2f4259b4db4cb46 (diff) |
coverity#1327146 UrF: Unread field
Change-Id: Ie840cc41ed2c57da3793bdf370ed828242febceb
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/drawing/_GraphicObjectShape.java | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/qadevOOo/tests/java/ifc/drawing/_GraphicObjectShape.java b/qadevOOo/tests/java/ifc/drawing/_GraphicObjectShape.java index 400f6c955d6a..f31a07d1d49e 100644 --- a/qadevOOo/tests/java/ifc/drawing/_GraphicObjectShape.java +++ b/qadevOOo/tests/java/ifc/drawing/_GraphicObjectShape.java @@ -82,17 +82,6 @@ public class _GraphicObjectShape extends MultiPropertyTest { } ; /** - * Property tester which returns new <code>XIndexAccess</code> object. - */ - protected PropertyTester ImapTester = new PropertyTester() { - @Override - protected Object getNewValue(String propName, Object oldValue) { - return null; - } - } ; - - - /** * This property must have URL format */ public void _GraphicURL() { |