summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/ifc
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc')
-rw-r--r--qadevOOo/tests/java/ifc/awt/_XScrollBar.java14
-rw-r--r--qadevOOo/tests/java/ifc/awt/_XSpinValue.java12
-rw-r--r--qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboard.java2
-rw-r--r--qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboardNotifier.java2
4 files changed, 15 insertions, 15 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_XScrollBar.java b/qadevOOo/tests/java/ifc/awt/_XScrollBar.java
index 8b0e0916e7f8..5dfae24fad4b 100644
--- a/qadevOOo/tests/java/ifc/awt/_XScrollBar.java
+++ b/qadevOOo/tests/java/ifc/awt/_XScrollBar.java
@@ -52,7 +52,7 @@ public class _XScrollBar extends MultiMethodTest {
public void _removeAdjustmentListener() {
//this method is checked in addAjustmentListener
- //so that method is requiered here and if it works
+ //so that method is required here and if it works
//this method is given OK too
requiredMethod("addAdjustmentListener()");
tRes.tested("removeAdjustmentListener()", true);
@@ -67,7 +67,7 @@ public class _XScrollBar extends MultiMethodTest {
public void _getBlockIncrement() {
//this method is checked in the corresponding set method
- //so that method is requiered here and if it works
+ //so that method is required here and if it works
//this method is given OK too
requiredMethod("setBlockIncrement()");
tRes.tested("getBlockIncrement()", true);
@@ -82,7 +82,7 @@ public class _XScrollBar extends MultiMethodTest {
public void _getLineIncrement() {
//this method is checked in the corresponding set method
- //so that method is requiered here and if it works
+ //so that method is required here and if it works
//this method is given OK too
requiredMethod("setLineIncrement()");
tRes.tested("getLineIncrement()", true);
@@ -97,7 +97,7 @@ public class _XScrollBar extends MultiMethodTest {
public void _getMaximum() {
//this method is checked in the corresponding set method
- //so that method is requiered here and if it works
+ //so that method is required here and if it works
//this method is given OK too
requiredMethod("setMaximum()");
tRes.tested("getMaximum()", true);
@@ -112,7 +112,7 @@ public class _XScrollBar extends MultiMethodTest {
public void _getOrientation() {
//this method is checked in the corresponding set method
- //so that method is requiered here and if it works
+ //so that method is required here and if it works
//this method is given OK too
requiredMethod("setOrientation()");
tRes.tested("getOrientation()", true);
@@ -128,7 +128,7 @@ public class _XScrollBar extends MultiMethodTest {
public void _getValue() {
//this method is checked in the corresponding set method
- //so that method is requiered here and if it works
+ //so that method is required here and if it works
//this method is given OK too
requiredMethod("setValue()");
tRes.tested("getValue()", true);
@@ -143,7 +143,7 @@ public class _XScrollBar extends MultiMethodTest {
public void _getVisibleSize() {
//this method is checked in the corresponding set method
- //so that method is requiered here and if it works
+ //so that method is required here and if it works
//this method is given OK too
requiredMethod("setVisibleSize()");
tRes.tested("getVisibleSize()", true);
diff --git a/qadevOOo/tests/java/ifc/awt/_XSpinValue.java b/qadevOOo/tests/java/ifc/awt/_XSpinValue.java
index 4cf3e195650e..bc19d4fdaba7 100644
--- a/qadevOOo/tests/java/ifc/awt/_XSpinValue.java
+++ b/qadevOOo/tests/java/ifc/awt/_XSpinValue.java
@@ -51,7 +51,7 @@ public class _XSpinValue extends MultiMethodTest {
public void _removeAdjustmentListener() {
//this method is checked in addAjustmentListener
- //so that method is requiered here and if it works
+ //so that method is required here and if it works
//this method is given OK too
requiredMethod("addAdjustmentListener()");
tRes.tested("removeAdjustmentListener()", true);
@@ -66,7 +66,7 @@ public class _XSpinValue extends MultiMethodTest {
public void _getSpinIncrement() {
//this method is checked in the corresponding set method
- //so that method is requiered here and if it works
+ //so that method is required here and if it works
//this method is given OK too
requiredMethod("setSpinIncrement()");
tRes.tested("getSpinIncrement()", true);
@@ -82,7 +82,7 @@ public class _XSpinValue extends MultiMethodTest {
public void _getMaximum() {
//this method is checked in the corresponding set method
- //so that method is requiered here and if it works
+ //so that method is required here and if it works
//this method is given OK too
requiredMethod("setMaximum()");
tRes.tested("getMaximum()", true);
@@ -97,7 +97,7 @@ public class _XSpinValue extends MultiMethodTest {
public void _getMinimum() {
//this method is checked in the corresponding set method
- //so that method is requiered here and if it works
+ //so that method is required here and if it works
//this method is given OK too
requiredMethod("setMinimum()");
tRes.tested("getMinimum()", true);
@@ -118,7 +118,7 @@ public class _XSpinValue extends MultiMethodTest {
public void _getOrientation() {
//this method is checked in the corresponding set method
- //so that method is requiered here and if it works
+ //so that method is required here and if it works
//this method is given OK too
requiredMethod("setOrientation()");
tRes.tested("getOrientation()", true);
@@ -134,7 +134,7 @@ public class _XSpinValue extends MultiMethodTest {
public void _getValue() {
//this method is checked in the corresponding set method
- //so that method is requiered here and if it works
+ //so that method is required here and if it works
//this method is given OK too
requiredMethod("setValue()");
tRes.tested("getValue()", true);
diff --git a/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboard.java b/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboard.java
index ffbec7a34855..e3d7b29f6914 100644
--- a/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboard.java
+++ b/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboard.java
@@ -56,7 +56,7 @@ public class _XClipboard extends MultiMethodTest {
}
/**
- * Simpliest <code>XTransferable</code> interface implementation.
+ * Simplest <code>XTransferable</code> interface implementation.
*/
static class MyTransferable implements XTransferable {
public Object getTransferData(DataFlavor dataFlavor) {
diff --git a/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboardNotifier.java b/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboardNotifier.java
index 49236c8811de..b26e89333e40 100644
--- a/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboardNotifier.java
+++ b/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboardNotifier.java
@@ -60,7 +60,7 @@ public class _XClipboardNotifier extends MultiMethodTest {
}
/**
- * Simpliest <code>XTransferable</code> interface implementation
+ * Simplest <code>XTransferable</code> interface implementation
* which supports "text/html" data type.
*/
static class MyTransferable implements XTransferable {