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 192741acfa55..80c46df2c0b3 100644
--- a/qadevOOo/tests/java/ifc/awt/_XListBox.java
+++ b/qadevOOo/tests/java/ifc/awt/_XListBox.java
@@ -275,7 +275,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() {
@@ -407,7 +407,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>
@@ -428,7 +428,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>
@@ -446,7 +446,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>
@@ -480,7 +480,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() {
@@ -492,7 +492,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>