summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2013-05-06 20:07:23 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2013-05-06 20:07:23 +0200
commit2ce25faffd3ac3767aa52f8d7c71591d9043e3ad (patch)
treec43eb54c32924b919ad2ad7e653d0eaa47800d39 /qadevOOo/tests/java
parent928d86d8a26af86d19b1c1cbcbb512494bf366dd (diff)
fix typos (wich instead of which)
Diffstat (limited to 'qadevOOo/tests/java')
-rw-r--r--qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java4
-rw-r--r--qadevOOo/tests/java/mod/_fwl/FilterFactory.java2
2 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java b/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java
index 802ff1e93c07..c8221d06e8f1 100644
--- a/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java
+++ b/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java
@@ -412,7 +412,7 @@ public class _XUserInputInterception extends MultiMethodTest {
/**
* Creates an instacne of this class. The parameter <CODE>eType</CODE> represents
- * the kind of event wich will be triggert at <CODE>run()</CODE>
+ * the kind of event which will be triggert at <CODE>run()</CODE>
* @param model the model of a document
* @param eType the kind of event which should be trigger
*/
@@ -423,7 +423,7 @@ public class _XUserInputInterception extends MultiMethodTest {
}
/**
- * Triggers the event wich is represented by <CODE>eventType</CODE>
+ * Triggers the event which is represented by <CODE>eventType</CODE>
* The scenarios are:
* <ul>
* <li>EventTest.EventTriggerType.MOUSE_KLICK_INTO_DOC
diff --git a/qadevOOo/tests/java/mod/_fwl/FilterFactory.java b/qadevOOo/tests/java/mod/_fwl/FilterFactory.java
index fc12be06afa5..7d28cea3e46b 100644
--- a/qadevOOo/tests/java/mod/_fwl/FilterFactory.java
+++ b/qadevOOo/tests/java/mod/_fwl/FilterFactory.java
@@ -61,7 +61,7 @@ public class FilterFactory extends TestCase {
* <code>com.sun.star.comp.framework.FilterFactory</code>.
* Prepares relation for
* <code>XMultiServiceFactory.createInstanceWithArguments</code> method
- * test. Only filters wich have their service names can be instantiated
+ * test. Only filters which have their service names can be instantiated
* in some reasons (?). For instantiation used filter type as service
* name and its name as a parameter. <p>
*/