summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/datatransfer
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/datatransfer
parent405f9d4eea865f6ad4307026cbf94af8c832485e (diff)
fix spelling compilant -> compliant
Change-Id: I5a469226a576906f0dd860c008d2e3fab1659ff7
Diffstat (limited to 'qadevOOo/tests/java/ifc/datatransfer')
-rw-r--r--qadevOOo/tests/java/ifc/datatransfer/_XDataFormatTranslator.java2
-rw-r--r--qadevOOo/tests/java/ifc/datatransfer/_XMimeContentTypeFactory.java2
-rw-r--r--qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboard.java2
-rw-r--r--qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboardEx.java2
-rw-r--r--qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboardNotifier.java2
-rw-r--r--qadevOOo/tests/java/ifc/datatransfer/clipboard/_XFlushableClipboard.java2
6 files changed, 6 insertions, 6 deletions
diff --git a/qadevOOo/tests/java/ifc/datatransfer/_XDataFormatTranslator.java b/qadevOOo/tests/java/ifc/datatransfer/_XDataFormatTranslator.java
index 285fd9b912c6..15bd2455ac17 100644
--- a/qadevOOo/tests/java/ifc/datatransfer/_XDataFormatTranslator.java
+++ b/qadevOOo/tests/java/ifc/datatransfer/_XDataFormatTranslator.java
@@ -31,7 +31,7 @@ import com.sun.star.uno.Type;
* <li><code> getSystemDataTypeFromDataFlavor()</code></li>
* <li><code> getDataFlavorFromSystemDataType()</code></li>
* </ul> <p>
-* Test is <b> NOT </b> multithread compilant. <p>
+* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.datatransfer.XDataFormatTranslator
*/
public class _XDataFormatTranslator extends MultiMethodTest {
diff --git a/qadevOOo/tests/java/ifc/datatransfer/_XMimeContentTypeFactory.java b/qadevOOo/tests/java/ifc/datatransfer/_XMimeContentTypeFactory.java
index eefa68c05e90..78bb70b1acd4 100644
--- a/qadevOOo/tests/java/ifc/datatransfer/_XMimeContentTypeFactory.java
+++ b/qadevOOo/tests/java/ifc/datatransfer/_XMimeContentTypeFactory.java
@@ -29,7 +29,7 @@ import com.sun.star.datatransfer.XMimeContentTypeFactory;
* <ul>
* <li><code> createMimeContentType()</code></li>
* </ul> <p>
-* Test is multithread compilant. <p>
+* Test is multithread compliant. <p>
* @see com.sun.star.datatransfer.XMimeContentTypeFactory
*/
public class _XMimeContentTypeFactory extends MultiMethodTest {
diff --git a/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboard.java b/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboard.java
index ef9b175b97d3..f7edef2c0525 100644
--- a/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboard.java
+++ b/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboard.java
@@ -34,7 +34,7 @@ import com.sun.star.datatransfer.clipboard.XClipboardOwner;
* <li><code> setContents()</code></li>
* <li><code> getName()</code></li>
* </ul> <p>
-* Test is <b> NOT </b> multithread compilant. <p>
+* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.datatransfer.clipboard.XClipboard
*/
public class _XClipboard extends MultiMethodTest {
diff --git a/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboardEx.java b/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboardEx.java
index 474f082c1411..ecd39fe1b0d8 100644
--- a/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboardEx.java
+++ b/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboardEx.java
@@ -28,7 +28,7 @@ import com.sun.star.datatransfer.clipboard.XClipboardEx;
* <ul>
* <li><code> getRenderingCapabilities()</code></li>
* </ul> <p>
-* Test is multithread compilant. <p>
+* Test is multithread compliant. <p>
* @see com.sun.star.datatransfer.clipboard.XClipboardEx
*/
public class _XClipboardEx extends MultiMethodTest {
diff --git a/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboardNotifier.java b/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboardNotifier.java
index 8aa05877742e..5b6299e88b36 100644
--- a/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboardNotifier.java
+++ b/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboardNotifier.java
@@ -41,7 +41,7 @@ import com.sun.star.uno.UnoRuntime;
* </ul> <p>
* The object <b>must also implement</b> <code>XClipboard</code>
* interface. <p>
-* Test is <b> NOT </b> multithread compilant. <p>
+* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.datatransfer.clipboard.XClipboardNotifier
* @see com.sun.star.datatransfer.clipboard.XClipboard
*/
diff --git a/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XFlushableClipboard.java b/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XFlushableClipboard.java
index 1dba9048d94a..2af4554c7a2c 100644
--- a/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XFlushableClipboard.java
+++ b/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XFlushableClipboard.java
@@ -28,7 +28,7 @@ import com.sun.star.datatransfer.clipboard.XFlushableClipboard;
* <ul>
* <li><code> flushClipboard()</code></li>
* </ul> <p>
-* Test is multithread compilant. <p>
+* Test is multithread compliant. <p>
* @see com.sun.star.datatransfer.clipboard.XFlushableClipboard
*/
public class _XFlushableClipboard extends MultiMethodTest {