diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-04 13:00:44 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-04 13:38:29 +0200 |
commit | 0a7b80a02eb21588e36dc82eea979e450d094ba2 (patch) | |
tree | c95eff396ba2f4289ba66bfe206c7299612ba985 /qadevOOo/tests/java/ifc/document | |
parent | 405f9d4eea865f6ad4307026cbf94af8c832485e (diff) |
fix spelling compilant -> compliant
Change-Id: I5a469226a576906f0dd860c008d2e3fab1659ff7
Diffstat (limited to 'qadevOOo/tests/java/ifc/document')
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 { |