summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/ui/dialogs
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/ui/dialogs')
-rw-r--r--qadevOOo/tests/java/ifc/ui/dialogs/_XFilePicker.java6
-rw-r--r--qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java8
-rw-r--r--qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java4
-rw-r--r--qadevOOo/tests/java/ifc/ui/dialogs/_XFilterManager.java2
-rw-r--r--qadevOOo/tests/java/ifc/ui/dialogs/_XFolderPicker.java2
5 files changed, 11 insertions, 11 deletions
diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePicker.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePicker.java
index a75b20ac64ed..5e765dca5bc4 100644
--- a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePicker.java
+++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePicker.java
@@ -52,7 +52,7 @@ public class _XFilePicker extends MultiMethodTest {
/**
* Sets the current directory to the test document directory. <p>
- * Has <b>OK</b> status if no exceptions occured.
+ * Has <b>OK</b> status if no exceptions occurred.
*/
public void _setDisplayDirectory() {
boolean result = true ;
@@ -91,7 +91,7 @@ public class _XFilePicker extends MultiMethodTest {
/**
* Sets default name to file name existing in test document
* directory ('space-metal.jpg'). <p>
- * Has <b>OK</b> status if no exceptions occured.
+ * Has <b>OK</b> status if no exceptions occurred.
*/
public void _setDefaultName() {
boolean result = true ;
@@ -109,7 +109,7 @@ public class _XFilePicker extends MultiMethodTest {
/**
* Just switch object to MultiSelectionMode. There is no ways
* to check this method (only interactively). <p>
- * Has <b>OK</b> status if no runtime exceptions occured.
+ * Has <b>OK</b> status if no runtime exceptions occurred.
*/
public void _setMultiSelectionMode() {
diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java
index b336af1a826e..e280e3418404 100644
--- a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java
+++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java
@@ -48,7 +48,7 @@ import com.sun.star.ui.dialogs.XFilePickerControlAccess;
* <code>Short</code>) : control identifier in the extended
* FilePicker dialog. </li>
* <li> <code>'XFilePickerControlAccess.ControlValue'</code> (of type
-* <code>Object</code>) <b>optional</b> (but mostly desireable
+* <code>Object</code>) <b>optional</b> (but mostly desirable
* since the control has emtpy initial value):
* the value which can set for the control . </li>
* <ul> <p>
@@ -79,7 +79,7 @@ public class _XFilePickerControlAccess extends MultiMethodTest {
/**
* Gets the value of the control and stores it. <p>
- * Has <b>OK</b> status if no runtime exceptions occured.
+ * Has <b>OK</b> status if no runtime exceptions occurred.
*/
public void _getValue() {
boolean result = true ;
@@ -132,7 +132,7 @@ public class _XFilePickerControlAccess extends MultiMethodTest {
/**
* Gets the label of the control and stores it. <p>
- * Has <b>OK</b> status if no runtime exceptions occured.
+ * Has <b>OK</b> status if no runtime exceptions occurred.
*/
public void _getLabel() {
@@ -178,7 +178,7 @@ public class _XFilePickerControlAccess extends MultiMethodTest {
/**
* Disables and then enables the control. Can be checked only
* interactively. <p>
- * Has <b>OK</b> status if no runtime exceptions occured.
+ * Has <b>OK</b> status if no runtime exceptions occurred.
*/
public void _enableControl() {
boolean result = true ;
diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java
index da1bebe28599..4bc6e23af926 100644
--- a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java
+++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java
@@ -104,9 +104,9 @@ public class _XFilePickerNotifier extends MultiMethodTest {
(XFilePicker.class, oObj) ;
if (fps == null) {
- log.println("The object doesnt implement XFilePicker") ;
+ log.println("The object doesn't implement XFilePicker") ;
throw new StatusException(Status.failed
- ("The object doesnt implement XFilePicker"));
+ ("The object doesn't implement XFilePicker"));
}
XExecutableDialog exD = (XExecutableDialog) UnoRuntime.queryInterface(
diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilterManager.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilterManager.java
index 1ca62fa88077..a83716f9d579 100644
--- a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilterManager.java
+++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilterManager.java
@@ -60,7 +60,7 @@ public class _XFilterManager extends MultiMethodTest {
/**
* Sets the current filter to that which was appended before.<p>
- * Has <b>OK</b> status if no exceptions occured, else one of
+ * Has <b>OK</b> status if no exceptions occurred, else one of
* <code>appendFilter</code> and <code>setCurrentFilter</code>
* methods failed. <p>
* The following method tests are to be completed successfully before :
diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XFolderPicker.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XFolderPicker.java
index eed2dec05d5d..8262b139364f 100644
--- a/qadevOOo/tests/java/ifc/ui/dialogs/_XFolderPicker.java
+++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XFolderPicker.java
@@ -45,7 +45,7 @@ public class _XFolderPicker extends MultiMethodTest {
/**
* Sets the current directory to SOffice temp dir. <p>
- * Has <b>OK</b> status if no exceptions occured.
+ * Has <b>OK</b> status if no exceptions occurred.
*/
public void _setDisplayDirectory() {
boolean result = true ;