summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/table/_XCell.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/table/_XCell.java')
-rw-r--r--qadevOOo/tests/java/ifc/table/_XCell.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/table/_XCell.java b/qadevOOo/tests/java/ifc/table/_XCell.java
index a5ad522cbe60..faeb61d09dbc 100644
--- a/qadevOOo/tests/java/ifc/table/_XCell.java
+++ b/qadevOOo/tests/java/ifc/table/_XCell.java
@@ -114,10 +114,9 @@ public class _XCell extends MultiMethodTest {
*/
public void _getValue() {
boolean result = true;
- double value = 0;
log.println("getValue() ...");
- value = oObj.getValue();
+ oObj.getValue();
tRes.tested("getValue()",result);
} // end getValue()