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 | |
parent | 405f9d4eea865f6ad4307026cbf94af8c832485e (diff) |
fix spelling compilant -> compliant
Change-Id: I5a469226a576906f0dd860c008d2e3fab1659ff7
253 files changed, 257 insertions, 257 deletions
diff --git a/framework/qa/complex/imageManager/_XInitialization.java b/framework/qa/complex/imageManager/_XInitialization.java index 0caf9190657f..c0d625f73fe3 100644 --- a/framework/qa/complex/imageManager/_XInitialization.java +++ b/framework/qa/complex/imageManager/_XInitialization.java @@ -33,7 +33,7 @@ import lib.TestParameters; * (<b>Optional</b>) : argument for <code>initialize</code> * method. If ommitet zero length array is used. </li> * <ul> <p> -* Test is multithread compilant. <p> +* Test is multithread compliant. <p> * Till the present time there was no need to recreate environment * after this test completion. */ diff --git a/framework/qa/complex/imageManager/_XTypeProvider.java b/framework/qa/complex/imageManager/_XTypeProvider.java index 4be0030979f2..dffbe0e9b7e1 100644 --- a/framework/qa/complex/imageManager/_XTypeProvider.java +++ b/framework/qa/complex/imageManager/_XTypeProvider.java @@ -31,7 +31,7 @@ import lib.TestParameters; * <li><code> getTypes()</code></li> * <li><code> getImplementationId()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.lang.XTypeProvider */ public class _XTypeProvider { diff --git a/qadevOOo/tests/java/ifc/awt/_XButton.java b/qadevOOo/tests/java/ifc/awt/_XButton.java index c9ea36e60459..3a237a2ebd3e 100644 --- a/qadevOOo/tests/java/ifc/awt/_XButton.java +++ b/qadevOOo/tests/java/ifc/awt/_XButton.java @@ -32,7 +32,7 @@ import com.sun.star.awt.XButton; * <li><code> setLabel()</code></li> * <li><code> setActionCommand()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.awt.XButton */ public class _XButton extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/awt/_XComboBox.java b/qadevOOo/tests/java/ifc/awt/_XComboBox.java index 9d0de74f84cc..89cd9d0337a2 100644 --- a/qadevOOo/tests/java/ifc/awt/_XComboBox.java +++ b/qadevOOo/tests/java/ifc/awt/_XComboBox.java @@ -40,7 +40,7 @@ import com.sun.star.awt.XComboBox; * <li><code> getDropDownLineCount()</code></li> * <li><code> setDropDownLineCount()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.awt.XComboBox */ public class _XComboBox extends MultiMethodTest { @@ -273,4 +273,4 @@ public class _XComboBox extends MultiMethodTest { tRes.tested("setDropDownLineCount()", result); } -}
\ No newline at end of file +} diff --git a/qadevOOo/tests/java/ifc/awt/_XControl.java b/qadevOOo/tests/java/ifc/awt/_XControl.java index 4f61eb2a7bfa..67f4a67b14be 100644 --- a/qadevOOo/tests/java/ifc/awt/_XControl.java +++ b/qadevOOo/tests/java/ifc/awt/_XControl.java @@ -53,7 +53,7 @@ import com.sun.star.uno.XInterface; * <li> <code>'MODEL'</code> (of type <code>XControlModel</code>): * used as a parameter to setModel() and for testing getModel()</li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.awt.XControl */ public class _XControl extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/awt/_XControlContainer.java b/qadevOOo/tests/java/ifc/awt/_XControlContainer.java index 38793871d5f7..0c7e636209f8 100644 --- a/qadevOOo/tests/java/ifc/awt/_XControlContainer.java +++ b/qadevOOo/tests/java/ifc/awt/_XControlContainer.java @@ -40,7 +40,7 @@ import com.sun.star.awt.XControlContainer; * <li> <code>'CONTROL2'</code> (of type <code>XControl</code>): * used as a parameter to addControl(), getControl() and removeControl()</li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.awt.XControlContainer */ public class _XControlContainer extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/awt/_XCurrencyField.java b/qadevOOo/tests/java/ifc/awt/_XCurrencyField.java index d01afc0b3051..01bb6032383a 100644 --- a/qadevOOo/tests/java/ifc/awt/_XCurrencyField.java +++ b/qadevOOo/tests/java/ifc/awt/_XCurrencyField.java @@ -43,7 +43,7 @@ import com.sun.star.awt.XCurrencyField; * <li><code> setStrictFormat()</code></li> * <li><code> isStrictFormat()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.awt.XCurrencyField */ public class _XCurrencyField extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/awt/_XDataTransferProviderAccess.java b/qadevOOo/tests/java/ifc/awt/_XDataTransferProviderAccess.java index 59fd3e799a67..6e40508f556f 100644 --- a/qadevOOo/tests/java/ifc/awt/_XDataTransferProviderAccess.java +++ b/qadevOOo/tests/java/ifc/awt/_XDataTransferProviderAccess.java @@ -45,7 +45,7 @@ import com.sun.star.datatransfer.dnd.XDropTarget; * (of type <code>com.sun.star.awt.XWindow</code>): * this window must created by the Toolkit tested. </li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.awt.XDataTransferProviderAccess */ public class _XDataTransferProviderAccess extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/awt/_XDateField.java b/qadevOOo/tests/java/ifc/awt/_XDateField.java index f54fa70134b4..c70d34ab161e 100644 --- a/qadevOOo/tests/java/ifc/awt/_XDateField.java +++ b/qadevOOo/tests/java/ifc/awt/_XDateField.java @@ -45,7 +45,7 @@ import com.sun.star.util.Date; * <li><code> setStrictFormat()</code></li> * <li><code> isStrictFormat()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.awt.XDateField */ public class _XDateField extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/awt/_XDialog.java b/qadevOOo/tests/java/ifc/awt/_XDialog.java index 714ca1390a88..8f5eeefd0f06 100644 --- a/qadevOOo/tests/java/ifc/awt/_XDialog.java +++ b/qadevOOo/tests/java/ifc/awt/_XDialog.java @@ -31,7 +31,7 @@ import com.sun.star.awt.XDialog; * <li><code> execute()</code></li> * <li><code> endExecute()</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.awt.XDialog */ diff --git a/qadevOOo/tests/java/ifc/awt/_XFixedText.java b/qadevOOo/tests/java/ifc/awt/_XFixedText.java index 84dc99a00d56..9ea5527c71b7 100644 --- a/qadevOOo/tests/java/ifc/awt/_XFixedText.java +++ b/qadevOOo/tests/java/ifc/awt/_XFixedText.java @@ -33,7 +33,7 @@ import com.sun.star.awt.XFixedText; * <li><code> setAlignment()</code></li> * <li><code> getAlignment()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.awt.XFixedText */ public class _XFixedText extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/awt/_XImageConsumer.java b/qadevOOo/tests/java/ifc/awt/_XImageConsumer.java index 57c44771ba8a..7c170fb25637 100644 --- a/qadevOOo/tests/java/ifc/awt/_XImageConsumer.java +++ b/qadevOOo/tests/java/ifc/awt/_XImageConsumer.java @@ -33,7 +33,7 @@ import com.sun.star.awt.XImageConsumer; * <li><code> setPixelsByLongs()</code></li> * <li><code> complete()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.awt.XImageConsumer */ diff --git a/qadevOOo/tests/java/ifc/awt/_XImageProducer.java b/qadevOOo/tests/java/ifc/awt/_XImageProducer.java index 75669d264438..681a46a831c7 100644 --- a/qadevOOo/tests/java/ifc/awt/_XImageProducer.java +++ b/qadevOOo/tests/java/ifc/awt/_XImageProducer.java @@ -34,7 +34,7 @@ import com.sun.star.awt.XImageProducer; * <li><code> removeConsumer()</code></li> * <li><code> startProduction()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.awt.XImageProducer */ public class _XImageProducer extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/awt/_XItemListener.java b/qadevOOo/tests/java/ifc/awt/_XItemListener.java index 1295aabffeed..f8def1598a50 100644 --- a/qadevOOo/tests/java/ifc/awt/_XItemListener.java +++ b/qadevOOo/tests/java/ifc/awt/_XItemListener.java @@ -40,7 +40,7 @@ import com.sun.star.awt.XItemListener; * added to the object tested for checking * <code> itemStateChanged()</code> method call. </li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.awt.XItemListener */ public class _XItemListener extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/awt/_XLayoutConstrains.java b/qadevOOo/tests/java/ifc/awt/_XLayoutConstrains.java index 97ae1229e056..5e1b4cb9fd6e 100644 --- a/qadevOOo/tests/java/ifc/awt/_XLayoutConstrains.java +++ b/qadevOOo/tests/java/ifc/awt/_XLayoutConstrains.java @@ -31,7 +31,7 @@ import com.sun.star.awt.XLayoutConstrains; * <li><code> getPreferredSize() </code></li> * <li><code> calcAdjustedSize() </code></li> * </ul><p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.awt.XLayoutConstrains */ public class _XLayoutConstrains extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/awt/_XListBox.java b/qadevOOo/tests/java/ifc/awt/_XListBox.java index 1f66381f4e5f..e8c128025678 100644 --- a/qadevOOo/tests/java/ifc/awt/_XListBox.java +++ b/qadevOOo/tests/java/ifc/awt/_XListBox.java @@ -51,7 +51,7 @@ import com.sun.star.awt.XListBox; * <li><code> setDropDownLineCount()</code></li> * <li><code> makeVisible()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.awt.XListBox */ public class _XListBox extends MultiMethodTest { @@ -501,4 +501,4 @@ public class _XListBox extends MultiMethodTest { tRes.tested("makeVisible()", result) ; } -}
\ No newline at end of file +} diff --git a/qadevOOo/tests/java/ifc/awt/_XMessageBoxFactory.java b/qadevOOo/tests/java/ifc/awt/_XMessageBoxFactory.java index 9601c313d070..0f7d7cb79ca3 100644 --- a/qadevOOo/tests/java/ifc/awt/_XMessageBoxFactory.java +++ b/qadevOOo/tests/java/ifc/awt/_XMessageBoxFactory.java @@ -38,7 +38,7 @@ import util.UITools; * <ul> * <li><code> </code>createMessageBox()</li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.awt.XMessageBoxFactory */ public class _XMessageBoxFactory extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/awt/_XNumericField.java b/qadevOOo/tests/java/ifc/awt/_XNumericField.java index abe98def21b6..3337f186e229 100644 --- a/qadevOOo/tests/java/ifc/awt/_XNumericField.java +++ b/qadevOOo/tests/java/ifc/awt/_XNumericField.java @@ -44,7 +44,7 @@ import com.sun.star.awt.XNumericField; * <li><code> setStrictFormat()</code></li> * <li><code> isStrictFormat()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.awt.XNumericField */ public class _XNumericField extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/awt/_XPatternField.java b/qadevOOo/tests/java/ifc/awt/_XPatternField.java index 867bef1a02f9..1613be4a0c20 100644 --- a/qadevOOo/tests/java/ifc/awt/_XPatternField.java +++ b/qadevOOo/tests/java/ifc/awt/_XPatternField.java @@ -34,7 +34,7 @@ import com.sun.star.awt.XPatternField; * <li><code> setStrictFormat()</code></li> * <li><code> isStrictFormat()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.awt.XPatternField */ public class _XPatternField extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/awt/_XRadioButton.java b/qadevOOo/tests/java/ifc/awt/_XRadioButton.java index 35359b2c2a37..3b6e0506e7dd 100644 --- a/qadevOOo/tests/java/ifc/awt/_XRadioButton.java +++ b/qadevOOo/tests/java/ifc/awt/_XRadioButton.java @@ -34,7 +34,7 @@ import com.sun.star.awt.XRadioButton; * <li><code> setState()</code></li> * <li><code> setLabel()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.awt.XRadioButton */ public class _XRadioButton extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/awt/_XSpinField.java b/qadevOOo/tests/java/ifc/awt/_XSpinField.java index 9f43b8912fa5..8f10dd4833ed 100644 --- a/qadevOOo/tests/java/ifc/awt/_XSpinField.java +++ b/qadevOOo/tests/java/ifc/awt/_XSpinField.java @@ -37,7 +37,7 @@ import com.sun.star.lang.EventObject; * <li><code> last()</code></li> * <li><code> enableRepeat()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.awt.XSpinField */ public class _XSpinField extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/awt/_XTabControllerModel.java b/qadevOOo/tests/java/ifc/awt/_XTabControllerModel.java index 23592db10e27..4b20701680d9 100644 --- a/qadevOOo/tests/java/ifc/awt/_XTabControllerModel.java +++ b/qadevOOo/tests/java/ifc/awt/_XTabControllerModel.java @@ -47,7 +47,7 @@ import com.sun.star.awt.XTabControllerModel; * <li> <code>'Model2'</code> : <code>XControlModel</code> relation * , any control model belonging to the object tested.</li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.awt.XTabControllerModel */ public class _XTabControllerModel extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/awt/_XTextComponent.java b/qadevOOo/tests/java/ifc/awt/_XTextComponent.java index c5fc43c75335..4d7d3c91ef5e 100644 --- a/qadevOOo/tests/java/ifc/awt/_XTextComponent.java +++ b/qadevOOo/tests/java/ifc/awt/_XTextComponent.java @@ -49,7 +49,7 @@ import com.sun.star.lang.EventObject; * <li> <code>'XTextComponent.onlyNumbers'</code> (of type <code>Object</code>): * needed for checking if component can contain only numeric values </li> * </ul><p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.awt.XTextComponent */ public class _XTextComponent extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/awt/_XTextLayoutConstrains.java b/qadevOOo/tests/java/ifc/awt/_XTextLayoutConstrains.java index c358d42bc164..325f25692bf6 100644 --- a/qadevOOo/tests/java/ifc/awt/_XTextLayoutConstrains.java +++ b/qadevOOo/tests/java/ifc/awt/_XTextLayoutConstrains.java @@ -30,7 +30,7 @@ import com.sun.star.awt.XTextLayoutConstrains; * <li><code> getMinimumSize() </code></li> * <li><code> getColumnsAndLines() </code></li> * </ul><p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.awt.XTextLayoutConstrains */ public class _XTextLayoutConstrains extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/awt/_XTimeField.java b/qadevOOo/tests/java/ifc/awt/_XTimeField.java index 5a7641ab5504..cee4e51d6c1c 100644 --- a/qadevOOo/tests/java/ifc/awt/_XTimeField.java +++ b/qadevOOo/tests/java/ifc/awt/_XTimeField.java @@ -43,7 +43,7 @@ import com.sun.star.util.Time; * <li><code> setStrictFormat()</code></li> * <li><code> isStrictFormat()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.awt.XTimeField */ public class _XTimeField extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/awt/_XToolkit.java b/qadevOOo/tests/java/ifc/awt/_XToolkit.java index 91d588162b6c..5cac8c74add9 100644 --- a/qadevOOo/tests/java/ifc/awt/_XToolkit.java +++ b/qadevOOo/tests/java/ifc/awt/_XToolkit.java @@ -40,7 +40,7 @@ import com.sun.star.uno.UnoRuntime; * <li><code> createScreenCompatibleDevice() </code></li> * <li><code> createRegion() </code></li> * </ul><p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.awt.XToolkit */ public class _XToolkit extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/awt/_XTopWindow.java b/qadevOOo/tests/java/ifc/awt/_XTopWindow.java index ca056c780afd..af2f9b251aac 100644 --- a/qadevOOo/tests/java/ifc/awt/_XTopWindow.java +++ b/qadevOOo/tests/java/ifc/awt/_XTopWindow.java @@ -40,7 +40,7 @@ import com.sun.star.uno.UnoRuntime; * <li><code> toBack()</code></li> * <li><code> setMenuBar()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.awt.XTopWindow */ public class _XTopWindow extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/awt/_XUnoControlContainer.java b/qadevOOo/tests/java/ifc/awt/_XUnoControlContainer.java index 55c21c182d46..451c1d7852c3 100644 --- a/qadevOOo/tests/java/ifc/awt/_XUnoControlContainer.java +++ b/qadevOOo/tests/java/ifc/awt/_XUnoControlContainer.java @@ -38,7 +38,7 @@ import lib.MultiMethodTest; * <li> <code>'TABCONTROL2'</code> (of type <code>XTabController</code>)</li> *</ul> * - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> */ public class _XUnoControlContainer extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java b/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java index c8221d06e8f1..697eeafb5bef 100644 --- a/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java +++ b/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java @@ -53,7 +53,7 @@ import util.AccessibilityTools; * <li> <code>'XUserInputInterception.XModel'</code> (of type <code>XModel</code>): * used as model where a mouse click or a key press could be done </li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.awt.XUserInputInterception */ public class _XUserInputInterception extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/awt/_XView.java b/qadevOOo/tests/java/ifc/awt/_XView.java index 0e837e18b78c..36fda94fd470 100644 --- a/qadevOOo/tests/java/ifc/awt/_XView.java +++ b/qadevOOo/tests/java/ifc/awt/_XView.java @@ -39,7 +39,7 @@ import com.sun.star.awt.XView; * <li> <code>'GRAPHICS'</code> (of type <code>XGraphics</code>): * used as a parameter to setGraphics() </li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.awt.XView */ public class _XView extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/awt/_XWindow.java b/qadevOOo/tests/java/ifc/awt/_XWindow.java index 5cf34d8cea31..b6258d705fc3 100644 --- a/qadevOOo/tests/java/ifc/awt/_XWindow.java +++ b/qadevOOo/tests/java/ifc/awt/_XWindow.java @@ -73,7 +73,7 @@ import util.ValueComparer; * ControlShape is changed. For such shapes this relation should * be passed for proper <code>addWindowListener</code> test. </li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.awt.XWindow */ public class _XWindow extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/awt/tree/_XMutableTreeDataModel.java b/qadevOOo/tests/java/ifc/awt/tree/_XMutableTreeDataModel.java index dac45b5b0b15..5b5976055afd 100644 --- a/qadevOOo/tests/java/ifc/awt/tree/_XMutableTreeDataModel.java +++ b/qadevOOo/tests/java/ifc/awt/tree/_XMutableTreeDataModel.java @@ -29,7 +29,7 @@ import lib.MultiMethodTest; * <li><code> createNode()</code></li> * <li><code> setRoot()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.awt.tree.XMutableTreeDataModel */ diff --git a/qadevOOo/tests/java/ifc/awt/tree/_XMutableTreeNode.java b/qadevOOo/tests/java/ifc/awt/tree/_XMutableTreeNode.java index bdebcf2f95e7..75060dc1b36b 100644 --- a/qadevOOo/tests/java/ifc/awt/tree/_XMutableTreeNode.java +++ b/qadevOOo/tests/java/ifc/awt/tree/_XMutableTreeNode.java @@ -37,7 +37,7 @@ import lib.StatusException; * <li><code> setCollapsedGraphicURL()</code></li> * <li><code> DataValue()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * * @see com.sun.star.awt.tree.XTreeDataModel */ diff --git a/qadevOOo/tests/java/ifc/awt/tree/_XTreeControl.java b/qadevOOo/tests/java/ifc/awt/tree/_XTreeControl.java index e91bada6781a..ba8de5e930f4 100644 --- a/qadevOOo/tests/java/ifc/awt/tree/_XTreeControl.java +++ b/qadevOOo/tests/java/ifc/awt/tree/_XTreeControl.java @@ -53,7 +53,7 @@ import lib.StatusException; * <li><code> removeTreeEditListener()</code></li> * <li><code> DefaultExpandedGraphicURL()</code></li> * <li><code> DefaultCollapsedGraphicURL()</code></li>* </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * * @see com.sun.star.awt.tree.XTreeControl */ diff --git a/qadevOOo/tests/java/ifc/awt/tree/_XTreeDataModel.java b/qadevOOo/tests/java/ifc/awt/tree/_XTreeDataModel.java index 71442ba0a04a..dc81150b8907 100644 --- a/qadevOOo/tests/java/ifc/awt/tree/_XTreeDataModel.java +++ b/qadevOOo/tests/java/ifc/awt/tree/_XTreeDataModel.java @@ -33,7 +33,7 @@ import lib.StatusException; * <li><code> createNode()</code></li> * <li><code> setRoot()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * * @see com.sun.star.awt.tree.XTreeDataModel */ diff --git a/qadevOOo/tests/java/ifc/awt/tree/_XTreeNode.java b/qadevOOo/tests/java/ifc/awt/tree/_XTreeNode.java index b2694a1b77ad..a425cf590f43 100644 --- a/qadevOOo/tests/java/ifc/awt/tree/_XTreeNode.java +++ b/qadevOOo/tests/java/ifc/awt/tree/_XTreeNode.java @@ -37,7 +37,7 @@ import lib.StatusException; * <li><code> getNodeGraphicURL()</code></li> * <li><code> getExpandedGraphicURL()</code></li> * <li><code> getCollapsedGraphicURL()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * * @see com.sun.star.awt.tree.XTreeDataModel */ @@ -249,4 +249,4 @@ public class _XTreeNode extends MultiMethodTest { tRes.tested("getCollapsedGraphicURL()", bOK); } -}
\ No newline at end of file +} diff --git a/qadevOOo/tests/java/ifc/beans/_XIntrospection.java b/qadevOOo/tests/java/ifc/beans/_XIntrospection.java index 474a57aeccc4..c8c96edbc8b6 100644 --- a/qadevOOo/tests/java/ifc/beans/_XIntrospection.java +++ b/qadevOOo/tests/java/ifc/beans/_XIntrospection.java @@ -29,7 +29,7 @@ import com.sun.star.beans.XIntrospectionAccess; * <ul> * <li><code> inspect() </code></li> * </ul> <p> -* Test is multithread compilant. <p> +* Test is multithread compliant. <p> * @see com.sun.star.beans.XIntrospection */ public class _XIntrospection extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java b/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java index 9b814658d620..9fe62d5442f5 100644 --- a/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java +++ b/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java @@ -57,7 +57,7 @@ import com.sun.star.lang.EventObject; * </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.beans.XMultiPropertySet */ diff --git a/qadevOOo/tests/java/ifc/beans/_XPropertyState.java b/qadevOOo/tests/java/ifc/beans/_XPropertyState.java index 3ca5e376d778..babc1c463fa1 100644 --- a/qadevOOo/tests/java/ifc/beans/_XPropertyState.java +++ b/qadevOOo/tests/java/ifc/beans/_XPropertyState.java @@ -41,7 +41,7 @@ import com.sun.star.uno.UnoRuntime; * <li><code> setPropertyToDefault()</code></li> * <li><code> getPropertyDefault()</code></li> * </ul> -* 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. <p> * <b>Note:</b> object tested must also implement * <code>com.sun.star.beans.XPropertySet</code> interface. diff --git a/qadevOOo/tests/java/ifc/bridge/_XBridge.java b/qadevOOo/tests/java/ifc/bridge/_XBridge.java index 1809631e4032..cbae96813c40 100644 --- a/qadevOOo/tests/java/ifc/bridge/_XBridge.java +++ b/qadevOOo/tests/java/ifc/bridge/_XBridge.java @@ -46,7 +46,7 @@ import com.sun.star.uno.XInterface; * protocol, [2] - <code>XConnection</code> reference to bridge * connection. </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.bridge.XBridge */ diff --git a/qadevOOo/tests/java/ifc/container/_XContainer.java b/qadevOOo/tests/java/ifc/container/_XContainer.java index 95c79dc50464..d63ba7d22eb9 100644 --- a/qadevOOo/tests/java/ifc/container/_XContainer.java +++ b/qadevOOo/tests/java/ifc/container/_XContainer.java @@ -58,7 +58,7 @@ import com.sun.star.uno.XNamingService; * Object <b>must implement</b> * <code>com.sun.star.container.XNameContainer</code>. * <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.container.XContainer */ public class _XContainer extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/container/_XContainerQuery.java b/qadevOOo/tests/java/ifc/container/_XContainerQuery.java index 06f6301ded7d..c1034d34b407 100644 --- a/qadevOOo/tests/java/ifc/container/_XContainerQuery.java +++ b/qadevOOo/tests/java/ifc/container/_XContainerQuery.java @@ -47,7 +47,7 @@ import com.sun.star.container.XEnumeration; * marked as <code>optional</code></li> * <ul> <p> * <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.container.XContainerQuery */ public class _XContainerQuery extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/container/_XEnumeration.java b/qadevOOo/tests/java/ifc/container/_XEnumeration.java index 10a23d7450d0..a0b44df7c870 100644 --- a/qadevOOo/tests/java/ifc/container/_XEnumeration.java +++ b/qadevOOo/tests/java/ifc/container/_XEnumeration.java @@ -39,7 +39,7 @@ import com.sun.star.lang.WrappedTargetException; * will be modified this Object directly so other threads may be faild. * </li> * <ul> <p> -* Test is multithread compilant. <p> +* Test is multithread compliant. <p> * @see com.sun.star.container.XEnumeration */ public class _XEnumeration extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/container/_XEnumerationAccess.java b/qadevOOo/tests/java/ifc/container/_XEnumerationAccess.java index cb3d8faf97fa..a676aca0a42e 100644 --- a/qadevOOo/tests/java/ifc/container/_XEnumerationAccess.java +++ b/qadevOOo/tests/java/ifc/container/_XEnumerationAccess.java @@ -27,7 +27,7 @@ import com.sun.star.container.XEnumerationAccess; /** * Testing <code>com.sun.star.container.XEnumerationAccess</code> * interface methods. <p> -* Test is multithread compilant. <p> +* Test is multithread compliant. <p> */ public class _XEnumerationAccess extends MultiMethodTest{ public XEnumerationAccess oObj = null; diff --git a/qadevOOo/tests/java/ifc/container/_XHierarchicalNameAccess.java b/qadevOOo/tests/java/ifc/container/_XHierarchicalNameAccess.java index aec4c70ed19c..9f0f231cb36a 100644 --- a/qadevOOo/tests/java/ifc/container/_XHierarchicalNameAccess.java +++ b/qadevOOo/tests/java/ifc/container/_XHierarchicalNameAccess.java @@ -35,7 +35,7 @@ import com.sun.star.container.XHierarchicalNameAccess; * <li> <code>'ElementName'</code> (of type <code>String</code>): * name of the element which exists in the container. </li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.container.XHierarchicalNameAccess */ public class _XHierarchicalNameAccess extends MultiMethodTest{ diff --git a/qadevOOo/tests/java/ifc/container/_XIndexContainer.java b/qadevOOo/tests/java/ifc/container/_XIndexContainer.java index 6031cd7861a0..20fb0110d800 100644 --- a/qadevOOo/tests/java/ifc/container/_XIndexContainer.java +++ b/qadevOOo/tests/java/ifc/container/_XIndexContainer.java @@ -59,7 +59,7 @@ import com.sun.star.lang.IndexOutOfBoundsException; * don't insert the Object several times. The first insertByIndex() inserts * the Object to the Container but all other insertByIndex() changes * the Index in the Continer because it's the same Object. <p> -* Test is multithread compilant. <p> +* Test is multithread compliant. <p> * @see com.sun.star.container.XIndexContainer */ diff --git a/qadevOOo/tests/java/ifc/container/_XIndexReplace.java b/qadevOOo/tests/java/ifc/container/_XIndexReplace.java index 411b7e8ac43e..4cd737cf5d94 100644 --- a/qadevOOo/tests/java/ifc/container/_XIndexReplace.java +++ b/qadevOOo/tests/java/ifc/container/_XIndexReplace.java @@ -61,7 +61,7 @@ import com.sun.star.uno.UnoRuntime; * don't insert the Object several times. The first replaceByIndex() inserts * the Object to the Container but all other replaceByIndex() changes * the Index in the Continer because it's the same Object. <p> -* Test is multithread compilant. <p> +* Test is multithread compliant. <p> * @see com.sun.star.container.XIndexReplace */ diff --git a/qadevOOo/tests/java/ifc/container/_XNameAccess.java b/qadevOOo/tests/java/ifc/container/_XNameAccess.java index f5d315a5d5d3..54cf37006ebc 100644 --- a/qadevOOo/tests/java/ifc/container/_XNameAccess.java +++ b/qadevOOo/tests/java/ifc/container/_XNameAccess.java @@ -25,7 +25,7 @@ import com.sun.star.container.XNameAccess; /** * Testing <code>com.sun.star.container.XNameAccess</code> interface methods. <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> */ public class _XNameAccess extends MultiMethodTest { public XNameAccess oObj = null; diff --git a/qadevOOo/tests/java/ifc/container/_XNameReplace.java b/qadevOOo/tests/java/ifc/container/_XNameReplace.java index c2b9c62fdf32..1c2d96dfdc23 100644 --- a/qadevOOo/tests/java/ifc/container/_XNameReplace.java +++ b/qadevOOo/tests/java/ifc/container/_XNameReplace.java @@ -61,7 +61,7 @@ import com.sun.star.uno.UnoRuntime; * Some Object-Container can't replace the first that comes belong. So in * NAMEREPLACE you can determine a containerobject, which is replaceable. <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.container.XNameReplace */ diff --git a/qadevOOo/tests/java/ifc/container/_XNamed.java b/qadevOOo/tests/java/ifc/container/_XNamed.java index 888b9741bbf4..054306f40a1c 100644 --- a/qadevOOo/tests/java/ifc/container/_XNamed.java +++ b/qadevOOo/tests/java/ifc/container/_XNamed.java @@ -38,7 +38,7 @@ import util.utils; * isn't to be tested and result of this test will be * equal to relation value.</li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.container.XNamed */ public class _XNamed extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/container/_XSet.java b/qadevOOo/tests/java/ifc/container/_XSet.java index 8abc21373e3b..886468f20d30 100644 --- a/qadevOOo/tests/java/ifc/container/_XSet.java +++ b/qadevOOo/tests/java/ifc/container/_XSet.java @@ -31,7 +31,7 @@ import com.sun.star.lang.XMultiServiceFactory; * <li><code> insert()</code></li> * <li><code> remove()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.container.XSet */ public class _XSet extends MultiMethodTest { 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 { 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 { diff --git a/qadevOOo/tests/java/ifc/drawing/_XConnectorShape.java b/qadevOOo/tests/java/ifc/drawing/_XConnectorShape.java index bf0cf9ccf5e8..814a3be49f71 100644 --- a/qadevOOo/tests/java/ifc/drawing/_XConnectorShape.java +++ b/qadevOOo/tests/java/ifc/drawing/_XConnectorShape.java @@ -46,7 +46,7 @@ import com.sun.star.uno.UnoRuntime; * interface and are used for being connected by * connector shape.</li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.drawing.XConnectorShape */ public class _XConnectorShape extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/drawing/_XControlShape.java b/qadevOOo/tests/java/ifc/drawing/_XControlShape.java index 4510fba79c18..4dfb8dbe428c 100644 --- a/qadevOOo/tests/java/ifc/drawing/_XControlShape.java +++ b/qadevOOo/tests/java/ifc/drawing/_XControlShape.java @@ -41,7 +41,7 @@ import com.sun.star.uno.XInterface; * must also implement <code>XMultiServiceFactory</code> interface * to create some control model. </li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.drawing.XControlShape */ public class _XControlShape extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/drawing/_XDrawPageDuplicator.java b/qadevOOo/tests/java/ifc/drawing/_XDrawPageDuplicator.java index 3da980b11f2b..75073765b3f5 100644 --- a/qadevOOo/tests/java/ifc/drawing/_XDrawPageDuplicator.java +++ b/qadevOOo/tests/java/ifc/drawing/_XDrawPageDuplicator.java @@ -39,7 +39,7 @@ import com.sun.star.uno.XInterface; * The object tested <b> must implement </b> * <code>XDrawPagesSupplier</code> interface to have access to draw * pages collection. <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.drawing.XDrawPageDuplicator */ diff --git a/qadevOOo/tests/java/ifc/drawing/_XDrawPageExpander.java b/qadevOOo/tests/java/ifc/drawing/_XDrawPageExpander.java index b7adc59df209..2ba5bb615c12 100644 --- a/qadevOOo/tests/java/ifc/drawing/_XDrawPageExpander.java +++ b/qadevOOo/tests/java/ifc/drawing/_XDrawPageExpander.java @@ -36,7 +36,7 @@ import com.sun.star.drawing.XDrawPages; * <li> <code>'DrawPage'</code> (of type <code>XDrawPage</code>): * draw page to be expanded. </li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.drawing.XDrawPageExpander */ public class _XDrawPageExpander extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/drawing/_XDrawPageSummarizer.java b/qadevOOo/tests/java/ifc/drawing/_XDrawPageSummarizer.java index 6b7b2ffa7e9d..dca83709093c 100644 --- a/qadevOOo/tests/java/ifc/drawing/_XDrawPageSummarizer.java +++ b/qadevOOo/tests/java/ifc/drawing/_XDrawPageSummarizer.java @@ -35,7 +35,7 @@ import com.sun.star.drawing.XDrawPages; * <li> <code>'DrawPages'</code> (of type <code>XDrawPages</code>): * a collection of pages to be summarized. </li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.drawing.XDrawPageSummarizer */ public class _XDrawPageSummarizer extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/drawing/_XDrawPages.java b/qadevOOo/tests/java/ifc/drawing/_XDrawPages.java index e50b6a0226bf..a2cf2c3b3c38 100644 --- a/qadevOOo/tests/java/ifc/drawing/_XDrawPages.java +++ b/qadevOOo/tests/java/ifc/drawing/_XDrawPages.java @@ -30,7 +30,7 @@ import com.sun.star.drawing.XDrawPages; * <li><code> insertNewByIndex()</code></li> * <li><code> remove()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.drawing.XDrawPages */ public class _XDrawPages extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/drawing/_XDrawPagesSupplier.java b/qadevOOo/tests/java/ifc/drawing/_XDrawPagesSupplier.java index 686c6230cf0f..8350f665db97 100644 --- a/qadevOOo/tests/java/ifc/drawing/_XDrawPagesSupplier.java +++ b/qadevOOo/tests/java/ifc/drawing/_XDrawPagesSupplier.java @@ -29,7 +29,7 @@ import com.sun.star.drawing.XDrawPagesSupplier; * <ul> * <li><code> getDrawPages()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.drawing.XDrawPagesSupplier */ public class _XDrawPagesSupplier extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/drawing/_XDrawView.java b/qadevOOo/tests/java/ifc/drawing/_XDrawView.java index 08d8fe4ff008..30f54f67daa1 100644 --- a/qadevOOo/tests/java/ifc/drawing/_XDrawView.java +++ b/qadevOOo/tests/java/ifc/drawing/_XDrawView.java @@ -38,7 +38,7 @@ import com.sun.star.uno.Type; * <li> <code>'Pages'</code> (of type <code>XDrawPages</code>): * needed to have the access to pages collection.</li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.drawing.XDrawView */ public class _XDrawView extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/drawing/_XGluePointsSupplier.java b/qadevOOo/tests/java/ifc/drawing/_XGluePointsSupplier.java index 89f99b8e11e5..8437143ab17a 100644 --- a/qadevOOo/tests/java/ifc/drawing/_XGluePointsSupplier.java +++ b/qadevOOo/tests/java/ifc/drawing/_XGluePointsSupplier.java @@ -29,7 +29,7 @@ import com.sun.star.drawing.XGluePointsSupplier; * <ul> * <li><code> getGluePoints()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.drawing.XGluePointsSupplier */ public class _XGluePointsSupplier extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/drawing/_XLayerManager.java b/qadevOOo/tests/java/ifc/drawing/_XLayerManager.java index 629bee9cc345..b44ce0fa70a2 100644 --- a/qadevOOo/tests/java/ifc/drawing/_XLayerManager.java +++ b/qadevOOo/tests/java/ifc/drawing/_XLayerManager.java @@ -46,7 +46,7 @@ import com.sun.star.uno.XInterface; * The collection of shapes in the document. Is used * to add new created shapes.</li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.drawing.XLayerManager */ public class _XLayerManager extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/drawing/_XLayerSupplier.java b/qadevOOo/tests/java/ifc/drawing/_XLayerSupplier.java index 65ca37d872d6..ced5953eea99 100644 --- a/qadevOOo/tests/java/ifc/drawing/_XLayerSupplier.java +++ b/qadevOOo/tests/java/ifc/drawing/_XLayerSupplier.java @@ -31,7 +31,7 @@ import com.sun.star.uno.UnoRuntime; * <ul> * <li><code> getLayerManager()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.drawing.XLayerSupplier */ public class _XLayerSupplier extends MultiMethodTest{ diff --git a/qadevOOo/tests/java/ifc/drawing/_XMasterPageTarget.java b/qadevOOo/tests/java/ifc/drawing/_XMasterPageTarget.java index 7cc79f4592f6..a1716bbe5725 100644 --- a/qadevOOo/tests/java/ifc/drawing/_XMasterPageTarget.java +++ b/qadevOOo/tests/java/ifc/drawing/_XMasterPageTarget.java @@ -37,7 +37,7 @@ import com.sun.star.drawing.XMasterPageTarget; * (of type <code>XDrawPages</code>): * the relation is used to create a new draw page. </li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.drawing.XMasterPageTarget */ public class _XMasterPageTarget extends MultiMethodTest{ diff --git a/qadevOOo/tests/java/ifc/drawing/_XMasterPagesSupplier.java b/qadevOOo/tests/java/ifc/drawing/_XMasterPagesSupplier.java index bdb744a805a0..313f0f142500 100644 --- a/qadevOOo/tests/java/ifc/drawing/_XMasterPagesSupplier.java +++ b/qadevOOo/tests/java/ifc/drawing/_XMasterPagesSupplier.java @@ -29,7 +29,7 @@ import com.sun.star.drawing.XMasterPagesSupplier; * <ul> * <li><code> getMasterPages()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.drawing.XMasterPagesSupplier */ public class _XMasterPagesSupplier extends MultiMethodTest{ diff --git a/qadevOOo/tests/java/ifc/drawing/_XShape.java b/qadevOOo/tests/java/ifc/drawing/_XShape.java index cff0c553e414..64c4310eed5f 100644 --- a/qadevOOo/tests/java/ifc/drawing/_XShape.java +++ b/qadevOOo/tests/java/ifc/drawing/_XShape.java @@ -40,7 +40,7 @@ import com.sun.star.drawing.XShape; * if this relation exists then position setting is * not supported by the object.</li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.drawing.XShape */ public class _XShape extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/drawing/_XShapeBinder.java b/qadevOOo/tests/java/ifc/drawing/_XShapeBinder.java index 548a57eaa6c9..c75b96cb05fa 100644 --- a/qadevOOo/tests/java/ifc/drawing/_XShapeBinder.java +++ b/qadevOOo/tests/java/ifc/drawing/_XShapeBinder.java @@ -38,7 +38,7 @@ import com.sun.star.uno.UnoRuntime; * <li> <code>'DrawPage'</code> (must implement <code>XShapes</code>): * the collection of shapes in a document which used to create a group.</li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.drawing.XShapeBinder */ public class _XShapeBinder extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/drawing/_XShapeCombiner.java b/qadevOOo/tests/java/ifc/drawing/_XShapeCombiner.java index 6f6e2ec21f99..a023b358c031 100644 --- a/qadevOOo/tests/java/ifc/drawing/_XShapeCombiner.java +++ b/qadevOOo/tests/java/ifc/drawing/_XShapeCombiner.java @@ -38,7 +38,7 @@ import com.sun.star.uno.UnoRuntime; * <li> <code>'DrawPage'</code> (must implement <code>XShapes</code>): * the collection of shapes in a document which used to create a group.</li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.drawing.XShapeCombiner */ public class _XShapeCombiner extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/drawing/_XShapeDescriptor.java b/qadevOOo/tests/java/ifc/drawing/_XShapeDescriptor.java index 0356d53c2636..ef088b91c37c 100644 --- a/qadevOOo/tests/java/ifc/drawing/_XShapeDescriptor.java +++ b/qadevOOo/tests/java/ifc/drawing/_XShapeDescriptor.java @@ -30,7 +30,7 @@ import com.sun.star.uno.UnoRuntime; * <ul> * <li><code> getShapeType()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.drawing.XShapeDescriptor */ public class _XShapeDescriptor extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/drawing/_XShapeGroup.java b/qadevOOo/tests/java/ifc/drawing/_XShapeGroup.java index 41bd2a25e087..883bd1481f4d 100644 --- a/qadevOOo/tests/java/ifc/drawing/_XShapeGroup.java +++ b/qadevOOo/tests/java/ifc/drawing/_XShapeGroup.java @@ -29,7 +29,7 @@ import com.sun.star.drawing.XShapeGroup; * <li><code> enterGroup()</code></li> * <li><code> leaveGroup()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.drawing.XShapeGroup */ public class _XShapeGroup extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/drawing/_XShapeGrouper.java b/qadevOOo/tests/java/ifc/drawing/_XShapeGrouper.java index 6be0f1bfa633..26b5045d1a51 100644 --- a/qadevOOo/tests/java/ifc/drawing/_XShapeGrouper.java +++ b/qadevOOo/tests/java/ifc/drawing/_XShapeGrouper.java @@ -40,7 +40,7 @@ import com.sun.star.uno.UnoRuntime; * <li> <code>'DrawPage'</code> (must implement <code>XShapes</code>): * the collection of shapes in a document which used to create a group.</li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.drawing.XShapeGrouper */ public class _XShapeGrouper extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/drawing/_XShapes.java b/qadevOOo/tests/java/ifc/drawing/_XShapes.java index 9df1f1fdd302..fc23687b88d9 100644 --- a/qadevOOo/tests/java/ifc/drawing/_XShapes.java +++ b/qadevOOo/tests/java/ifc/drawing/_XShapes.java @@ -38,7 +38,7 @@ import com.sun.star.uno.XInterface; * <li> <code>'Shape'</code> (of type <code>XShape</code>): * a shape which can be inserted into shape collection. </li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.drawing.XShapes */ public class _XShapes extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/form/_DataAwareControlModel.java b/qadevOOo/tests/java/ifc/form/_DataAwareControlModel.java index 613e5778b6e2..8fda3b0ae4b5 100644 --- a/qadevOOo/tests/java/ifc/form/_DataAwareControlModel.java +++ b/qadevOOo/tests/java/ifc/form/_DataAwareControlModel.java @@ -43,7 +43,7 @@ import com.sun.star.uno.XInterface; * <b>optional</b> <code>String</code> relation which is used * for new value of DataFiled proeprty.</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.form.DataAwareControlModel */ diff --git a/qadevOOo/tests/java/ifc/form/_XApproveActionBroadcaster.java b/qadevOOo/tests/java/ifc/form/_XApproveActionBroadcaster.java index 4aad419a3bef..b27997b8e027 100644 --- a/qadevOOo/tests/java/ifc/form/_XApproveActionBroadcaster.java +++ b/qadevOOo/tests/java/ifc/form/_XApproveActionBroadcaster.java @@ -33,7 +33,7 @@ import com.sun.star.lang.EventObject; * <li><code> addApproveActionListener() </code></li> * <li><code> removeApproveActionListener() </code></li> * </ul><p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.form.XApproveActionBroadcaster */ public class _XApproveActionBroadcaster extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/form/_XBoundControl.java b/qadevOOo/tests/java/ifc/form/_XBoundControl.java index c4c7141c87ca..2d6bb8c73917 100644 --- a/qadevOOo/tests/java/ifc/form/_XBoundControl.java +++ b/qadevOOo/tests/java/ifc/form/_XBoundControl.java @@ -29,7 +29,7 @@ import com.sun.star.form.XBoundControl; * <li><code> getLock() </code></li> * <li><code> setLock() </code></li> * </ul><p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.form.XBoundControl */ public class _XBoundControl extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/form/_XChangeBroadcaster.java b/qadevOOo/tests/java/ifc/form/_XChangeBroadcaster.java index e11a12f07718..54bf166cb843 100644 --- a/qadevOOo/tests/java/ifc/form/_XChangeBroadcaster.java +++ b/qadevOOo/tests/java/ifc/form/_XChangeBroadcaster.java @@ -58,7 +58,7 @@ import com.sun.star.uno.UnoRuntime; * If the component cann't support the interface, then the relation * <code>'XChangeBroadcaster.Changer'</code> must be passed. <p> * -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.form.XChangeBroadcaster */ public class _XChangeBroadcaster extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/form/_XConfirmDeleteBroadcaster.java b/qadevOOo/tests/java/ifc/form/_XConfirmDeleteBroadcaster.java index b6cec322ba09..ee06ff78eb21 100644 --- a/qadevOOo/tests/java/ifc/form/_XConfirmDeleteBroadcaster.java +++ b/qadevOOo/tests/java/ifc/form/_XConfirmDeleteBroadcaster.java @@ -36,7 +36,7 @@ import lib.MultiMethodTest; * listeners are called only in case of * interaction with UI. <p> * -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.util.XConfirmDeleteBroadcaster */ public class _XConfirmDeleteBroadcaster extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/form/_XFormController.java b/qadevOOo/tests/java/ifc/form/_XFormController.java index 13b0580f7acb..241df1c5c969 100644 --- a/qadevOOo/tests/java/ifc/form/_XFormController.java +++ b/qadevOOo/tests/java/ifc/form/_XFormController.java @@ -42,7 +42,7 @@ import com.sun.star.uno.UnoRuntime; * The another window is used to activate it, causing deactivating * of the component tested. </li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.form.XFormController */ public class _XFormController extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/form/_XGrid.java b/qadevOOo/tests/java/ifc/form/_XGrid.java index e747585270f7..43214e406893 100644 --- a/qadevOOo/tests/java/ifc/form/_XGrid.java +++ b/qadevOOo/tests/java/ifc/form/_XGrid.java @@ -29,7 +29,7 @@ import com.sun.star.form.XGrid; * <li><code> getCurrentColumnPosition()</code></li> * <li><code> setCurrentColumnPosition(short nPos)</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.form.XGrid */ public class _XGrid extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/form/_XGridColumnFactory.java b/qadevOOo/tests/java/ifc/form/_XGridColumnFactory.java index 979858aba71f..376bdbf8c804 100644 --- a/qadevOOo/tests/java/ifc/form/_XGridColumnFactory.java +++ b/qadevOOo/tests/java/ifc/form/_XGridColumnFactory.java @@ -31,7 +31,7 @@ import com.sun.star.form.XGridColumnFactory; * <li><code> createColumn()</code></li> * <li><code> getColumnTypes()</code></li> * </ul> -* Test is multithread compilant. <p> +* Test is multithread compliant. <p> * @see com.sun.star.form.XGridColumnFactory */ public class _XGridColumnFactory extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/form/_XGridFieldDataSupplier.java b/qadevOOo/tests/java/ifc/form/_XGridFieldDataSupplier.java index a9743a1755ed..af1631be2c05 100644 --- a/qadevOOo/tests/java/ifc/form/_XGridFieldDataSupplier.java +++ b/qadevOOo/tests/java/ifc/form/_XGridFieldDataSupplier.java @@ -30,7 +30,7 @@ import com.sun.star.uno.Type; * <li><code>queryFieldDataType()</code></li> * <li><code>queryFieldData()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.form.XGridFieldDataSupplier */ public class _XGridFieldDataSupplier extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/form/_XLoadable.java b/qadevOOo/tests/java/ifc/form/_XLoadable.java index f9f81b069a0b..9106a3ecd609 100644 --- a/qadevOOo/tests/java/ifc/form/_XLoadable.java +++ b/qadevOOo/tests/java/ifc/form/_XLoadable.java @@ -34,7 +34,7 @@ import com.sun.star.form.XLoadable; * <li><code> addLoadListener()</code></li> * <li><code> removeLoadListener()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.form.XLoadable */ public class _XLoadable extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/form/_XReset.java b/qadevOOo/tests/java/ifc/form/_XReset.java index ab910d27dcef..9df6a70b6425 100644 --- a/qadevOOo/tests/java/ifc/form/_XReset.java +++ b/qadevOOo/tests/java/ifc/form/_XReset.java @@ -32,7 +32,7 @@ import com.sun.star.lang.EventObject; * <li><code> addResetListener()</code></li> * <li><code> removeResetListener()</code></li> * </ul> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.form.XReset */ public class _XReset extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/form/_XSubmit.java b/qadevOOo/tests/java/ifc/form/_XSubmit.java index 899155c2a808..611376f633ba 100644 --- a/qadevOOo/tests/java/ifc/form/_XSubmit.java +++ b/qadevOOo/tests/java/ifc/form/_XSubmit.java @@ -54,7 +54,7 @@ import com.sun.star.uno.UnoRuntime; * were called. Then one listener is removed and after * <code> submit </code> method call it must not be called. <p> * -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.form.XSubmit */ public class _XSubmit extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/form/_XUpdateBroadcaster.java b/qadevOOo/tests/java/ifc/form/_XUpdateBroadcaster.java index ae58ad229b0f..40a92e50588c 100644 --- a/qadevOOo/tests/java/ifc/form/_XUpdateBroadcaster.java +++ b/qadevOOo/tests/java/ifc/form/_XUpdateBroadcaster.java @@ -39,7 +39,7 @@ import com.sun.star.lang.EventObject; * which can update, commit data and check if the data was successfully * committed.</li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.form.XUpdateBroadcaster */ public class _XUpdateBroadcaster extends MultiMethodTest { 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 { diff --git a/qadevOOo/tests/java/ifc/i18n/_XCalendar.java b/qadevOOo/tests/java/ifc/i18n/_XCalendar.java index 270b1c111eb0..4bb7acff0f39 100644 --- a/qadevOOo/tests/java/ifc/i18n/_XCalendar.java +++ b/qadevOOo/tests/java/ifc/i18n/_XCalendar.java @@ -54,7 +54,7 @@ import com.sun.star.uno.UnoRuntime; * <li><code> getDays()</code></li> * <li><code> getDisplayName()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.i18n.XCalendar */ public class _XCalendar extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java b/qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java index f5e0c8462b37..2258c6b93383 100644 --- a/qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java +++ b/qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java @@ -41,7 +41,7 @@ import com.sun.star.lang.Locale; * <li><code> parseAnyToken() </code></li> * <li><code> parsePredefinedToken() </code></li> * </ul><p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.i18n.XCharacterClassification */ public class _XCharacterClassification extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/i18n/_XCollator.java b/qadevOOo/tests/java/ifc/i18n/_XCollator.java index b8d4d6eca7d4..e47e6a7f7166 100644 --- a/qadevOOo/tests/java/ifc/i18n/_XCollator.java +++ b/qadevOOo/tests/java/ifc/i18n/_XCollator.java @@ -38,7 +38,7 @@ import com.sun.star.lang.Locale; * <li><code> loadCollatorAlgorithmWithEndUserOption()</code></li> * <li><code> listCollatorOptions()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.i18n.XCollator */ public class _XCollator extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/i18n/_XIndexEntrySupplier.java b/qadevOOo/tests/java/ifc/i18n/_XIndexEntrySupplier.java index 5cce8cb516c8..31eac7bf64e9 100644 --- a/qadevOOo/tests/java/ifc/i18n/_XIndexEntrySupplier.java +++ b/qadevOOo/tests/java/ifc/i18n/_XIndexEntrySupplier.java @@ -30,7 +30,7 @@ import com.sun.star.lang.Locale; * <li><code> getIndexCharacter() </code></li> * <li><code> getIndexFollowPageWord() </code></li> * </ul><p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.i18n.XIndexEntrySupplier */ public class _XIndexEntrySupplier extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/i18n/_XLocaleData.java b/qadevOOo/tests/java/ifc/i18n/_XLocaleData.java index 3803f00615f0..738f4e59e6e6 100644 --- a/qadevOOo/tests/java/ifc/i18n/_XLocaleData.java +++ b/qadevOOo/tests/java/ifc/i18n/_XLocaleData.java @@ -47,7 +47,7 @@ import com.sun.star.lang.Locale; * <li><code> getReservedWord() </code></li> * <li><code> getAllInstalledLocaleNames() </code></li> * </ul><p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.i18n.XLocaleData */ public class _XLocaleData extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/i18n/_XNumberFormatCode.java b/qadevOOo/tests/java/ifc/i18n/_XNumberFormatCode.java index 3ffea8143133..4c342310a4b6 100644 --- a/qadevOOo/tests/java/ifc/i18n/_XNumberFormatCode.java +++ b/qadevOOo/tests/java/ifc/i18n/_XNumberFormatCode.java @@ -36,7 +36,7 @@ import com.sun.star.lang.Locale; * <li><code> getAllFormatCode() </code></li> * <li><code> getAllFormatCodes() </code></li> * </ul><p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.i18n.XNumberFormatCode */ public class _XNumberFormatCode extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/i18n/_XTransliteration.java b/qadevOOo/tests/java/ifc/i18n/_XTransliteration.java index 7ec68fc75ba3..fddad954c4d3 100644 --- a/qadevOOo/tests/java/ifc/i18n/_XTransliteration.java +++ b/qadevOOo/tests/java/ifc/i18n/_XTransliteration.java @@ -42,7 +42,7 @@ import com.sun.star.lang.Locale; * <li><code> equals()</code></li> * <li><code> transliterateRange()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.i18n.XTransliteration */ public class _XTransliteration extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/inspection/_XObjectInspector.java b/qadevOOo/tests/java/ifc/inspection/_XObjectInspector.java index 93ee985881a4..49d88d9a867d 100644 --- a/qadevOOo/tests/java/ifc/inspection/_XObjectInspector.java +++ b/qadevOOo/tests/java/ifc/inspection/_XObjectInspector.java @@ -33,7 +33,7 @@ import lib.StatusException; * <li><code> inspect()</code></li> * <li><code> InspectorModel()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * * This test needs the following object relations : * <ul> diff --git a/qadevOOo/tests/java/ifc/inspection/_XObjectInspectorModel.java b/qadevOOo/tests/java/ifc/inspection/_XObjectInspectorModel.java index 2b691dc72bfa..08b868d593b4 100644 --- a/qadevOOo/tests/java/ifc/inspection/_XObjectInspectorModel.java +++ b/qadevOOo/tests/java/ifc/inspection/_XObjectInspectorModel.java @@ -32,7 +32,7 @@ import lib.MultiMethodTest; * <li><code> getHandlerFactories()</code></li> * <li><code> getPropertyOrderIndex()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * */ public class _XObjectInspectorModel extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/io/_XActiveDataSink.java b/qadevOOo/tests/java/ifc/io/_XActiveDataSink.java index 10a503780514..00d9cf64e37d 100644 --- a/qadevOOo/tests/java/ifc/io/_XActiveDataSink.java +++ b/qadevOOo/tests/java/ifc/io/_XActiveDataSink.java @@ -32,7 +32,7 @@ import com.sun.star.uno.XInterface; * <li><code> setInputStream()</code></li> * <li><code> getInputStream()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * * This test needs the following object relations : * <ul> diff --git a/qadevOOo/tests/java/ifc/io/_XPersistObject.java b/qadevOOo/tests/java/ifc/io/_XPersistObject.java index a21da9bd32e4..b6118c1082fc 100644 --- a/qadevOOo/tests/java/ifc/io/_XPersistObject.java +++ b/qadevOOo/tests/java/ifc/io/_XPersistObject.java @@ -50,7 +50,7 @@ import com.sun.star.uno.UnoRuntime; * <li> <code>'OBJNAME'</code> : <code>String</code> value that * contains service name which object represents.</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.io.XPersistObject * @see com.sun.star.io.XObjectInputStream diff --git a/qadevOOo/tests/java/ifc/lang/_XInitialization.java b/qadevOOo/tests/java/ifc/lang/_XInitialization.java index 95b3a01edbc1..c699bd022907 100644 --- a/qadevOOo/tests/java/ifc/lang/_XInitialization.java +++ b/qadevOOo/tests/java/ifc/lang/_XInitialization.java @@ -31,7 +31,7 @@ import com.sun.star.lang.XInitialization; * (<b>Optional</b>) : argument for <code>initialize</code> * method. If ommitet zero length array is used. </li> * <ul> <p> -* Test is multithread compilant. <p> +* Test is multithread compliant. <p> * Till the present time there was no need to recreate environment * after this test completion. */ diff --git a/qadevOOo/tests/java/ifc/lang/_XMultiComponentFactory.java b/qadevOOo/tests/java/ifc/lang/_XMultiComponentFactory.java index 768449984e61..6c627c81a7d4 100644 --- a/qadevOOo/tests/java/ifc/lang/_XMultiComponentFactory.java +++ b/qadevOOo/tests/java/ifc/lang/_XMultiComponentFactory.java @@ -32,7 +32,7 @@ import com.sun.star.uno.XInterface; * <li><code> createInstanceWithArgumentsAndContext()</code></li> * <li><code> getAvailableServiceNames()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.lang.XMultiComponentFactory */ public class _XMultiComponentFactory extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/lang/_XServiceInfo.java b/qadevOOo/tests/java/ifc/lang/_XServiceInfo.java index f6114abaeab8..220475c3166f 100644 --- a/qadevOOo/tests/java/ifc/lang/_XServiceInfo.java +++ b/qadevOOo/tests/java/ifc/lang/_XServiceInfo.java @@ -30,7 +30,7 @@ import com.sun.star.lang.XServiceInfo; * <li><code> supportsService()</code></li> * <li><code> getSupportedServiceNames()</code></li> * </ul> <p> -* Test is multithread compilant. <p> +* Test is multithread compliant. <p> * @see com.sun.star.lang.XServiceInfo */ public class _XServiceInfo extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java b/qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java index 208e91c1b0d8..61cdf787cd45 100644 --- a/qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java +++ b/qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java @@ -48,7 +48,7 @@ import com.sun.star.uno.UnoRuntime; * interface classes which must be supported by created instance. * </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.lang.XSingleServiceFactory */ diff --git a/qadevOOo/tests/java/ifc/lang/_XTypeProvider.java b/qadevOOo/tests/java/ifc/lang/_XTypeProvider.java index c942045e0894..66186214271d 100644 --- a/qadevOOo/tests/java/ifc/lang/_XTypeProvider.java +++ b/qadevOOo/tests/java/ifc/lang/_XTypeProvider.java @@ -30,7 +30,7 @@ import com.sun.star.uno.Type; * <li><code> getTypes()</code></li> * <li><code> getImplementationId()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.lang.XTypeProvider */ public class _XTypeProvider extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/loader/_XImplementationLoader.java b/qadevOOo/tests/java/ifc/loader/_XImplementationLoader.java index 91557d92a6a5..ae6de212538e 100644 --- a/qadevOOo/tests/java/ifc/loader/_XImplementationLoader.java +++ b/qadevOOo/tests/java/ifc/loader/_XImplementationLoader.java @@ -48,7 +48,7 @@ import com.sun.star.uno.XInterface; * <li> <code>'ImplementationName'</code> : Name of the implementation.</li> * </ul> <p> * Object has to be recreated after this test. <p> - * Test is <b> Not </b> multithread compilant. + * Test is <b> Not </b> multithread compliant. */ public class _XImplementationLoader extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java b/qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java index 49eab6fd21f1..7caa1979adc2 100644 --- a/qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java +++ b/qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java @@ -32,7 +32,7 @@ import com.sun.star.uno.XAggregation; * <ul> * <li><code> createProxy()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.reflection.XProxyFactory */ public class _XProxyFactory extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/registry/_XImplementationRegistration.java b/qadevOOo/tests/java/ifc/registry/_XImplementationRegistration.java index faff40bb0e4e..b0e76a11585d 100644 --- a/qadevOOo/tests/java/ifc/registry/_XImplementationRegistration.java +++ b/qadevOOo/tests/java/ifc/registry/_XImplementationRegistration.java @@ -43,7 +43,7 @@ import util.utils; * <code>com.ivistaportal.solibrary.HistogramImpl</code> cause * it is checked in <code>getImplementations</code> method. </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 */ diff --git a/qadevOOo/tests/java/ifc/script/_XInvocationAdapterFactory.java b/qadevOOo/tests/java/ifc/script/_XInvocationAdapterFactory.java index 0eab955df86b..adc2843eeeb5 100644 --- a/qadevOOo/tests/java/ifc/script/_XInvocationAdapterFactory.java +++ b/qadevOOo/tests/java/ifc/script/_XInvocationAdapterFactory.java @@ -36,7 +36,7 @@ import com.sun.star.uno.XInterface; * <ul> * <li><code> createAdapter()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.script.XInvocationAdapterFactory */ public class _XInvocationAdapterFactory extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/script/_XInvocationAdapterFactory2.java b/qadevOOo/tests/java/ifc/script/_XInvocationAdapterFactory2.java index c9a381aa2587..2ed17685667b 100644 --- a/qadevOOo/tests/java/ifc/script/_XInvocationAdapterFactory2.java +++ b/qadevOOo/tests/java/ifc/script/_XInvocationAdapterFactory2.java @@ -36,7 +36,7 @@ import com.sun.star.uno.XInterface; * <ul> * <li><code> createAdapter()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.script.XInvocationAdapterFactory */ public class _XInvocationAdapterFactory2 extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/sdb/_XBookmarksSupplier.java b/qadevOOo/tests/java/ifc/sdb/_XBookmarksSupplier.java index 54b4fd0472fa..a0ddfdd578d4 100644 --- a/qadevOOo/tests/java/ifc/sdb/_XBookmarksSupplier.java +++ b/qadevOOo/tests/java/ifc/sdb/_XBookmarksSupplier.java @@ -30,7 +30,7 @@ import com.sun.star.sdb.XBookmarksSupplier; * <ul> * <li><code> getBookmarks()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.sdb.XBookmarksSupplier */ public class _XBookmarksSupplier extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/sdb/_XParametersSupplier.java b/qadevOOo/tests/java/ifc/sdb/_XParametersSupplier.java index 62b70d88f875..0c40f8547a92 100644 --- a/qadevOOo/tests/java/ifc/sdb/_XParametersSupplier.java +++ b/qadevOOo/tests/java/ifc/sdb/_XParametersSupplier.java @@ -28,7 +28,7 @@ import lib.MultiMethodTest; * <ul> * <li><code> getParameters()</code></li> * </ul> <p> -* Test is multithread compilant. <p> +* Test is multithread compliant. <p> * @see com.sun.star.sdb.XParametersSupplier */ public class _XParametersSupplier extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/sdb/_XQueryDefinitionsSupplier.java b/qadevOOo/tests/java/ifc/sdb/_XQueryDefinitionsSupplier.java index ace936fa367c..a8d88983a3be 100644 --- a/qadevOOo/tests/java/ifc/sdb/_XQueryDefinitionsSupplier.java +++ b/qadevOOo/tests/java/ifc/sdb/_XQueryDefinitionsSupplier.java @@ -29,7 +29,7 @@ import com.sun.star.sdb.XQueryDefinitionsSupplier; * <ul> * <li><code> getQueryDefinitions()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.sdb.XQueryDefinitionsSupplier */ public class _XQueryDefinitionsSupplier extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/sdb/_XResultSetAccess.java b/qadevOOo/tests/java/ifc/sdb/_XResultSetAccess.java index 9054fba68ed9..3c078eec040d 100644 --- a/qadevOOo/tests/java/ifc/sdb/_XResultSetAccess.java +++ b/qadevOOo/tests/java/ifc/sdb/_XResultSetAccess.java @@ -29,7 +29,7 @@ import com.sun.star.sdbc.XResultSet; * <ul> * <li><code> createResultSet()</code></li> * </ul> <p> -* Test is multithread compilant. <p> +* Test is multithread compliant. <p> * @see com.sun.star.sdb.XResultSetAccess */ public class _XResultSetAccess extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/sdbc/_XResultSet.java b/qadevOOo/tests/java/ifc/sdbc/_XResultSet.java index a1e3cf1bcaa2..c6256a755679 100644 --- a/qadevOOo/tests/java/ifc/sdbc/_XResultSet.java +++ b/qadevOOo/tests/java/ifc/sdbc/_XResultSet.java @@ -59,7 +59,7 @@ import com.sun.star.uno.UnoRuntime; * <ul> <p> * Test places DB cursor to different positions and then checks * its current position. <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.sdbc.XResultSet */ public class _XResultSet extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/sdbc/_XResultSetMetaDataSupplier.java b/qadevOOo/tests/java/ifc/sdbc/_XResultSetMetaDataSupplier.java index 19e96a019d5d..fea222d2cbd6 100644 --- a/qadevOOo/tests/java/ifc/sdbc/_XResultSetMetaDataSupplier.java +++ b/qadevOOo/tests/java/ifc/sdbc/_XResultSetMetaDataSupplier.java @@ -29,7 +29,7 @@ import com.sun.star.sdbc.XResultSetMetaDataSupplier; * <ul> * <li><code> getMetaData()</code></li> * </ul> <p> -* Test is multithread compilant. <p> +* Test is multithread compliant. <p> * @see com.sun.star.sdbc.XResultSetMetaDataSupplier */ public class _XResultSetMetaDataSupplier extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/sheet/_XAreaLink.java b/qadevOOo/tests/java/ifc/sheet/_XAreaLink.java index d305af7da298..ea20c57ff3ec 100644 --- a/qadevOOo/tests/java/ifc/sheet/_XAreaLink.java +++ b/qadevOOo/tests/java/ifc/sheet/_XAreaLink.java @@ -32,7 +32,7 @@ import com.sun.star.table.CellRangeAddress; * <li><code> getDestArea()</code></li> * <li><code> setDestArea()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.sheet.XAreaLink */ public class _XAreaLink extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/sheet/_XAreaLinks.java b/qadevOOo/tests/java/ifc/sheet/_XAreaLinks.java index 98af82709f18..07b64b6a0b18 100644 --- a/qadevOOo/tests/java/ifc/sheet/_XAreaLinks.java +++ b/qadevOOo/tests/java/ifc/sheet/_XAreaLinks.java @@ -29,7 +29,7 @@ import lib.MultiMethodTest; * <li><code> insertAtPosition()</code></li> * <li><code> removeByIndex()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.sheet.XAreaLinks */ public class _XAreaLinks extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/sheet/_XSheetAnnotation.java b/qadevOOo/tests/java/ifc/sheet/_XSheetAnnotation.java index f82641c80f69..5e72121ea47c 100644 --- a/qadevOOo/tests/java/ifc/sheet/_XSheetAnnotation.java +++ b/qadevOOo/tests/java/ifc/sheet/_XSheetAnnotation.java @@ -44,7 +44,7 @@ import com.sun.star.uno.UnoRuntime; * <code>com.sun.star.table.CellAddress</code>): * The position of cell with annotation. </li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.sheet.XSheetAnnotation */ public class _XSheetAnnotation extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/sheet/_XSheetAnnotations.java b/qadevOOo/tests/java/ifc/sheet/_XSheetAnnotations.java index 28dd970315c1..163141bc5f41 100644 --- a/qadevOOo/tests/java/ifc/sheet/_XSheetAnnotations.java +++ b/qadevOOo/tests/java/ifc/sheet/_XSheetAnnotations.java @@ -31,7 +31,7 @@ import com.sun.star.table.CellAddress; * <li><code> insertNew()</code></li> * <li><code> removeByIndex()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.sheet.XSheetAnnotations */ public class _XSheetAnnotations extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/sheet/_XSheetCellRangeContainer.java b/qadevOOo/tests/java/ifc/sheet/_XSheetCellRangeContainer.java index 865f38e04e85..bf9c813eae40 100644 --- a/qadevOOo/tests/java/ifc/sheet/_XSheetCellRangeContainer.java +++ b/qadevOOo/tests/java/ifc/sheet/_XSheetCellRangeContainer.java @@ -33,7 +33,7 @@ import com.sun.star.table.CellRangeAddress; * <li><code> addRangeAddresses() </code></li> * <li><code> removeRangeAddresses() </code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.sheet.XSheetCellRangeContainer */ public class _XSheetCellRangeContainer extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/sheet/_XSpreadsheets.java b/qadevOOo/tests/java/ifc/sheet/_XSpreadsheets.java index ce5bc7ed80b6..fd048dc9a984 100644 --- a/qadevOOo/tests/java/ifc/sheet/_XSpreadsheets.java +++ b/qadevOOo/tests/java/ifc/sheet/_XSpreadsheets.java @@ -30,7 +30,7 @@ import lib.MultiMethodTest; * <li><code> moveByName()</code></li> * <li><code> copyByName()</code></li> * </ul> <p> -* Test is multithread compilant. <p> +* Test is multithread compliant. <p> * @see com.sun.star.sheet.XSpreadsheets */ public class _XSpreadsheets extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/style/_XStyle.java b/qadevOOo/tests/java/ifc/style/_XStyle.java index f4818a169171..3de792261ce1 100644 --- a/qadevOOo/tests/java/ifc/style/_XStyle.java +++ b/qadevOOo/tests/java/ifc/style/_XStyle.java @@ -38,7 +38,7 @@ import com.sun.star.style.XStyle; * <li> <code>'PoolStyle'</code> (of type <code>XStyle</code>): * some style from the SOffice collection (not user defined) </li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.style.XStyle */ public class _XStyle extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/style/_XStyleFamiliesSupplier.java b/qadevOOo/tests/java/ifc/style/_XStyleFamiliesSupplier.java index 0681cea6574c..65b4fbf3b8eb 100644 --- a/qadevOOo/tests/java/ifc/style/_XStyleFamiliesSupplier.java +++ b/qadevOOo/tests/java/ifc/style/_XStyleFamiliesSupplier.java @@ -28,7 +28,7 @@ import com.sun.star.style.XStyleFamiliesSupplier; * <ul> * <li><code> getStyleFamilies()</code></li> * </ul> <p> -* Test is multithread compilant. <p> +* Test is multithread compliant. <p> * @see com.sun.star.style.XStyleFamiliesSupplier */ public class _XStyleFamiliesSupplier extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/system/_XSystemShellExecute.java b/qadevOOo/tests/java/ifc/system/_XSystemShellExecute.java index b7b51bb20cf8..b343b30d9e02 100644 --- a/qadevOOo/tests/java/ifc/system/_XSystemShellExecute.java +++ b/qadevOOo/tests/java/ifc/system/_XSystemShellExecute.java @@ -33,7 +33,7 @@ import com.sun.star.uno.UnoRuntime; * <ul> * <li><code> execute()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.system.XSystemShellExecute */ public class _XSystemShellExecute extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/table/_XAutoFormattable.java b/qadevOOo/tests/java/ifc/table/_XAutoFormattable.java index ed26a8817863..1188e1fba908 100644 --- a/qadevOOo/tests/java/ifc/table/_XAutoFormattable.java +++ b/qadevOOo/tests/java/ifc/table/_XAutoFormattable.java @@ -39,7 +39,7 @@ import com.sun.star.uno.XInterface; * </ul> <p> * The component tested <b>must implement</b> interface * <code>com.sun.star.table.XCellRange</code>. <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.table.XAutoFormattable */ public class _XAutoFormattable extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/table/_XCell.java b/qadevOOo/tests/java/ifc/table/_XCell.java index faeb61d09dbc..00c393ec2ed2 100644 --- a/qadevOOo/tests/java/ifc/table/_XCell.java +++ b/qadevOOo/tests/java/ifc/table/_XCell.java @@ -35,7 +35,7 @@ import com.sun.star.table.XCell; * <li><code> getType()</code></li> * <li><code> getError()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.table.XCell */ public class _XCell extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/table/_XCellCursor.java b/qadevOOo/tests/java/ifc/table/_XCellCursor.java index ae278f3a0c8a..2c9942cff446 100644 --- a/qadevOOo/tests/java/ifc/table/_XCellCursor.java +++ b/qadevOOo/tests/java/ifc/table/_XCellCursor.java @@ -48,7 +48,7 @@ import com.sun.star.uno.UnoRuntime; * The component tested <b>must implement</b> * <code>XCellRangeAddressable</code> interface. <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.table.XCellCursor */ diff --git a/qadevOOo/tests/java/ifc/table/_XCellRange.java b/qadevOOo/tests/java/ifc/table/_XCellRange.java index ecee7d5f612e..e15ae3b8e824 100644 --- a/qadevOOo/tests/java/ifc/table/_XCellRange.java +++ b/qadevOOo/tests/java/ifc/table/_XCellRange.java @@ -37,7 +37,7 @@ import com.sun.star.table.XCellRange; * cell range that can be defined by the object test instead of * definition at this test ("<code>A1:A1</code>")</li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.table.XCellRange */ public class _XCellRange extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/table/_XTableChart.java b/qadevOOo/tests/java/ifc/table/_XTableChart.java index 1f2d0f2159a3..d6efc5265050 100644 --- a/qadevOOo/tests/java/ifc/table/_XTableChart.java +++ b/qadevOOo/tests/java/ifc/table/_XTableChart.java @@ -35,7 +35,7 @@ import com.sun.star.table.XTableChart; * <li><code> getRanges()</code></li> * <li><code> setRanges()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.table.XTableChart */ public class _XTableChart extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/table/_XTableCharts.java b/qadevOOo/tests/java/ifc/table/_XTableCharts.java index 68dcce7d789b..be07fe96e242 100644 --- a/qadevOOo/tests/java/ifc/table/_XTableCharts.java +++ b/qadevOOo/tests/java/ifc/table/_XTableCharts.java @@ -40,7 +40,7 @@ import com.sun.star.table.XTableCharts; * (of type <code>com.sun.star.awt.Rectangle</code>): * the position of chart </li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.table.XTableCharts */ public class _XTableCharts extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/table/_XTableColumns.java b/qadevOOo/tests/java/ifc/table/_XTableColumns.java index e4cdd1527416..49616bbe6cf1 100644 --- a/qadevOOo/tests/java/ifc/table/_XTableColumns.java +++ b/qadevOOo/tests/java/ifc/table/_XTableColumns.java @@ -43,7 +43,7 @@ import com.sun.star.uno.UnoRuntime; * columns.</li> * <ul> <p> * -* Test is multithread compilant. <p> +* Test is multithread compliant. <p> * @see com.sun.star.table.XTableColumns */ public class _XTableColumns extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/task/_XInteractionHandler.java b/qadevOOo/tests/java/ifc/task/_XInteractionHandler.java index bc9e4f4441fb..6d80aff4c75e 100644 --- a/qadevOOo/tests/java/ifc/task/_XInteractionHandler.java +++ b/qadevOOo/tests/java/ifc/task/_XInteractionHandler.java @@ -29,7 +29,7 @@ package ifc.task; * this interface implementation is handler specific and is * passed as argument to method <code>handle</code>. </li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.task.XInteractionHandler */ import lib.MultiMethodTest; @@ -47,7 +47,7 @@ import com.sun.star.task.XInteractionRequest; * this interface implementation is handler specific and is * passed as argument to method <code>handle</code>. </li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.task.XInteractionHandler */ public class _XInteractionHandler extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/task/_XStatusIndicatorFactory.java b/qadevOOo/tests/java/ifc/task/_XStatusIndicatorFactory.java index ac59bfe9bb0b..f6cf0145615b 100644 --- a/qadevOOo/tests/java/ifc/task/_XStatusIndicatorFactory.java +++ b/qadevOOo/tests/java/ifc/task/_XStatusIndicatorFactory.java @@ -29,7 +29,7 @@ import com.sun.star.task.XStatusIndicatorFactory; * <ul> * <li><code> createStatusIndicator()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.task.XStatusIndicatorFactory */ public class _XStatusIndicatorFactory extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XAutoTextContainer.java b/qadevOOo/tests/java/ifc/text/_XAutoTextContainer.java index 4d6629455c7f..59134280eeae 100644 --- a/qadevOOo/tests/java/ifc/text/_XAutoTextContainer.java +++ b/qadevOOo/tests/java/ifc/text/_XAutoTextContainer.java @@ -30,7 +30,7 @@ import com.sun.star.text.XAutoTextGroup; * <li><code> insertNewByName()</code></li> * <li><code> removeByName()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XAutoTextContainer */ public class _XAutoTextContainer extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XAutoTextEntry.java b/qadevOOo/tests/java/ifc/text/_XAutoTextEntry.java index 2e0c1ed317a6..5f9b19634cdc 100644 --- a/qadevOOo/tests/java/ifc/text/_XAutoTextEntry.java +++ b/qadevOOo/tests/java/ifc/text/_XAutoTextEntry.java @@ -36,7 +36,7 @@ import com.sun.star.text.XTextDocument; * <li> <code>'TEXTDOC'</code> (of type <code>XTextDocument</code>): * the text document for creating a text range.</li> * <ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XAutoTextEntry */ public class _XAutoTextEntry extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XAutoTextGroup.java b/qadevOOo/tests/java/ifc/text/_XAutoTextGroup.java index 92718b4fba0d..623132bf7d4d 100644 --- a/qadevOOo/tests/java/ifc/text/_XAutoTextGroup.java +++ b/qadevOOo/tests/java/ifc/text/_XAutoTextGroup.java @@ -40,7 +40,7 @@ import com.sun.star.text.XTextRange; * <li> <code>'TextRange'</code> (of type <code>XTextRange</code>): * the range for which an entry is added. </li> * <ul> <p> - * Test is multithread compilant. <p> + * Test is multithread compliant. <p> * @see com.sun.star.text.XAutoTextGroup */ public class _XAutoTextGroup extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XBookmarksSupplier.java b/qadevOOo/tests/java/ifc/text/_XBookmarksSupplier.java index ac64c9dd3ddd..d01fc5686b08 100644 --- a/qadevOOo/tests/java/ifc/text/_XBookmarksSupplier.java +++ b/qadevOOo/tests/java/ifc/text/_XBookmarksSupplier.java @@ -29,7 +29,7 @@ import lib.MultiMethodTest; * <ul> * <li><code> getBookmarks()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XBookmarksSupplier */ public class _XBookmarksSupplier extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XChapterNumberingSupplier.java b/qadevOOo/tests/java/ifc/text/_XChapterNumberingSupplier.java index 0f7e87c2b4c7..3cac4bf7cf75 100644 --- a/qadevOOo/tests/java/ifc/text/_XChapterNumberingSupplier.java +++ b/qadevOOo/tests/java/ifc/text/_XChapterNumberingSupplier.java @@ -29,7 +29,7 @@ import com.sun.star.text.XChapterNumberingSupplier; * <ul> * <li><code> getChapterNumberingRules()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XChapterNumberingSupplier */ public class _XChapterNumberingSupplier extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XDefaultNumberingProvider.java b/qadevOOo/tests/java/ifc/text/_XDefaultNumberingProvider.java index 3e55adb3d081..2872cc6a7b68 100644 --- a/qadevOOo/tests/java/ifc/text/_XDefaultNumberingProvider.java +++ b/qadevOOo/tests/java/ifc/text/_XDefaultNumberingProvider.java @@ -32,7 +32,7 @@ import com.sun.star.text.XDefaultNumberingProvider; * <li><code> getDefaultOutlineNumberings()</code></li> * <li><code> getDefaultContinuousNumberingLevels()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XDefaultNumberingProvider */ public class _XDefaultNumberingProvider extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XDocumentIndex.java b/qadevOOo/tests/java/ifc/text/_XDocumentIndex.java index 3135e4c8d096..bef2f396849d 100644 --- a/qadevOOo/tests/java/ifc/text/_XDocumentIndex.java +++ b/qadevOOo/tests/java/ifc/text/_XDocumentIndex.java @@ -42,7 +42,7 @@ import com.sun.star.uno.UnoRuntime; * the text document for creating and inserting index mark.</li> * <ul> <p> * - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XDocumentIndex */ public class _XDocumentIndex extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XDocumentIndexesSupplier.java b/qadevOOo/tests/java/ifc/text/_XDocumentIndexesSupplier.java index 116adeba7acd..7d985f822f47 100644 --- a/qadevOOo/tests/java/ifc/text/_XDocumentIndexesSupplier.java +++ b/qadevOOo/tests/java/ifc/text/_XDocumentIndexesSupplier.java @@ -30,7 +30,7 @@ import lib.MultiMethodTest; * <ul> * <li><code> getDocumentIndexes()()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XDocumentIndexesSupplier */ public class _XDocumentIndexesSupplier extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XEndnotesSupplier.java b/qadevOOo/tests/java/ifc/text/_XEndnotesSupplier.java index 2ea43e735859..b08948a67551 100644 --- a/qadevOOo/tests/java/ifc/text/_XEndnotesSupplier.java +++ b/qadevOOo/tests/java/ifc/text/_XEndnotesSupplier.java @@ -32,7 +32,7 @@ import com.sun.star.text.XEndnotesSupplier; * <li><code> getEndnotes()</code></li> * <li><code> getEndnoteSettings()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XEndnotesSupplier */ public class _XEndnotesSupplier extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XFootnote.java b/qadevOOo/tests/java/ifc/text/_XFootnote.java index a25760584068..dedcaaeeb46b 100644 --- a/qadevOOo/tests/java/ifc/text/_XFootnote.java +++ b/qadevOOo/tests/java/ifc/text/_XFootnote.java @@ -32,7 +32,7 @@ import com.sun.star.uno.XInterface; * <li><code> getLabel()</code></li> * <li><code> setLabel()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XFootnote */ public class _XFootnote extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XFootnotesSettingsSupplier.java b/qadevOOo/tests/java/ifc/text/_XFootnotesSettingsSupplier.java index 50a57212a81a..2b53b9e27b9a 100644 --- a/qadevOOo/tests/java/ifc/text/_XFootnotesSettingsSupplier.java +++ b/qadevOOo/tests/java/ifc/text/_XFootnotesSettingsSupplier.java @@ -29,7 +29,7 @@ import com.sun.star.text.XFootnotesSettingsSupplier; * <ul> * <li><code> getFootnoteSettings()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XFootnotesSettingsSupplier */ public class _XFootnotesSettingsSupplier extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XFootnotesSupplier.java b/qadevOOo/tests/java/ifc/text/_XFootnotesSupplier.java index 24b1c7daaf93..1cd7b65d9d65 100644 --- a/qadevOOo/tests/java/ifc/text/_XFootnotesSupplier.java +++ b/qadevOOo/tests/java/ifc/text/_XFootnotesSupplier.java @@ -31,7 +31,7 @@ import com.sun.star.text.XFootnotesSupplier; * <li><code> getFootnotes()</code></li> * <li><code> getFootnoteSettings()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XFootnotesSupplier */ public class _XFootnotesSupplier extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XLineNumberingProperties.java b/qadevOOo/tests/java/ifc/text/_XLineNumberingProperties.java index aa5882e6ca09..cf39649b43e0 100644 --- a/qadevOOo/tests/java/ifc/text/_XLineNumberingProperties.java +++ b/qadevOOo/tests/java/ifc/text/_XLineNumberingProperties.java @@ -29,7 +29,7 @@ import com.sun.star.text.XLineNumberingProperties; * <ul> * <li><code> getLineNumberingProperties()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XLineNumberingProperties */ public class _XLineNumberingProperties extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XMailMergeBroadcaster.java b/qadevOOo/tests/java/ifc/text/_XMailMergeBroadcaster.java index 679266d915ab..d0ed25833390 100644 --- a/qadevOOo/tests/java/ifc/text/_XMailMergeBroadcaster.java +++ b/qadevOOo/tests/java/ifc/text/_XMailMergeBroadcaster.java @@ -43,7 +43,7 @@ import com.sun.star.text.XMailMergeListener; * used as parameter for <code>'Job'</code> </li> * </ul> <p> * -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XMailMergeBroadcaster */ public class _XMailMergeBroadcaster extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XPageCursor.java b/qadevOOo/tests/java/ifc/text/_XPageCursor.java index dd16eb6d4b25..dbd65e616774 100644 --- a/qadevOOo/tests/java/ifc/text/_XPageCursor.java +++ b/qadevOOo/tests/java/ifc/text/_XPageCursor.java @@ -45,7 +45,7 @@ import com.sun.star.text.XTextDocument; * <li> <code>'TEXTDOC'</code> (of type <code>XTextDocument</code>): * is used to insert text to document to fill at least two pages. </li> * <ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XPageCursor */ public class _XPageCursor extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XPagePrintable.java b/qadevOOo/tests/java/ifc/text/_XPagePrintable.java index 84edd99e078b..d2560e672d1e 100644 --- a/qadevOOo/tests/java/ifc/text/_XPagePrintable.java +++ b/qadevOOo/tests/java/ifc/text/_XPagePrintable.java @@ -33,7 +33,7 @@ import com.sun.star.text.XPagePrintable; * <li><code> setPagePrintSettings()</code></li> * <li><code> printPages()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XPagePrintable */ public class _XPagePrintable extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XParagraphCursor.java b/qadevOOo/tests/java/ifc/text/_XParagraphCursor.java index 0fe3c60ee6a4..9458013fdfb5 100644 --- a/qadevOOo/tests/java/ifc/text/_XParagraphCursor.java +++ b/qadevOOo/tests/java/ifc/text/_XParagraphCursor.java @@ -38,7 +38,7 @@ import com.sun.star.text.XParagraphCursor; * <b>Prerequisites :</b> the text must have at least * two paragraphs. <p> * - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XParagraphCursor */ public class _XParagraphCursor extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XReferenceMarksSupplier.java b/qadevOOo/tests/java/ifc/text/_XReferenceMarksSupplier.java index cfef127b38f0..409155f7deee 100644 --- a/qadevOOo/tests/java/ifc/text/_XReferenceMarksSupplier.java +++ b/qadevOOo/tests/java/ifc/text/_XReferenceMarksSupplier.java @@ -33,7 +33,7 @@ import com.sun.star.text.XReferenceMarksSupplier; * <b>Prerequisites: </b> the reference mark collection * must contain an element named 'SwXTextDocument' <p> * - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XReferenceMarksSupplier */ public class _XReferenceMarksSupplier extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XRelativeTextContentInsert.java b/qadevOOo/tests/java/ifc/text/_XRelativeTextContentInsert.java index 49f44c9267f9..af6995662ff0 100644 --- a/qadevOOo/tests/java/ifc/text/_XRelativeTextContentInsert.java +++ b/qadevOOo/tests/java/ifc/text/_XRelativeTextContentInsert.java @@ -49,7 +49,7 @@ import com.sun.star.uno.XInterface; * Tested component <b>must implement</b> <code>XText</code> * interface for proper testing. <p> * - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XRelativeTextContentInsert */ public class _XRelativeTextContentInsert extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XSentenceCursor.java b/qadevOOo/tests/java/ifc/text/_XSentenceCursor.java index b8e50df56ced..7729f42a61ae 100644 --- a/qadevOOo/tests/java/ifc/text/_XSentenceCursor.java +++ b/qadevOOo/tests/java/ifc/text/_XSentenceCursor.java @@ -33,7 +33,7 @@ import com.sun.star.text.XSentenceCursor; * <li><code> gotoStartOfSentence()</code></li> * <li><code> gotoEndOfSentence()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XSentenceCursor */ public class _XSentenceCursor extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XSimpleText.java b/qadevOOo/tests/java/ifc/text/_XSimpleText.java index 796961a1e3ae..8f1c32d40911 100644 --- a/qadevOOo/tests/java/ifc/text/_XSimpleText.java +++ b/qadevOOo/tests/java/ifc/text/_XSimpleText.java @@ -34,7 +34,7 @@ import com.sun.star.text.XTextCursor; * <li><code> insertString()</code></li> * <li><code> insertControlCharacter()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XSimpleText */ public class _XSimpleText extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XText.java b/qadevOOo/tests/java/ifc/text/_XText.java index 2a18571a60fe..c33505668670 100644 --- a/qadevOOo/tests/java/ifc/text/_XText.java +++ b/qadevOOo/tests/java/ifc/text/_XText.java @@ -42,7 +42,7 @@ import lib.StatusException; * creator which can create instances of <code>XTextContent</code> * implementations. </li> * <ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XText */ public class _XText extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XTextColumns.java b/qadevOOo/tests/java/ifc/text/_XTextColumns.java index 730303e15a23..5e3512c3649b 100644 --- a/qadevOOo/tests/java/ifc/text/_XTextColumns.java +++ b/qadevOOo/tests/java/ifc/text/_XTextColumns.java @@ -33,7 +33,7 @@ import com.sun.star.text.XTextColumns; * <li><code> getColumns()</code></li> * <li><code> setColumns()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XTextColumns */ public class _XTextColumns extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XTextContent.java b/qadevOOo/tests/java/ifc/text/_XTextContent.java index 5b16a08ac40d..3b4ac3776ee6 100644 --- a/qadevOOo/tests/java/ifc/text/_XTextContent.java +++ b/qadevOOo/tests/java/ifc/text/_XTextContent.java @@ -42,7 +42,7 @@ import com.sun.star.text.XTextRange; * relation exists. From this relation an anchor * for <code>attach()</code> method is obtained.</li> * <ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XTextContent */ public class _XTextContent extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XTextCursor.java b/qadevOOo/tests/java/ifc/text/_XTextCursor.java index 25102914b158..d5c276c06f49 100644 --- a/qadevOOo/tests/java/ifc/text/_XTextCursor.java +++ b/qadevOOo/tests/java/ifc/text/_XTextCursor.java @@ -41,7 +41,7 @@ import com.sun.star.text.XTextCursor; * that's why it must be stored before methods' tests, * and restored after. <p> * - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XTextCursor */ public class _XTextCursor extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XTextDocument.java b/qadevOOo/tests/java/ifc/text/_XTextDocument.java index cec42f67db2e..10eb5360a831 100644 --- a/qadevOOo/tests/java/ifc/text/_XTextDocument.java +++ b/qadevOOo/tests/java/ifc/text/_XTextDocument.java @@ -30,7 +30,7 @@ import com.sun.star.text.XTextDocument; * <li><code> getText()</code></li> * <li><code> reformat()</code></li> * </ul> <p> - * Test is multithread compilant. <p> + * Test is multithread compliant. <p> * @see com.sun.star.text.XTextDocument */ public class _XTextDocument extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XTextEmbeddedObjectsSupplier.java b/qadevOOo/tests/java/ifc/text/_XTextEmbeddedObjectsSupplier.java index 32f49ce8e147..15e5a1482cbb 100644 --- a/qadevOOo/tests/java/ifc/text/_XTextEmbeddedObjectsSupplier.java +++ b/qadevOOo/tests/java/ifc/text/_XTextEmbeddedObjectsSupplier.java @@ -29,7 +29,7 @@ import com.sun.star.text.XTextEmbeddedObjectsSupplier; * <ul> * <li><code> getEmbeddedObjects()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XTextEmbeddedObjectsSupplier */ public class _XTextEmbeddedObjectsSupplier extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XTextField.java b/qadevOOo/tests/java/ifc/text/_XTextField.java index d67d73793499..826718e349ba 100644 --- a/qadevOOo/tests/java/ifc/text/_XTextField.java +++ b/qadevOOo/tests/java/ifc/text/_XTextField.java @@ -28,7 +28,7 @@ import com.sun.star.text.XTextField; * <ul> * <li><code> getPresentation()</code></li> * </ul> <p> - * Test is multithread compilant. <p> + * Test is multithread compliant. <p> * @see com.sun.star.text.XTextField */ public class _XTextField extends MultiMethodTest{ diff --git a/qadevOOo/tests/java/ifc/text/_XTextFrame.java b/qadevOOo/tests/java/ifc/text/_XTextFrame.java index 543b983ca74b..50a782f1300e 100644 --- a/qadevOOo/tests/java/ifc/text/_XTextFrame.java +++ b/qadevOOo/tests/java/ifc/text/_XTextFrame.java @@ -34,7 +34,7 @@ import com.sun.star.text.XTextFrame; * The frame <b>must contain</b> the text 'The FrameText' * for proper interface testing. <p> * - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XTextFrame */ public class _XTextFrame extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XTextFramesSupplier.java b/qadevOOo/tests/java/ifc/text/_XTextFramesSupplier.java index 85e5ec40dfd6..63fcfaa7dfcb 100644 --- a/qadevOOo/tests/java/ifc/text/_XTextFramesSupplier.java +++ b/qadevOOo/tests/java/ifc/text/_XTextFramesSupplier.java @@ -29,7 +29,7 @@ import lib.MultiMethodTest; * <ul> * <li><code> getTextFrames()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XTextFramesSupplier */ public class _XTextFramesSupplier extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XTextGraphicObjectsSupplier.java b/qadevOOo/tests/java/ifc/text/_XTextGraphicObjectsSupplier.java index e992ab54c3fb..730f4b5eb540 100644 --- a/qadevOOo/tests/java/ifc/text/_XTextGraphicObjectsSupplier.java +++ b/qadevOOo/tests/java/ifc/text/_XTextGraphicObjectsSupplier.java @@ -33,7 +33,7 @@ import com.sun.star.text.XTextGraphicObjectsSupplier; * The component <b>must have</b> the graphic object with * name 'SwXTextDocument'. <p> * - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XTextGraphicObjectsSupplier */ public class _XTextGraphicObjectsSupplier extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XTextRange.java b/qadevOOo/tests/java/ifc/text/_XTextRange.java index 00f636cd3030..0125e54f7ecd 100644 --- a/qadevOOo/tests/java/ifc/text/_XTextRange.java +++ b/qadevOOo/tests/java/ifc/text/_XTextRange.java @@ -37,7 +37,7 @@ import com.sun.star.text.XTextRange; * start range is retrieved and its content is set to 'Start' * and end range is set to 'End'. Finally the whole TextRange * is checked and it must be 'StartMiddleEnd'. <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XTextRange */ public class _XTextRange extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XTextRangeCompare.java b/qadevOOo/tests/java/ifc/text/_XTextRangeCompare.java index 2f9bf9a5ae14..cc0924156459 100644 --- a/qadevOOo/tests/java/ifc/text/_XTextRangeCompare.java +++ b/qadevOOo/tests/java/ifc/text/_XTextRangeCompare.java @@ -51,7 +51,7 @@ import com.sun.star.uno.XInterface; * If the relation does not exist, the relation <code>TEXTDOC</code> * must be specified. </li> * <ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XTextRangeCompare */ public class _XTextRangeCompare extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XTextRangeMover.java b/qadevOOo/tests/java/ifc/text/_XTextRangeMover.java index 6009a4c02b15..affdb6ce8892 100644 --- a/qadevOOo/tests/java/ifc/text/_XTextRangeMover.java +++ b/qadevOOo/tests/java/ifc/text/_XTextRangeMover.java @@ -38,7 +38,7 @@ import com.sun.star.text.XTextRangeMover; * <li> <code>'XTextRange'</code> (of type <code>XTextRange</code>): * the range that includes moving range. </li> * <ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XTextRangeMover */ public class _XTextRangeMover extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XTextSection.java b/qadevOOo/tests/java/ifc/text/_XTextSection.java index b826275dcb4b..3094aa7c11ed 100644 --- a/qadevOOo/tests/java/ifc/text/_XTextSection.java +++ b/qadevOOo/tests/java/ifc/text/_XTextSection.java @@ -29,7 +29,7 @@ import com.sun.star.text.XTextSection; * <li><code> getParentSection()</code></li> * <li><code> getChildSections()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XTextSection */ public class _XTextSection extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XTextTable.java b/qadevOOo/tests/java/ifc/text/_XTextTable.java index 9201720ffb77..089e2e7943b0 100644 --- a/qadevOOo/tests/java/ifc/text/_XTextTable.java +++ b/qadevOOo/tests/java/ifc/text/_XTextTable.java @@ -42,7 +42,7 @@ import com.sun.star.text.XTextTable; * <li> <code>'NCOL'</code> : the number of columns in table * </li> * - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XTextTable */ public class _XTextTable extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XTextTableCursor.java b/qadevOOo/tests/java/ifc/text/_XTextTableCursor.java index 79d7536814df..a136d1df8355 100644 --- a/qadevOOo/tests/java/ifc/text/_XTextTableCursor.java +++ b/qadevOOo/tests/java/ifc/text/_XTextTableCursor.java @@ -44,7 +44,7 @@ import com.sun.star.text.XTextTableCursor; * 2x2 and current cursor position must be in the upper * left cell. <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 * because after merging and splitting cells their names diff --git a/qadevOOo/tests/java/ifc/text/_XTextTablesSupplier.java b/qadevOOo/tests/java/ifc/text/_XTextTablesSupplier.java index 852b57586e02..c12072d74032 100644 --- a/qadevOOo/tests/java/ifc/text/_XTextTablesSupplier.java +++ b/qadevOOo/tests/java/ifc/text/_XTextTablesSupplier.java @@ -32,7 +32,7 @@ import com.sun.star.text.XTextTablesSupplier; * </ul> <p> * The table collection tested <b>must</b> have a table * with name 'SwXTextDocument'. <p> - * Test is multithread compilant. <p> + * Test is multithread compliant. <p> * @see com.sun.star.text.XTextTablesSupplier */ public class _XTextTablesSupplier extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XTextViewCursorSupplier.java b/qadevOOo/tests/java/ifc/text/_XTextViewCursorSupplier.java index 21b6f81fd12f..24a9c97285d6 100644 --- a/qadevOOo/tests/java/ifc/text/_XTextViewCursorSupplier.java +++ b/qadevOOo/tests/java/ifc/text/_XTextViewCursorSupplier.java @@ -29,7 +29,7 @@ import com.sun.star.text.XTextViewCursorSupplier; * <ul> * <li><code> getViewCursor()</code></li> * </ul> <p> - * Test is multithread compilant. <p> + * Test is multithread compliant. <p> * @see com.sun.star.text.XTextViewCursorSupplier */ public class _XTextViewCursorSupplier extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/text/_XWordCursor.java b/qadevOOo/tests/java/ifc/text/_XWordCursor.java index 9fa0f1387b68..a2506b674d5f 100644 --- a/qadevOOo/tests/java/ifc/text/_XWordCursor.java +++ b/qadevOOo/tests/java/ifc/text/_XWordCursor.java @@ -33,7 +33,7 @@ import com.sun.star.text.XWordCursor; * <li><code> gotoEndOfWord()</code></li> * <li><code> gotoStartOfWord()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.text.XWordCursor */ public class _XWordCursor extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java b/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java index b1bcd89c2091..9af99156fe95 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java +++ b/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java @@ -38,7 +38,7 @@ import com.sun.star.ucb.XCachedContentResultSetFactory; * this must be an imlementation of <code> * com.sun.star.ucb.CachedContentResultSetStub</code> service.</li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.ucb.XCachedContentResultSetFactory */ public class _XCachedContentResultSetFactory extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java b/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java index da66d094d4c6..3b67f04fefa9 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java +++ b/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java @@ -38,7 +38,7 @@ import com.sun.star.ucb.XCachedContentResultSetStubFactory; * this must be an imlementation of <code> * com.sun.star.ucb.ContentResultSet</code> service.</li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.ucb.XCachedContentResultSetStubFactory */ public class _XCachedContentResultSetStubFactory extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java index 07da6c2a663b..c6a99f23773c 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java +++ b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java @@ -39,7 +39,7 @@ import com.sun.star.ucb.XDynamicResultSet; * this must be an imlementation of <code> * com.sun.star.ucb.CachedDynamicResultSetStub</code> service.</li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.ucb.XCachedDynamicResultSetFactory */ public class _XCachedDynamicResultSetFactory extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java index 40fec00f0d89..afa05d30bf7c 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java +++ b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java @@ -43,7 +43,7 @@ import com.sun.star.uno.UnoRuntime; * this must be an imlementation of <code> * com.sun.star.ucb.DynamicResultSet</code> service.</li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.ucb.XCachedDynamicResultSetStubFactory */ public class _XCachedDynamicResultSetStubFactory extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java b/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java index a5437cda3104..64878978b837 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java +++ b/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java @@ -60,7 +60,7 @@ import lib.StatusException; * is not specified. This file is used by 'GlobalTransfer' * command as a source file for copying.</li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.ucb.XCommandProcessor */ public class _XCommandProcessor extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/ucb/_XContentIdentifierFactory.java b/qadevOOo/tests/java/ifc/ucb/_XContentIdentifierFactory.java index 099f49292e8c..033c8dd6860a 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XContentIdentifierFactory.java +++ b/qadevOOo/tests/java/ifc/ucb/_XContentIdentifierFactory.java @@ -31,7 +31,7 @@ import com.sun.star.ucb.XContentIdentifierFactory; * <ul> * <li><code> createContentIdentifier()</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.ucb.XContentIdentifierFactory */ diff --git a/qadevOOo/tests/java/ifc/ucb/_XContentProvider.java b/qadevOOo/tests/java/ifc/ucb/_XContentProvider.java index 31769697af2d..78172ebc0696 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XContentProvider.java +++ b/qadevOOo/tests/java/ifc/ucb/_XContentProvider.java @@ -46,7 +46,7 @@ import com.sun.star.ucb.XContentProvider; * another name of the suitable content for provider tested. If relation * is not specified the 'vnd.sun.star.writer://' name will be used.</li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.ucb.XContentProvider */ public class _XContentProvider extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/ucb/_XContentProviderFactory.java b/qadevOOo/tests/java/ifc/ucb/_XContentProviderFactory.java index af379923edd1..f6cf0b7f5e62 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XContentProviderFactory.java +++ b/qadevOOo/tests/java/ifc/ucb/_XContentProviderFactory.java @@ -30,7 +30,7 @@ import com.sun.star.ucb.XContentProviderFactory; * <ul> * <li><code> createContentProvider()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.ucb.XContentProviderFactory */ public class _XContentProviderFactory extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/ucb/_XContentProviderManager.java b/qadevOOo/tests/java/ifc/ucb/_XContentProviderManager.java index 037b75cc5445..faaa82435302 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XContentProviderManager.java +++ b/qadevOOo/tests/java/ifc/ucb/_XContentProviderManager.java @@ -45,7 +45,7 @@ import com.sun.star.uno.UnoRuntime; * The test registers two ContentProviders, calls * queryXXX methods to verify results, and deregisters them. <p> * -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.ucb.XContentProviderManager */ public class _XContentProviderManager extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/ucb/_XDataContainer.java b/qadevOOo/tests/java/ifc/ucb/_XDataContainer.java index 24a474a64772..6aa025e1cfe0 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XDataContainer.java +++ b/qadevOOo/tests/java/ifc/ucb/_XDataContainer.java @@ -34,7 +34,7 @@ import com.sun.star.ucb.XDataContainer; * <li><code> getDataURL()</code></li> * <li><code> setDataURL()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.ucb.XDataContainer */ public class _XDataContainer extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/ucb/_XFileIdentifierConverter.java b/qadevOOo/tests/java/ifc/ucb/_XFileIdentifierConverter.java index 8fb2d5eac6f9..97a6e8a75709 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XFileIdentifierConverter.java +++ b/qadevOOo/tests/java/ifc/ucb/_XFileIdentifierConverter.java @@ -31,7 +31,7 @@ import com.sun.star.ucb.XFileIdentifierConverter; * <li><code> getFileURLFromSystemPath()</code></li> * <li><code> getSystemPathFromFileURL()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.ucb.XFileIdentifierConverter */ public class _XFileIdentifierConverter extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/ucb/_XParameterizedContentProvider.java b/qadevOOo/tests/java/ifc/ucb/_XParameterizedContentProvider.java index f37c8748da40..f8dcd4d8a32d 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XParameterizedContentProvider.java +++ b/qadevOOo/tests/java/ifc/ucb/_XParameterizedContentProvider.java @@ -30,7 +30,7 @@ import com.sun.star.ucb.XParameterizedContentProvider; * <li><code> registerInstance()</code></li> * <li><code> deregisterInstance()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.ucb.XParameterizedContentProvider */ public class _XParameterizedContentProvider extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/ucb/_XPropertyMatcherFactory.java b/qadevOOo/tests/java/ifc/ucb/_XPropertyMatcherFactory.java index 7f4f8c3b1c00..719e857aac34 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XPropertyMatcherFactory.java +++ b/qadevOOo/tests/java/ifc/ucb/_XPropertyMatcherFactory.java @@ -32,7 +32,7 @@ import com.sun.star.ucb.XPropertyMatcherFactory; * <ul> * <li><code> createPropertyMatcher()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.ucb.XPropertyMatcherFactory */ public class _XPropertyMatcherFactory extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/ucb/_XPropertySetRegistryFactory.java b/qadevOOo/tests/java/ifc/ucb/_XPropertySetRegistryFactory.java index 830efd8ebd9b..e365b11bfe6f 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XPropertySetRegistryFactory.java +++ b/qadevOOo/tests/java/ifc/ucb/_XPropertySetRegistryFactory.java @@ -29,7 +29,7 @@ import com.sun.star.ucb.XPropertySetRegistryFactory; * <ul> * <li><code> createPropertySetRegistry()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.ucb.XPropertySetRegistryFactory */ public class _XPropertySetRegistryFactory extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/ucb/_XRemoteContentProviderAcceptor.java b/qadevOOo/tests/java/ifc/ucb/_XRemoteContentProviderAcceptor.java index 937e676218c7..7a70b4b1a55d 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XRemoteContentProviderAcceptor.java +++ b/qadevOOo/tests/java/ifc/ucb/_XRemoteContentProviderAcceptor.java @@ -31,7 +31,7 @@ import com.sun.star.ucb.XRemoteContentProviderDoneListener; * <li><code> addRemoteContentProvider()</code></li> * <li><code> removeRemoteContentProvider()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.ucb.XRemoteContentProviderAcceptor */ public class _XRemoteContentProviderAcceptor extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/ucb/_XRemoteContentProviderActivator.java b/qadevOOo/tests/java/ifc/ucb/_XRemoteContentProviderActivator.java index 61d9c32cff5e..f21779ba5411 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XRemoteContentProviderActivator.java +++ b/qadevOOo/tests/java/ifc/ucb/_XRemoteContentProviderActivator.java @@ -38,7 +38,7 @@ import com.sun.star.ucb.XRemoteContentProviderActivator; * this acceptor is used to add a provider first before * its activation. </li> * <ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.ucb.XRemoteContentProviderActivator */ public class _XRemoteContentProviderActivator extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java b/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java index a88c87e82337..21049cebec98 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java +++ b/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java @@ -48,7 +48,7 @@ import java.util.GregorianCalendar; * instance of <code>com.sun.star.sdb.InteractionHandler</code> * </li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.ucb.XSimpleFileAccess */ public class _XSimpleFileAccess extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/ucb/_XSortedDynamicResultSetFactory.java b/qadevOOo/tests/java/ifc/ucb/_XSortedDynamicResultSetFactory.java index ef0fdb62c174..98812ec76e29 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XSortedDynamicResultSetFactory.java +++ b/qadevOOo/tests/java/ifc/ucb/_XSortedDynamicResultSetFactory.java @@ -49,7 +49,7 @@ import com.sun.star.uno.Type; * <li> <code>solibrary.jar</code> : is used to retrieve * content of its root directory.</li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.ucb.XSortedDynamicResultSetFactory */ public class _XSortedDynamicResultSetFactory extends MultiMethodTest { 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 { diff --git a/qadevOOo/tests/java/ifc/uno/_XNamingService.java b/qadevOOo/tests/java/ifc/uno/_XNamingService.java index 38f96cb55cb5..2e6df574ab9a 100644 --- a/qadevOOo/tests/java/ifc/uno/_XNamingService.java +++ b/qadevOOo/tests/java/ifc/uno/_XNamingService.java @@ -33,7 +33,7 @@ import com.sun.star.uno.XNamingService; * <li> <code>'XNamingService.RegisterObject'</code> : * object to be registered.</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. */ public class _XNamingService extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/util/_XFlushable.java b/qadevOOo/tests/java/ifc/util/_XFlushable.java index 2c7b29753e19..8cb849b008bb 100644 --- a/qadevOOo/tests/java/ifc/util/_XFlushable.java +++ b/qadevOOo/tests/java/ifc/util/_XFlushable.java @@ -31,7 +31,7 @@ import com.sun.star.util.XFlushable; * <li><code> addFlushListener()</code></li> * <li><code> removeFlushListener()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.util.XFlushable */ public class _XFlushable extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/util/_XMergeable.java b/qadevOOo/tests/java/ifc/util/_XMergeable.java index 18c8f9e14962..b97df02f4ff3 100644 --- a/qadevOOo/tests/java/ifc/util/_XMergeable.java +++ b/qadevOOo/tests/java/ifc/util/_XMergeable.java @@ -30,7 +30,7 @@ import com.sun.star.util.XMergeable; * <li><code> merge()</code></li> * <li><code> getIsMerged()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.util.XMergeable */ public class _XMergeable extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/util/_XModeSelector.java b/qadevOOo/tests/java/ifc/util/_XModeSelector.java index b221e598299f..d787eea42759 100644 --- a/qadevOOo/tests/java/ifc/util/_XModeSelector.java +++ b/qadevOOo/tests/java/ifc/util/_XModeSelector.java @@ -31,7 +31,7 @@ import com.sun.star.util.XModeSelector; * <li><code>getSupportedModes()</code></li> * <li><code>supportsMode()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.util.XModeSelector */ public class _XModeSelector extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/util/_XModifyBroadcaster.java b/qadevOOo/tests/java/ifc/util/_XModifyBroadcaster.java index 15440c77ffb0..4e3a3043113d 100644 --- a/qadevOOo/tests/java/ifc/util/_XModifyBroadcaster.java +++ b/qadevOOo/tests/java/ifc/util/_XModifyBroadcaster.java @@ -36,7 +36,7 @@ import com.sun.star.util.XModifyListener; * listeners are called only in case of * interaction with UI. <p> * -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.util.XModifyBroadcaster */ public class _XModifyBroadcaster extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/util/_XNumberFormatsSupplier.java b/qadevOOo/tests/java/ifc/util/_XNumberFormatsSupplier.java index c25535c08384..65785807d262 100644 --- a/qadevOOo/tests/java/ifc/util/_XNumberFormatsSupplier.java +++ b/qadevOOo/tests/java/ifc/util/_XNumberFormatsSupplier.java @@ -31,7 +31,7 @@ import com.sun.star.util.XNumberFormatsSupplier; * <li><code> getNumberFormatSettings()</code></li> * <li><code> getNumberFormats()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.util.XNumberFormatsSupplier */ public class _XNumberFormatsSupplier extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/util/_XNumberFormatter.java b/qadevOOo/tests/java/ifc/util/_XNumberFormatter.java index 22f1850c1c29..01f419ac7c3f 100644 --- a/qadevOOo/tests/java/ifc/util/_XNumberFormatter.java +++ b/qadevOOo/tests/java/ifc/util/_XNumberFormatter.java @@ -37,7 +37,7 @@ import com.sun.star.util.XNumberFormatter; * <li><code> queryColorForNumber() </code></li> * <li><code> queryColorForString() </code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.util.XNumberFormatter */ public class _XNumberFormatter extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/util/_XRefreshable.java b/qadevOOo/tests/java/ifc/util/_XRefreshable.java index 6ed1a415206e..1edfae0d5579 100644 --- a/qadevOOo/tests/java/ifc/util/_XRefreshable.java +++ b/qadevOOo/tests/java/ifc/util/_XRefreshable.java @@ -31,7 +31,7 @@ import com.sun.star.util.XRefreshable; * <li><code> addRefreshListener()</code></li> * <li><code> removeRefreshListener()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.util.XRefreshable */ public class _XRefreshable extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/util/_XReplaceDescriptor.java b/qadevOOo/tests/java/ifc/util/_XReplaceDescriptor.java index 06041b90ab89..f6dd59847340 100644 --- a/qadevOOo/tests/java/ifc/util/_XReplaceDescriptor.java +++ b/qadevOOo/tests/java/ifc/util/_XReplaceDescriptor.java @@ -29,7 +29,7 @@ import com.sun.star.util.XReplaceDescriptor; * <li><code> getReplaceString()</code></li> * <li><code> setReplaceString()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.util.XReplaceDescriptor */ public class _XReplaceDescriptor extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/util/_XReplaceable.java b/qadevOOo/tests/java/ifc/util/_XReplaceable.java index c60382c8ca7f..1515d7a53f39 100644 --- a/qadevOOo/tests/java/ifc/util/_XReplaceable.java +++ b/qadevOOo/tests/java/ifc/util/_XReplaceable.java @@ -37,7 +37,7 @@ import com.sun.star.util.XSearchDescriptor; * <b>must containt</b> string 'xTextDoc'. Only * in that case this interface is tested correctly. <p> * - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.util.XReplaceable */ public class _XReplaceable extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/util/_XSearchDescriptor.java b/qadevOOo/tests/java/ifc/util/_XSearchDescriptor.java index d36ffac0871f..f1761ce755c1 100644 --- a/qadevOOo/tests/java/ifc/util/_XSearchDescriptor.java +++ b/qadevOOo/tests/java/ifc/util/_XSearchDescriptor.java @@ -29,7 +29,7 @@ import com.sun.star.util.XSearchDescriptor; * <li><code> getSearchString()</code></li> * <li><code> setSearchString()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.util.XSearchDescriptor */ public class _XSearchDescriptor extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/util/_XSearchable.java b/qadevOOo/tests/java/ifc/util/_XSearchable.java index 76aed9fa2ac1..6669b322de68 100644 --- a/qadevOOo/tests/java/ifc/util/_XSearchable.java +++ b/qadevOOo/tests/java/ifc/util/_XSearchable.java @@ -39,7 +39,7 @@ import com.sun.star.util.XSearchable; * <b>must containt</b> string 'xTextDoc'. Only * in that case this interface is tested correctly. <p> * - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.util.XSearchable */ public class _XSearchable extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/util/_XSortable.java b/qadevOOo/tests/java/ifc/util/_XSortable.java index 9658828c5bd6..389bd56a8422 100644 --- a/qadevOOo/tests/java/ifc/util/_XSortable.java +++ b/qadevOOo/tests/java/ifc/util/_XSortable.java @@ -41,7 +41,7 @@ import com.sun.star.util.XSortable; * _XSortable.XSortChecker</code> interface implementation * </li> * <ul><p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.util.XSortable */ public class _XSortable extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/util/_XURLTransformer.java b/qadevOOo/tests/java/ifc/util/_XURLTransformer.java index cdedf7dbd9d5..aee159b66017 100644 --- a/qadevOOo/tests/java/ifc/util/_XURLTransformer.java +++ b/qadevOOo/tests/java/ifc/util/_XURLTransformer.java @@ -31,7 +31,7 @@ import lib.MultiMethodTest; * <li><code> parseSmart() </code></li> * <li><code> getPresentation() </code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.util.XURLTransformer */ public class _XURLTransformer extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/view/_XControlAccess.java b/qadevOOo/tests/java/ifc/view/_XControlAccess.java index 1a23d3fd8dae..26d9d3a681ea 100644 --- a/qadevOOo/tests/java/ifc/view/_XControlAccess.java +++ b/qadevOOo/tests/java/ifc/view/_XControlAccess.java @@ -48,7 +48,7 @@ import com.sun.star.view.XControlAccess; * for adding a component (such as CommandButton) and obtaining * its control via tested interface. </li> * <ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.view.XControlAccess */ public class _XControlAccess extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/view/_XFormLayerAccess.java b/qadevOOo/tests/java/ifc/view/_XFormLayerAccess.java index b32778a3487c..12efb5beb220 100644 --- a/qadevOOo/tests/java/ifc/view/_XFormLayerAccess.java +++ b/qadevOOo/tests/java/ifc/view/_XFormLayerAccess.java @@ -36,7 +36,7 @@ import lib.StatusException; * <li><code> setFormDesignMode()</code></li> * </ul> <p> * - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.view.XFormLayerAccess */ public class _XFormLayerAccess extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/view/_XMultiSelectionSupplier.java b/qadevOOo/tests/java/ifc/view/_XMultiSelectionSupplier.java index 3ca7861c0db0..69ed794b2005 100644 --- a/qadevOOo/tests/java/ifc/view/_XMultiSelectionSupplier.java +++ b/qadevOOo/tests/java/ifc/view/_XMultiSelectionSupplier.java @@ -45,7 +45,7 @@ import lib.StatusException; * <li> <code>'Comparer'</code> of type <code>Comparator</code> : * the interface for comparing of selected instances</li> * <ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.view.XSelectionSupplier */ public class _XMultiSelectionSupplier extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/view/_XPrintSettingsSupplier.java b/qadevOOo/tests/java/ifc/view/_XPrintSettingsSupplier.java index 62933a9f4ec5..cb11b303dd5a 100644 --- a/qadevOOo/tests/java/ifc/view/_XPrintSettingsSupplier.java +++ b/qadevOOo/tests/java/ifc/view/_XPrintSettingsSupplier.java @@ -30,7 +30,7 @@ import com.sun.star.view.XPrintSettingsSupplier; * <ul> * <li><code> getPrintSettings()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.view.XPrintSettingsSupplier */ public class _XPrintSettingsSupplier extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/view/_XPrintable.java b/qadevOOo/tests/java/ifc/view/_XPrintable.java index eba0f695f719..cb7baa91741a 100644 --- a/qadevOOo/tests/java/ifc/view/_XPrintable.java +++ b/qadevOOo/tests/java/ifc/view/_XPrintable.java @@ -38,7 +38,7 @@ import com.sun.star.view.XPrintable; * <li><code> setPrinter()</code></li> * <li><code> print()</code></li> * </ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.view.XPrintable */ public class _XPrintable extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/view/_XScreenCursor.java b/qadevOOo/tests/java/ifc/view/_XScreenCursor.java index 7ea73823de8c..45510f593b0d 100644 --- a/qadevOOo/tests/java/ifc/view/_XScreenCursor.java +++ b/qadevOOo/tests/java/ifc/view/_XScreenCursor.java @@ -36,7 +36,7 @@ import com.sun.star.view.XScreenCursor; * thereby their calls have no effect when document is opened * in hidden mode. <p> * - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.view.XScreenCursor */ public class _XScreenCursor extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/view/_XSelectionSupplier.java b/qadevOOo/tests/java/ifc/view/_XSelectionSupplier.java index 37fce51db73d..28a0288b270b 100644 --- a/qadevOOo/tests/java/ifc/view/_XSelectionSupplier.java +++ b/qadevOOo/tests/java/ifc/view/_XSelectionSupplier.java @@ -43,7 +43,7 @@ import lib.StatusException; * <li> <code>'Comparer'</code> of type <code>Comparator</code> : * the interface for comparing of selected instances</li> * <ul> <p> - * Test is <b> NOT </b> multithread compilant. <p> + * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.view.XSelectionSupplier */ public class _XSelectionSupplier extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/view/_XViewSettingsSupplier.java b/qadevOOo/tests/java/ifc/view/_XViewSettingsSupplier.java index eff1f071369a..e84a5b7b14d1 100644 --- a/qadevOOo/tests/java/ifc/view/_XViewSettingsSupplier.java +++ b/qadevOOo/tests/java/ifc/view/_XViewSettingsSupplier.java @@ -30,7 +30,7 @@ import com.sun.star.view.XViewSettingsSupplier; * <ul> * <li><code> getViewSettings()</code></li> * </ul> <p> - * Test is multithread compilant. <p> + * Test is multithread compliant. <p> * @see com.sun.star.view.XViewSettingsSupplier */ public class _XViewSettingsSupplier extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java b/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java index 3024769112dc..0e81e5699e89 100644 --- a/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java +++ b/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java @@ -70,7 +70,7 @@ import com.sun.star.xml.sax.XLocator; * ant it must check if the XML data was successfully imported to * the document. </li> * </li> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.xml.sax.XDocumentHandler */ public class _XDocumentHandler extends MultiMethodTest { diff --git a/qadevOOo/tests/java/mod/_cpld/DLLComponentLoader.java b/qadevOOo/tests/java/mod/_cpld/DLLComponentLoader.java index 25985c744a9e..748a3e30b6b0 100644 --- a/qadevOOo/tests/java/mod/_cpld/DLLComponentLoader.java +++ b/qadevOOo/tests/java/mod/_cpld/DLLComponentLoader.java @@ -36,7 +36,7 @@ import com.sun.star.uno.XInterface; * <li> <code>XImpReg.dll</code> : DLL which will be loaded in * <code>XImplementationLoader</code> interface test. </li> * <ul> -* Multithread testing compilant. +* Multithread testing compliant. * @see com.sun.star.loader.XImplementationLoader * @see com.sun.star.lang.XServiceInfo * @see ifc.loader._XImplementationLoader diff --git a/qadevOOo/tests/java/mod/_javaloader/JavaComponentLoader.java b/qadevOOo/tests/java/mod/_javaloader/JavaComponentLoader.java index df4aaaa7ba44..c3f71e730f87 100644 --- a/qadevOOo/tests/java/mod/_javaloader/JavaComponentLoader.java +++ b/qadevOOo/tests/java/mod/_javaloader/JavaComponentLoader.java @@ -36,7 +36,7 @@ import com.sun.star.uno.XInterface; * <li> <code>MyPersistObjectImpl.jar</code> : jar which will be loaded in * <code>XImplementationLoader</code> interface test. </li> * <ul> -* Multithread testing compilant. +* Multithread testing compliant. * @see com.sun.star.loader.XImplementationLoader * @see com.sun.star.lang.XServiceInfo * @see ifc.loader._XImplementationLoader diff --git a/qadevOOo/tests/java/mod/_javaloader/uno/JavaComponentLoader.java b/qadevOOo/tests/java/mod/_javaloader/uno/JavaComponentLoader.java index 5b66c6275c73..3f31adb438c9 100644 --- a/qadevOOo/tests/java/mod/_javaloader/uno/JavaComponentLoader.java +++ b/qadevOOo/tests/java/mod/_javaloader/uno/JavaComponentLoader.java @@ -33,7 +33,7 @@ import util.utils; * <li> <code>MyPersistObjectImpl.jar</code> : jar which will be loaded in * <code>XImplementationLoader</code> interface test. </li> * <ul> -* Multithread testing compilant. +* Multithread testing compliant. * @see com.sun.star.loader.XImplementationLoader * @see com.sun.star.lang.XServiceInfo * @see ifc.loader._XImplementationLoader diff --git a/qadevOOo/tests/java/mod/_shlibloader/uno/DLLComponentLoader.java b/qadevOOo/tests/java/mod/_shlibloader/uno/DLLComponentLoader.java index cb467f5bba68..0170388467f5 100644 --- a/qadevOOo/tests/java/mod/_shlibloader/uno/DLLComponentLoader.java +++ b/qadevOOo/tests/java/mod/_shlibloader/uno/DLLComponentLoader.java @@ -34,7 +34,7 @@ import util.utils; * <li> <code>XImpReg.dll</code> : DLL which will be loaded in * <code>XImplementationLoader</code> interface test. </li> * <ul> -* Multithread testing compilant. +* Multithread testing compliant. * @see com.sun.star.loader.XImplementationLoader * @see com.sun.star.lang.XServiceInfo * @see ifc.loader._XImplementationLoader diff --git a/sc/qa/complex/dataPilot/_XNamed.java b/sc/qa/complex/dataPilot/_XNamed.java index a0f048c15b0b..11c1df4d5409 100644 --- a/sc/qa/complex/dataPilot/_XNamed.java +++ b/sc/qa/complex/dataPilot/_XNamed.java @@ -37,7 +37,7 @@ import lib.TestParameters; * isn't to be tested and result of this test will be * equal to relation value.</li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.container.XNamed */ public class _XNamed { diff --git a/ucb/qa/complex/tdoc/_XCommandProcessor.java b/ucb/qa/complex/tdoc/_XCommandProcessor.java index 1dd61cceb900..95fe749ae717 100644 --- a/ucb/qa/complex/tdoc/_XCommandProcessor.java +++ b/ucb/qa/complex/tdoc/_XCommandProcessor.java @@ -62,7 +62,7 @@ import share.LogWriter; * is not specified. This file is used by 'GlobalTransfer' * command as a source file for copying.</li> * <ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.ucb.XCommandProcessor */ public class _XCommandProcessor { diff --git a/ucb/qa/complex/tdoc/_XServiceInfo.java b/ucb/qa/complex/tdoc/_XServiceInfo.java index 828a6d054d56..85cd5211d2c2 100644 --- a/ucb/qa/complex/tdoc/_XServiceInfo.java +++ b/ucb/qa/complex/tdoc/_XServiceInfo.java @@ -29,7 +29,7 @@ import share.LogWriter; * <li><code> supportsService()</code></li> * <li><code> getSupportedServiceNames()</code></li> * </ul> <p> -* Test is multithread compilant. <p> +* Test is multithread compliant. <p> * @see com.sun.star.lang.XServiceInfo */ public class _XServiceInfo { diff --git a/ucb/qa/complex/tdoc/_XTypeProvider.java b/ucb/qa/complex/tdoc/_XTypeProvider.java index 5b1bf63339de..bcf8f5f6bfcd 100644 --- a/ucb/qa/complex/tdoc/_XTypeProvider.java +++ b/ucb/qa/complex/tdoc/_XTypeProvider.java @@ -29,7 +29,7 @@ import share.LogWriter; * <li><code> getTypes()</code></li> * <li><code> getImplementationId()</code></li> * </ul> <p> -* Test is <b> NOT </b> multithread compilant. <p> +* Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.lang.XTypeProvider */ public class _XTypeProvider { |