summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/awt/_XListBox.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/awt/_XListBox.java')
-rw-r--r--qadevOOo/tests/java/ifc/awt/_XListBox.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_XListBox.java b/qadevOOo/tests/java/ifc/awt/_XListBox.java
index 9d1e4a84702e..bf9a25f6f13e 100644
--- a/qadevOOo/tests/java/ifc/awt/_XListBox.java
+++ b/qadevOOo/tests/java/ifc/awt/_XListBox.java
@@ -279,7 +279,7 @@ public class _XListBox extends MultiMethodTest {
/**
* Gets line count and stores it. <p>
- * Has <b>OK</b> status if no runtime exceptions occured.
+ * Has <b>OK</b> status if no runtime exceptions occurred.
*/
public void _getDropDownLineCount() {
@@ -411,7 +411,7 @@ public class _XListBox extends MultiMethodTest {
/**
* Unselects all items, then selects a single item. <p>
- * Has <b> OK </b> status if no runtime exceptions occured
+ * Has <b> OK </b> status if no runtime exceptions occurred
* The following method tests are to be completed successfully before :
* <ul>
* <li> <code> addItems </code> : to have some items </li>
@@ -432,7 +432,7 @@ public class _XListBox extends MultiMethodTest {
/**
* Just selects some items. <p>
- * Has <b> OK </b> status if no runtime exceptions occured
+ * Has <b> OK </b> status if no runtime exceptions occurred
* The following method tests are to be completed successfully before :
* <ul>
* <li> <code> addItems </code> : to have some items </li>
@@ -450,7 +450,7 @@ public class _XListBox extends MultiMethodTest {
/**
* Just selects an item. <p>
- * Has <b> OK </b> status if no runtime exceptions occured
+ * Has <b> OK </b> status if no runtime exceptions occurred
* The following method tests are to be completed successfully before :
* <ul>
* <li> <code> addItems </code> : to have some items </li>
@@ -484,7 +484,7 @@ public class _XListBox extends MultiMethodTest {
/**
* Sets multiple mode. <p>
- * Has <b> OK </b> status if no runtime exceptions occured
+ * Has <b> OK </b> status if no runtime exceptions occurred
*/
public void _setMultipleMode() {
@@ -496,7 +496,7 @@ public class _XListBox extends MultiMethodTest {
/**
* Just calls the method to make visible third item. <p>
- * Has <b> OK </b> status if no runtime exceptions occured.<p>
+ * Has <b> OK </b> status if no runtime exceptions occurred.<p>
* The following method tests are to be completed successfully before :
* <ul>
* <li> <code> addItems </code> </li>