summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/frame
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-04 13:00:44 +0200
committerNoel Grandin <noel@peralex.com>2014-08-04 13:38:29 +0200
commit0a7b80a02eb21588e36dc82eea979e450d094ba2 (patch)
treec95eff396ba2f4289ba66bfe206c7299612ba985 /qadevOOo/tests/java/ifc/frame
parent405f9d4eea865f6ad4307026cbf94af8c832485e (diff)
fix spelling compilant -> compliant
Change-Id: I5a469226a576906f0dd860c008d2e3fab1659ff7
Diffstat (limited to 'qadevOOo/tests/java/ifc/frame')
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XComponentLoader.java2
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XController.java2
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XDesktop.java2
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XDispatchProvider.java2
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XDispatchRecorder.java2
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XDispatchRecorderSupplier.java2
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XFrame.java2
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XFrameLoader.java2
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XFramesSupplier.java2
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XModel.java2
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XModuleManager.java2
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XStorable.java2
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XTasksSupplier.java2
13 files changed, 13 insertions, 13 deletions
diff --git a/qadevOOo/tests/java/ifc/frame/_XComponentLoader.java b/qadevOOo/tests/java/ifc/frame/_XComponentLoader.java
index 8dcf8aa883e3..eb12935a20c6 100644
--- a/qadevOOo/tests/java/ifc/frame/_XComponentLoader.java
+++ b/qadevOOo/tests/java/ifc/frame/_XComponentLoader.java
@@ -32,7 +32,7 @@ import com.sun.star.lang.XComponent;
* <ul>
* <li><code> loadComponentFromURL() </code></li>
* </ul><p>
-* Test is <b> NOT </b> multithread compilant. <p>
+* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.frame.XComponentLoader
*/
public class _XComponentLoader extends MultiMethodTest {
diff --git a/qadevOOo/tests/java/ifc/frame/_XController.java b/qadevOOo/tests/java/ifc/frame/_XController.java
index 63d8c35b500a..bba3d2d5b67a 100644
--- a/qadevOOo/tests/java/ifc/frame/_XController.java
+++ b/qadevOOo/tests/java/ifc/frame/_XController.java
@@ -51,7 +51,7 @@ import com.sun.star.util.XModifiable;
* <li> <code>'SecondController'</code> (of type <code>XController</code>):
* other controller, used for tests </li>
* </ul> <p>
-* Test is <b> NOT </b> multithread compilant. <p>
+* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.frame.XController
*/
public class _XController extends MultiMethodTest {
diff --git a/qadevOOo/tests/java/ifc/frame/_XDesktop.java b/qadevOOo/tests/java/ifc/frame/_XDesktop.java
index 84e8c1f7f44f..207d0915c6b5 100644
--- a/qadevOOo/tests/java/ifc/frame/_XDesktop.java
+++ b/qadevOOo/tests/java/ifc/frame/_XDesktop.java
@@ -40,7 +40,7 @@ import com.sun.star.uno.XInterface;
* <li><code> getCurrentComponent() </code></li>
* <li><code> getCurrentFrame() </code></li>
* </ul><p>
-* Test is <b> NOT </b> multithread compilant. <p>
+* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.frame.XDesktop
*/
public class _XDesktop extends MultiMethodTest {
diff --git a/qadevOOo/tests/java/ifc/frame/_XDispatchProvider.java b/qadevOOo/tests/java/ifc/frame/_XDispatchProvider.java
index 38ff45aa2083..ff042e7d754e 100644
--- a/qadevOOo/tests/java/ifc/frame/_XDispatchProvider.java
+++ b/qadevOOo/tests/java/ifc/frame/_XDispatchProvider.java
@@ -42,7 +42,7 @@ import com.sun.star.util.XURLTransformer;
* <li> <code>'XDispatchProvider.URL'</code> (of type <code>String</code>):
* used to obtain unparsed url of DispatchProvider </li>
* </ul> <p>
-* Test is <b> NOT </b> multithread compilant. <p>
+* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.frame.XDispatchProvider
*/
public class _XDispatchProvider extends MultiMethodTest {
diff --git a/qadevOOo/tests/java/ifc/frame/_XDispatchRecorder.java b/qadevOOo/tests/java/ifc/frame/_XDispatchRecorder.java
index c418842de11a..b166288a4bb4 100644
--- a/qadevOOo/tests/java/ifc/frame/_XDispatchRecorder.java
+++ b/qadevOOo/tests/java/ifc/frame/_XDispatchRecorder.java
@@ -42,7 +42,7 @@ import com.sun.star.util.URL;
* <li><code> endRecording() </code></li>
* <li><code> getRecordedMacro() </code></li>
* </ul><p>
-* Test is <b> NOT </b> multithread compilant. <p>
+* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.frame.XDispatchRecorder
*/
public class _XDispatchRecorder extends MultiMethodTest {
diff --git a/qadevOOo/tests/java/ifc/frame/_XDispatchRecorderSupplier.java b/qadevOOo/tests/java/ifc/frame/_XDispatchRecorderSupplier.java
index 6edbe973e200..7a868c9dd15c 100644
--- a/qadevOOo/tests/java/ifc/frame/_XDispatchRecorderSupplier.java
+++ b/qadevOOo/tests/java/ifc/frame/_XDispatchRecorderSupplier.java
@@ -43,7 +43,7 @@ import util.utils;
* <li><code> getDispatchRecorder() </code></li>
* <li><code> dispatchAndRecord() </code></li>
* </ul><p>
-* Test is <b> NOT </b> multithread compilant. <p>
+* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.frame.XDispatchRecorderSupplier
*/
public class _XDispatchRecorderSupplier extends MultiMethodTest {
diff --git a/qadevOOo/tests/java/ifc/frame/_XFrame.java b/qadevOOo/tests/java/ifc/frame/_XFrame.java
index fcbf9220b9a7..41333721f8df 100644
--- a/qadevOOo/tests/java/ifc/frame/_XFrame.java
+++ b/qadevOOo/tests/java/ifc/frame/_XFrame.java
@@ -63,7 +63,7 @@ import lib.TestEnvironment;
* <li> <code>'Desktop'</code> (of type <code>Object</code>):
* if exsists, then desktop component is tested</li>
* </ul> <p>
-* Test is <b> NOT </b> multithread compilant. <p>
+* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.frame.XFrame
*/
public class _XFrame extends MultiMethodTest {
diff --git a/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java b/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java
index 269912c6ea19..17f3d4022437 100644
--- a/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java
+++ b/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java
@@ -55,7 +55,7 @@ import com.sun.star.uno.UnoRuntime;
* necessary arguuments for loading a component. If omitted
* then zero length array is passed as parameter</li>
* <ul> <p>
-* Test is <b> NOT </b> multithread compilant. <p>
+* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.frame.XFrameLoader
*/
public class _XFrameLoader extends MultiMethodTest {
diff --git a/qadevOOo/tests/java/ifc/frame/_XFramesSupplier.java b/qadevOOo/tests/java/ifc/frame/_XFramesSupplier.java
index 56c336b45a0e..6c79de4bed56 100644
--- a/qadevOOo/tests/java/ifc/frame/_XFramesSupplier.java
+++ b/qadevOOo/tests/java/ifc/frame/_XFramesSupplier.java
@@ -34,7 +34,7 @@ import com.sun.star.uno.Type;
* <li><code> getFrames() </code></li>
* <li><code> setActiveFrame() </code></li>
* </ul><p>
-* Test is <b> NOT </b> multithread compilant. <p>
+* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.frame.XFramesSupplier
*/
public class _XFramesSupplier extends MultiMethodTest {
diff --git a/qadevOOo/tests/java/ifc/frame/_XModel.java b/qadevOOo/tests/java/ifc/frame/_XModel.java
index 019fb491c5b2..320570b5fa08 100644
--- a/qadevOOo/tests/java/ifc/frame/_XModel.java
+++ b/qadevOOo/tests/java/ifc/frame/_XModel.java
@@ -50,7 +50,7 @@ import lib.MultiMethodTest;
* <li> <code>'SELSUPP'</code> (of type <code>XSelectionSupplier</code>):
* supplier, we use to select something in a document </li>
* </ul> <p>
-* Test is <b> NOT </b> multithread compilant. <p>
+* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.frame.XModel
*/
public class _XModel extends MultiMethodTest {
diff --git a/qadevOOo/tests/java/ifc/frame/_XModuleManager.java b/qadevOOo/tests/java/ifc/frame/_XModuleManager.java
index d8c37a89ecd0..692215de1297 100644
--- a/qadevOOo/tests/java/ifc/frame/_XModuleManager.java
+++ b/qadevOOo/tests/java/ifc/frame/_XModuleManager.java
@@ -47,7 +47,7 @@ import com.sun.star.frame.UnknownModuleException;
* PropertyValue[n].Value : a XFrame
* PropertyValue[n].Name : the expected return value of <code>idendify()</code></li>
* </ul> <p>
-* Test is <b> NOT </b> multithread compilant. <p>
+* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.frame.XModuleManager
*/
public class _XModuleManager extends MultiMethodTest {
diff --git a/qadevOOo/tests/java/ifc/frame/_XStorable.java b/qadevOOo/tests/java/ifc/frame/_XStorable.java
index 86a4eabc11f2..635826d4eec2 100644
--- a/qadevOOo/tests/java/ifc/frame/_XStorable.java
+++ b/qadevOOo/tests/java/ifc/frame/_XStorable.java
@@ -37,7 +37,7 @@ import com.sun.star.lang.XMultiServiceFactory;
* <li><code> storeToURL() </code></li>
* <li><code> store() </code></li>
* </ul><p>
-* Test is <b> NOT </b> multithread compilant. <p>
+* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.frame.XStorable
*/
public class _XStorable extends MultiMethodTest {
diff --git a/qadevOOo/tests/java/ifc/frame/_XTasksSupplier.java b/qadevOOo/tests/java/ifc/frame/_XTasksSupplier.java
index 396d06bf5d61..44c6a4caa521 100644
--- a/qadevOOo/tests/java/ifc/frame/_XTasksSupplier.java
+++ b/qadevOOo/tests/java/ifc/frame/_XTasksSupplier.java
@@ -30,7 +30,7 @@ import com.sun.star.frame.XTasksSupplier;
* <li><code> getActiveTask() </code></li>
* <li><code> getTasks() </code></li>
* </ul><p>
-* Test is <b> NOT </b> multithread compilant. <p>
+* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.frame.XTasksSupplier
*/
public class _XTasksSupplier extends MultiMethodTest {