summaryrefslogtreecommitdiff
path: root/qadevOOo
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
parent928d86d8a26af86d19b1c1cbcbb512494bf366dd (diff)
fix typos (wich instead of which)
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/runner/util/CalcTools.java2
-rw-r--r--qadevOOo/runner/util/SOfficeFactory.java10
-rw-r--r--qadevOOo/runner/util/utils.java2
-rw-r--r--qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java4
-rw-r--r--qadevOOo/tests/java/mod/_fwl/FilterFactory.java2
5 files changed, 10 insertions, 10 deletions
diff --git a/qadevOOo/runner/util/CalcTools.java b/qadevOOo/runner/util/CalcTools.java
index 936267469a04..5e705e26c6c8 100644
--- a/qadevOOo/runner/util/CalcTools.java
+++ b/qadevOOo/runner/util/CalcTools.java
@@ -42,7 +42,7 @@ public class CalcTools {
/**
* fills a range of a calc sheet with computed data of type
* <CODE>Double</CODE>.
- * @param xSheetDoc the Clac documents wich should be filled
+ * @param xSheetDoc the Clac documents which should be filled
* @param sheetNumber the number of the sheet of <CODE>xSheetDoc</CODE>
* @param startCellX the cell number of the X start point (row) of the range to fill
* @param startCellY the cell number of the Y start point (column) of the range to fill
diff --git a/qadevOOo/runner/util/SOfficeFactory.java b/qadevOOo/runner/util/SOfficeFactory.java
index ec55d8804d48..d90fdfca7587 100644
--- a/qadevOOo/runner/util/SOfficeFactory.java
+++ b/qadevOOo/runner/util/SOfficeFactory.java
@@ -425,7 +425,7 @@ public class SOfficeFactory {
}
/**
- * creates a Diagram wich specified in kind(String)
+ * creates a Diagram as specified in kind
*/
public XDiagram createDiagram(XComponent oDoc, String kind) {
XInterface oInterface = null;
@@ -444,8 +444,8 @@ public class SOfficeFactory {
return oDiagram;
}
- /*
- // create a Control-Instance which specified in kind(String)
+ /**
+ * creates a control instance as specified in kind
*/
public XInterface createControl(XComponent oDoc, String kind) {
@@ -462,8 +462,8 @@ public class SOfficeFactory {
return oControl;
}
- /*
- // create an Instance which is specified in kind(String)
+ /**
+ * create an Instance as specified in kind
*/
public Object createInstance(XComponent oDoc, String kind) {
diff --git a/qadevOOo/runner/util/utils.java b/qadevOOo/runner/util/utils.java
index 2e27c6d42ca0..c91b42bc068e 100644
--- a/qadevOOo/runner/util/utils.java
+++ b/qadevOOo/runner/util/utils.java
@@ -260,7 +260,7 @@ public class utils {
public static String getOfficeUserPath(XMultiServiceFactory msf) {
String userPath = null;
- // get a folder wich is located in the user dir
+ // get a folder located in the user dir
try {
userPath = getOfficeSettingsValue(msf, "UserConfig");
} catch (Exception e) {
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>
*/