diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-05-06 14:49:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-05-06 22:04:47 +0200 |
commit | 3988bd9dc8339aa32f1721df6b256def5e94f786 (patch) | |
tree | b4526610edaa0dab0e0489c74036ab1c3046e3e6 /qadevOOo | |
parent | ace53eb17c6e2a2e614bb2ff5d99fa5ccfe79358 (diff) |
coverity#1435440 UrF: Unread field
Change-Id: Ia8aa697261f92779077b1f91eeedfa1d7edcb327
Reviewed-on: https://gerrit.libreoffice.org/53914
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/chart/_ChartDataPointProperties.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/qadevOOo/tests/java/ifc/chart/_ChartDataPointProperties.java b/qadevOOo/tests/java/ifc/chart/_ChartDataPointProperties.java index c78d87951750..e7872378c746 100644 --- a/qadevOOo/tests/java/ifc/chart/_ChartDataPointProperties.java +++ b/qadevOOo/tests/java/ifc/chart/_ChartDataPointProperties.java @@ -68,14 +68,6 @@ public class _ChartDataPointProperties extends MultiPropertyTest { doc.setDiagram(Line); } - protected PropertyTester URLTester = new PropertyTester() { - @Override - protected Object getNewValue(String propName, Object oldValue) - throws java.lang.IllegalArgumentException { - return utils.getFullTestURL("space-metal.jpg"); - } - }; - /** * Tests property 'SymbolBitmapURL' using file <code>polibal.gif</code>. */ |