summaryrefslogtreecommitdiff
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/frame/_XDispatchRecorderSupplier.java2
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XFrameLoader.java2
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XSynchronousFrameLoader.java2
-rw-r--r--qadevOOo/tests/java/ifc/i18n/_XCalendar.java2
-rw-r--r--qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java4
5 files changed, 6 insertions, 6 deletions
diff --git a/qadevOOo/tests/java/ifc/frame/_XDispatchRecorderSupplier.java b/qadevOOo/tests/java/ifc/frame/_XDispatchRecorderSupplier.java
index 75ef454efc7b..6edbe973e200 100644
--- a/qadevOOo/tests/java/ifc/frame/_XDispatchRecorderSupplier.java
+++ b/qadevOOo/tests/java/ifc/frame/_XDispatchRecorderSupplier.java
@@ -85,7 +85,7 @@ public class _XDispatchRecorderSupplier extends MultiMethodTest {
desktop = UnoRuntime.queryInterface
(XDesktop.class, inst);
} catch ( com.sun.star.uno.Exception e ) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldn't create document", e );
}
diff --git a/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java b/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java
index 90cd86b89c68..4e016bfdfefb 100644
--- a/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java
+++ b/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java
@@ -107,7 +107,7 @@ public class _XFrameLoader extends MultiMethodTest {
shortWait() ;
frame = dsk.getCurrentFrame() ;
} catch ( com.sun.star.uno.Exception e ) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldn't create a frame.", e );
}
diff --git a/qadevOOo/tests/java/ifc/frame/_XSynchronousFrameLoader.java b/qadevOOo/tests/java/ifc/frame/_XSynchronousFrameLoader.java
index e12ba0766c29..15f4208c9573 100644
--- a/qadevOOo/tests/java/ifc/frame/_XSynchronousFrameLoader.java
+++ b/qadevOOo/tests/java/ifc/frame/_XSynchronousFrameLoader.java
@@ -104,7 +104,7 @@ public class _XSynchronousFrameLoader extends MultiMethodTest {
(XURLTransformer.class, o) ;
} catch ( com.sun.star.uno.Exception e ) {
- // Some exception occures.FAILED
+ // Some exception occurs.FAILED
e.printStackTrace( log );
throw new StatusException( "Couldn't create a document.", e );
}
diff --git a/qadevOOo/tests/java/ifc/i18n/_XCalendar.java b/qadevOOo/tests/java/ifc/i18n/_XCalendar.java
index 7dc2dffe6029..270b1c111eb0 100644
--- a/qadevOOo/tests/java/ifc/i18n/_XCalendar.java
+++ b/qadevOOo/tests/java/ifc/i18n/_XCalendar.java
@@ -326,7 +326,7 @@ public class _XCalendar extends MultiMethodTest {
short get = oObj.getValue(fields[k]);
if (get != set) {
if (debug)
- log.println("ERROR occure: tried to set " + names[k] + " to value " + set);
+ log.println("ERROR occurred: tried to set " + names[k] + " to value " + set);
log.println("list of values BEFORE set " + names[k] + " to value " + set + ":");
for (int n=0; n < oldValues.length; n++){
log.println(names[n] + ":" + oldValues[n]);
diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java
index 892850bdc8ff..fca80b59589e 100644
--- a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java
+++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java
@@ -99,9 +99,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 = UnoRuntime.queryInterface(