summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc')
-rw-r--r--qadevOOo/tests/java/ifc/awt/_XUnoControlContainer.java2
-rw-r--r--qadevOOo/tests/java/ifc/inspection/_XObjectInspector.java2
-rw-r--r--qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java8
-rw-r--r--qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java2
4 files changed, 7 insertions, 7 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_XUnoControlContainer.java b/qadevOOo/tests/java/ifc/awt/_XUnoControlContainer.java
index c2f4fc6a3602..55c21c182d46 100644
--- a/qadevOOo/tests/java/ifc/awt/_XUnoControlContainer.java
+++ b/qadevOOo/tests/java/ifc/awt/_XUnoControlContainer.java
@@ -56,7 +56,7 @@ public class _XUnoControlContainer extends MultiMethodTest {
tabControl1 = (XTabController) tEnv.getObjRelation("TABCONTROL1");
tabControl2 = (XTabController) tEnv.getObjRelation("TABCONTROL2");
if ((tabControl1 == null) || (tabControl2 == null)){
- log.println("ERROR: Needed object realtions 'TABCONTROL1' and "
+ log.println("ERROR: Needed object relations 'TABCONTROL1' and "
+ "'TABCONTROL2' are not found.");
}
TabControllers[0] = tabControl1;
diff --git a/qadevOOo/tests/java/ifc/inspection/_XObjectInspector.java b/qadevOOo/tests/java/ifc/inspection/_XObjectInspector.java
index d22df5d1046c..93ee985881a4 100644
--- a/qadevOOo/tests/java/ifc/inspection/_XObjectInspector.java
+++ b/qadevOOo/tests/java/ifc/inspection/_XObjectInspector.java
@@ -83,7 +83,7 @@ public class _XObjectInspector extends MultiMethodTest {
}
/**
- * Inspects a new collection of one or more objects given by object realtion
+ * Inspects a new collection of one or more objects given by object relation
* <CODE>XObjectInspector.toInspect</CODE><br>
* Has <b>OK</b> status if no runtime exceptions occurred.
*/
diff --git a/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java b/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java
index b08c5e1fdda3..c4ee58c11443 100644
--- a/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java
+++ b/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java
@@ -151,7 +151,7 @@ public class _XSingleSelectQueryComposer extends MultiMethodTest {
/**
* At first the object relation <code>xProp</code> was set as parameter.
- * Relation <code>xQueryAna</code> was used to check if realtion
+ * Relation <code>xQueryAna</code> was used to check if relation
* <code>colName</code> was found.
* Second an empty <code>XPropertySet</code> was used as parameter. A
* <code>com.sun.star.sdbc.SQLException</code> must be thrown.
@@ -195,7 +195,7 @@ public class _XSingleSelectQueryComposer extends MultiMethodTest {
/**
* At first the object relation <code>xProp</code> was used as parameter.
- * Relation <code>xQueryAna</code> was used to check if realtion
+ * Relation <code>xQueryAna</code> was used to check if relation
* <code>colName</code> was found.
* Second an empty <code>XPropertySet</code> was used as parameter. An
* <code>com.sun.star.sdbc.SQLException</code> must be thrown.
@@ -299,7 +299,7 @@ public class _XSingleSelectQueryComposer extends MultiMethodTest {
/**
* First object relation <code>xProp</code> was used as parameter. Relation
- * <code>xQueryAna</code> was used to check if realtion <code>colName</code>
+ * <code>xQueryAna</code> was used to check if relation <code>colName</code>
* was found.
* Second an empty <code>XPropertySet</code> was given as parameter. An
* <code>com.sun.star.sdbc.SQLException</code> must be thrown.
@@ -331,7 +331,7 @@ public class _XSingleSelectQueryComposer extends MultiMethodTest {
/**
* First object relation <code>xProp</code> was set as parameter. Relation
- * <code>xQueryAna</code> was used to check if realtion <code>colName</code>
+ * <code>xQueryAna</code> was used to check if relation <code>colName</code>
* was found.
* Second an empty <code>XPropertySet</code> was given as parameter. An
* <code>com.sun.star.sdbc.SQLException</code> must be thrown.
diff --git a/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java b/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java
index 649f5dfa372d..8f88f25ed587 100644
--- a/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java
+++ b/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java
@@ -150,7 +150,7 @@ public class _XDocumentHandler extends MultiMethodTest {
if (targetDocSet != null){
}else{
- log.println("object realtion 'XDocumentHandler.TargetDocumentSetter' not used.");
+ log.println("object relation 'XDocumentHandler.TargetDocumentSetter' not used.");
log.println("be shure that the test have a target to write throu");
}
}