summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-15 10:47:46 +0200
committerNoel Grandin <noel@peralex.com>2015-10-15 11:29:41 +0200
commit454aa71cdd299773ebac7ccb6d6b8d64d27c86fd (patch)
tree349033897a863c6af44644341c9b28dcd2fdf8d4 /qadevOOo
parent4f4cf9e30306937e67d79bfd776dabfe25f02f39 (diff)
cid#1327097 UrF: Unread field
Change-Id: I37fc97591a653ec298e66edd676b8556c78d99a1
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/drawing/_XControlShape.java5
1 files changed, 1 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/ifc/drawing/_XControlShape.java b/qadevOOo/tests/java/ifc/drawing/_XControlShape.java
index 4dfb8dbe428c..f0e5ca2d6d9f 100644
--- a/qadevOOo/tests/java/ifc/drawing/_XControlShape.java
+++ b/qadevOOo/tests/java/ifc/drawing/_XControlShape.java
@@ -48,16 +48,13 @@ public class _XControlShape extends MultiMethodTest {
public XControlShape oObj = null;
- XControlModel model = null;
-
/**
* Test calls the method. <p>
* Has <b> OK </b> status if the method successfully returns
* and no exceptions were thrown. <p>
*/
public void _getControl() {
- model = oObj.getControl() ;
-
+ oObj.getControl();
tRes.tested("getControl()", true) ;
}