summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/awt/_XNumericField.java
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-08 09:12:23 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-08 09:12:23 +0000
commite37b9366237ca06ed710a0ac757595c1633cca72 (patch)
tree05053c750862ef485587636dbc299d3259a99309 /qadevOOo/tests/java/ifc/awt/_XNumericField.java
parent3d3d9a0e02e5b47610d4a38e14da1c31953fdfc5 (diff)
INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED
2003/09/03 13:36:25 sw 1.1.28.1: #112049#
Diffstat (limited to 'qadevOOo/tests/java/ifc/awt/_XNumericField.java')
-rw-r--r--qadevOOo/tests/java/ifc/awt/_XNumericField.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_XNumericField.java b/qadevOOo/tests/java/ifc/awt/_XNumericField.java
index 39adabacbc8f..55ebe3d9deb3 100644
--- a/qadevOOo/tests/java/ifc/awt/_XNumericField.java
+++ b/qadevOOo/tests/java/ifc/awt/_XNumericField.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _XNumericField.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:07:34 $
+ * last change:$Date: 2003-09-08 10:12:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,9 +62,10 @@
package ifc.awt;
-import com.sun.star.awt.XNumericField;
import lib.MultiMethodTest;
+import com.sun.star.awt.XNumericField;
+
/**
* Testing <code>com.sun.star.awt.XNumericField</code>
* interface methods :
@@ -112,7 +113,6 @@ public class _XNumericField extends MultiMethodTest {
public void _setValue() {
requiredMethod("getValue()");
- boolean result = true ;
oObj.setValue(val + 1.1) ;
tRes.tested("setValue()", oObj.getValue() == val + 1.1) ;