summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/document
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/document')
-rw-r--r--qadevOOo/tests/java/ifc/document/_XActionLockable.java2
-rw-r--r--qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java2
-rw-r--r--qadevOOo/tests/java/ifc/document/_XEmbeddedObjectSupplier.java2
-rw-r--r--qadevOOo/tests/java/ifc/document/_XEventsSupplier.java2
-rw-r--r--qadevOOo/tests/java/ifc/document/_XExporter.java2
-rw-r--r--qadevOOo/tests/java/ifc/document/_XFilter.java2
-rw-r--r--qadevOOo/tests/java/ifc/document/_XImporter.java2
7 files changed, 7 insertions, 7 deletions
diff --git a/qadevOOo/tests/java/ifc/document/_XActionLockable.java b/qadevOOo/tests/java/ifc/document/_XActionLockable.java
index 7f442e290cd0..f8952ee578c5 100644
--- a/qadevOOo/tests/java/ifc/document/_XActionLockable.java
+++ b/qadevOOo/tests/java/ifc/document/_XActionLockable.java
@@ -32,7 +32,7 @@ import com.sun.star.document.XActionLockable;
* <li><code> setActionLocks()</code></li>
* <li><code> resetActionLocks()</code></li>
* </ul> <p>
-* Test is <b> NOT </b> multithread compilant. <p>
+* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.document.XActionLockable
*/
public class _XActionLockable extends MultiMethodTest {
diff --git a/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java b/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java
index d836898dd22e..ccfb7af52b87 100644
--- a/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java
+++ b/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java
@@ -54,7 +54,7 @@ import com.sun.star.uno.UnoRuntime;
* The file is needed if no other file name specified by relation.
* </li>
* <ul> <p>
-* Test is <b> NOT </b> multithread compilant. <p>
+* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.document.XDocumentInsertable
*/
public class _XDocumentInsertable extends MultiMethodTest {
diff --git a/qadevOOo/tests/java/ifc/document/_XEmbeddedObjectSupplier.java b/qadevOOo/tests/java/ifc/document/_XEmbeddedObjectSupplier.java
index a2498c549877..63aa6f4bff83 100644
--- a/qadevOOo/tests/java/ifc/document/_XEmbeddedObjectSupplier.java
+++ b/qadevOOo/tests/java/ifc/document/_XEmbeddedObjectSupplier.java
@@ -28,7 +28,7 @@ import com.sun.star.document.XEmbeddedObjectSupplier;
* <ul>
* <li><code> getEmbeddedObject()</code></li>
* </ul> <p>
-* Test is multithread compilant. <p>
+* Test is multithread compliant. <p>
* @see com.sun.star.document.XEmbeddedObjectSupplier
*/
public class _XEmbeddedObjectSupplier extends MultiMethodTest {
diff --git a/qadevOOo/tests/java/ifc/document/_XEventsSupplier.java b/qadevOOo/tests/java/ifc/document/_XEventsSupplier.java
index 277c3df1fba4..8aa25caa4d57 100644
--- a/qadevOOo/tests/java/ifc/document/_XEventsSupplier.java
+++ b/qadevOOo/tests/java/ifc/document/_XEventsSupplier.java
@@ -29,7 +29,7 @@ import com.sun.star.document.XEventsSupplier;
* <ul>
* <li><code> getEvents()</code></li>
* </ul> <p>
-* Test is multithread compilant. <p>
+* Test is multithread compliant. <p>
* @see com.sun.star.document.XEventsSupplier
*/
public class _XEventsSupplier extends MultiMethodTest {
diff --git a/qadevOOo/tests/java/ifc/document/_XExporter.java b/qadevOOo/tests/java/ifc/document/_XExporter.java
index 09ca7ec3abf6..cb5f1d9a0b84 100644
--- a/qadevOOo/tests/java/ifc/document/_XExporter.java
+++ b/qadevOOo/tests/java/ifc/document/_XExporter.java
@@ -37,7 +37,7 @@ import com.sun.star.lang.XComponent;
* <li> <code>'SourceDocument'</code> (of type <code>XComponent</code>):
* the source document to be passed to the method. </li>
* <ul> <p>
-* Test is <b> NOT </b> multithread compilant. <p>
+* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.document.XExporter
*/
public class _XExporter extends MultiMethodTest {
diff --git a/qadevOOo/tests/java/ifc/document/_XFilter.java b/qadevOOo/tests/java/ifc/document/_XFilter.java
index 92f6d4aeeb5c..9fbc130cdc56 100644
--- a/qadevOOo/tests/java/ifc/document/_XFilter.java
+++ b/qadevOOo/tests/java/ifc/document/_XFilter.java
@@ -49,7 +49,7 @@ import com.sun.star.uno.UnoRuntime;
* assumed.
* </li>
* <ul> <p>
-* Test is <b> NOT </b> multithread compilant. <p>
+* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.document.XFilter
*/
public class _XFilter extends MultiMethodTest {
diff --git a/qadevOOo/tests/java/ifc/document/_XImporter.java b/qadevOOo/tests/java/ifc/document/_XImporter.java
index 8365bab3cc11..087494e65d24 100644
--- a/qadevOOo/tests/java/ifc/document/_XImporter.java
+++ b/qadevOOo/tests/java/ifc/document/_XImporter.java
@@ -34,7 +34,7 @@ import com.sun.star.lang.XComponent;
* <li> <code>'TargetDocument'</code> (of type <code>XComponent</code>):
* the target document to be passed to the method. </li>
* <ul> <p>
-* Test is <b> NOT </b> multithread compilant. <p>
+* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.document.XImporter
*/
public class _XImporter extends MultiMethodTest {