summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/view/_XSelectionSupplier.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/view/_XSelectionSupplier.java')
-rw-r--r--qadevOOo/tests/java/ifc/view/_XSelectionSupplier.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/view/_XSelectionSupplier.java b/qadevOOo/tests/java/ifc/view/_XSelectionSupplier.java
index 407130e7f994..d601f1f2251b 100644
--- a/qadevOOo/tests/java/ifc/view/_XSelectionSupplier.java
+++ b/qadevOOo/tests/java/ifc/view/_XSelectionSupplier.java
@@ -87,7 +87,7 @@ public class _XSelectionSupplier extends MultiMethodTest {
/**
* Test adds listener to the object, then selects first and
* then second instances to be sure that selection was changed.<p>
- * Has <b>OK</b> status if selection lisener was called.
+ * Has <b>OK</b> status if selection listener was called.
*/
public void _addSelectionChangeListener(){
boolean res = true;
@@ -155,7 +155,7 @@ public class _XSelectionSupplier extends MultiMethodTest {
/**
* Test removes listener, then selects first and
* then second instances to be sure that selection was changed.<p>
- * Has <b>OK</b> status if selection lisener was not called.
+ * Has <b>OK</b> status if selection listener was not called.
* The following method tests are to be completed successfully before :
* <ul>
* <li> <code> addSelectionChangeListener() </code> : to have