summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/ui
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/ui
parent405f9d4eea865f6ad4307026cbf94af8c832485e (diff)
fix spelling compilant -> compliant
Change-Id: I5a469226a576906f0dd860c008d2e3fab1659ff7
Diffstat (limited to 'qadevOOo/tests/java/ifc/ui')
-rw-r--r--qadevOOo/tests/java/ifc/ui/_XUIConfiguration.java2
-rw-r--r--qadevOOo/tests/java/ifc/ui/_XUIConfigurationStorage.java2
-rw-r--r--qadevOOo/tests/java/ifc/ui/dialogs/_XControlAccess.java2
-rw-r--r--qadevOOo/tests/java/ifc/ui/dialogs/_XExecutableDialog.java2
-rw-r--r--qadevOOo/tests/java/ifc/ui/dialogs/_XFilePicker.java2
-rw-r--r--qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java2
-rw-r--r--qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java2
-rw-r--r--qadevOOo/tests/java/ifc/ui/dialogs/_XFilterManager.java2
-rw-r--r--qadevOOo/tests/java/ifc/ui/dialogs/_XFolderPicker.java2
9 files changed, 9 insertions, 9 deletions
diff --git a/qadevOOo/tests/java/ifc/ui/_XUIConfiguration.java b/qadevOOo/tests/java/ifc/ui/_XUIConfiguration.java
index cae741cec099..e4afe2dc8b0f 100644
--- a/qadevOOo/tests/java/ifc/ui/_XUIConfiguration.java
+++ b/qadevOOo/tests/java/ifc/ui/_XUIConfiguration.java
@@ -29,7 +29,7 @@ import lib.MultiMethodTest;
* <li><code> addConfigurationListener()</code></li>
* <li><code> removeConfigurationListener()</code></li>
* </ul> <p>
-* Test is <b> NOT </b> multithread compilant. <p>
+* Test is <b> NOT </b> multithread compliant. <p>
* After test completion object environment has to be recreated.
* @see com.sun.star.ui.XUIConfiguration
*/
diff --git a/qadevOOo/tests/java/ifc/ui/_XUIConfigurationStorage.java b/qadevOOo/tests/java/ifc/ui/_XUIConfigurationStorage.java
index 1f83f00eae40..35d4e803c8fc 100644
--- a/qadevOOo/tests/java/ifc/ui/_XUIConfigurationStorage.java
+++ b/qadevOOo/tests/java/ifc/ui/_XUIConfigurationStorage.java
@@ -28,7 +28,7 @@ import lib.MultiMethodTest;
* <li><code> setStorage()</code></li>
* <li><code> hasStorage()</code></li>
* </ul> <p>
-* Test is <b> NOT </b> multithread compilant. <p>
+* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.ui.XUIConfigurationStorage
*/
diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XControlAccess.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XControlAccess.java
index 0ec54bf85f8a..63ef27bab1ca 100644
--- a/qadevOOo/tests/java/ifc/ui/dialogs/_XControlAccess.java
+++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XControlAccess.java
@@ -38,7 +38,7 @@ import com.sun.star.uno.UnoRuntime;
* <code>com.sun.star.ui.dialogs.XControlInformation</code>
* interface. <p>
*
-* Test is <b> NOT </b> multithread compilant. <p>
+* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.ui.XFolderPicker
*/
public class _XControlAccess extends MultiMethodTest {
diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XExecutableDialog.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XExecutableDialog.java
index e87b407115bf..8729566d63a8 100644
--- a/qadevOOo/tests/java/ifc/ui/dialogs/_XExecutableDialog.java
+++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XExecutableDialog.java
@@ -36,7 +36,7 @@ import com.sun.star.util.XCancellable;
* are just called. <code>execute</code> method is not called
* at all as the dialog shown cann't be disposed. <p>
*
- * Test is <b> NOT </b> multithread compilant. <p>
+ * Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.ui.dialogs.XExecutableDialog
*/
public class _XExecutableDialog extends MultiMethodTest {
diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePicker.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePicker.java
index 05deb6656b6f..23492cb58863 100644
--- a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePicker.java
+++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePicker.java
@@ -36,7 +36,7 @@ import com.sun.star.ui.dialogs.XFilePicker;
* <ul>
* <li> <code>'space-metal.jpg'</code> : just to exist. </li>
* <ul> <p>
-* Test is <b> NOT </b> multithread compilant. <p>
+* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.ui.XFolderPicker
*/
public class _XFilePicker extends MultiMethodTest {
diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java
index 891da10e85e0..29d1589c546f 100644
--- a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java
+++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java
@@ -47,7 +47,7 @@ import com.sun.star.ui.dialogs.XFilePickerControlAccess;
* since the control has emtpy initial value):
* the value which can set for the control . </li>
* <ul> <p>
-* Test is <b> NOT </b> multithread compilant. <p>
+* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.ui.XFilePickerControlAccess
*/
public class _XFilePickerControlAccess extends MultiMethodTest {
diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java
index fca80b59589e..45f336446270 100644
--- a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java
+++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java
@@ -42,7 +42,7 @@ import com.sun.star.util.XCancellable;
* </ul> <p>
* The object must implement <code>XFilePicker</code>
* interface to check if a listener was called. <p>
- * Test is <b> NOT </b> multithread compilant. <p>
+ * Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.ui.XFilePickerNotifier
*/
public class _XFilePickerNotifier extends MultiMethodTest {
diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilterManager.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilterManager.java
index 968c525e8e68..b19db8405002 100644
--- a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilterManager.java
+++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilterManager.java
@@ -30,7 +30,7 @@ import com.sun.star.ui.dialogs.XFilterManager;
* <li><code> setCurrentFilter()</code></li>
* <li><code> getCurrentFilter()</code></li>
* </ul> <p>
-* Test is <b> NOT </b> multithread compilant. <p>
+* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.ui.XFilterManager
*/
public class _XFilterManager extends MultiMethodTest {
diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XFolderPicker.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XFolderPicker.java
index 74a1db037940..c5c50cde6b09 100644
--- a/qadevOOo/tests/java/ifc/ui/dialogs/_XFolderPicker.java
+++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XFolderPicker.java
@@ -30,7 +30,7 @@ import com.sun.star.ui.dialogs.XFolderPicker;
* <li><code> setDisplayDirectory()</code></li>
* <li><code> getDisplayDirectory()</code></li>
* </ul> <p>
-* Test is <b> NOT </b> multithread compilant. <p>
+* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.ui.XFolderPicker
*/
public class _XFolderPicker extends MultiMethodTest {