summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/awt/_XNumericField.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/awt/_XNumericField.java')
-rw-r--r--qadevOOo/tests/java/ifc/awt/_XNumericField.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_XNumericField.java b/qadevOOo/tests/java/ifc/awt/_XNumericField.java
index 65003777182c..87319b4ce5cd 100644
--- a/qadevOOo/tests/java/ifc/awt/_XNumericField.java
+++ b/qadevOOo/tests/java/ifc/awt/_XNumericField.java
@@ -86,7 +86,7 @@ public class _XNumericField extends MultiMethodTest {
/**
* Just calls the method and stores value returned. <p>
- * Has <b>OK</b> status if no runtime exceptions occured.
+ * Has <b>OK</b> status if no runtime exceptions occurred.
*/
public void _getValue() {
val = oObj.getValue() ;
@@ -112,7 +112,7 @@ public class _XNumericField extends MultiMethodTest {
/**
* Just calls the method and stores value returned. <p>
- * Has <b>OK</b> status if no runtime exceptions occured.
+ * Has <b>OK</b> status if no runtime exceptions occurred.
*/
public void _getMin() {
@@ -142,7 +142,7 @@ public class _XNumericField extends MultiMethodTest {
/**
* Just calls the method and stores value returned. <p>
- * Has <b>OK</b> status if no runtime exceptions occured.
+ * Has <b>OK</b> status if no runtime exceptions occurred.
*/
public void _getMax() {
@@ -173,7 +173,7 @@ public class _XNumericField extends MultiMethodTest {
/**
* Just calls the method and stores value returned. <p>
- * Has <b>OK</b> status if no runtime exceptions occured.
+ * Has <b>OK</b> status if no runtime exceptions occurred.
*/
public void _getFirst() {
@@ -205,7 +205,7 @@ public class _XNumericField extends MultiMethodTest {
/**
* Just calls the method and stores value returned. <p>
- * Has <b>OK</b> status if no runtime exceptions occured.
+ * Has <b>OK</b> status if no runtime exceptions occurred.
*/
public void _getLast() {
@@ -235,7 +235,7 @@ public class _XNumericField extends MultiMethodTest {
/**
* Just calls the method and stores value returned. <p>
- * Has <b>OK</b> status if no runtime exceptions occured.
+ * Has <b>OK</b> status if no runtime exceptions occurred.
*/
public void _getSpinSize() {
@@ -267,7 +267,7 @@ public class _XNumericField extends MultiMethodTest {
/**
* Just calls the method and stores value returned. <p>
- * Has <b>OK</b> status if no runtime exceptions occured.
+ * Has <b>OK</b> status if no runtime exceptions occurred.
*/
public void _getDecimalDigits() {
@@ -297,7 +297,7 @@ public class _XNumericField extends MultiMethodTest {
/**
* Just calls the method and stores value returned. <p>
- * Has <b>OK</b> status if no runtime exceptions occured.
+ * Has <b>OK</b> status if no runtime exceptions occurred.
*/
public void _isStrictFormat() {