summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/document/_XActionLockable.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/document/_XActionLockable.java')
-rw-r--r--qadevOOo/tests/java/ifc/document/_XActionLockable.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/ifc/document/_XActionLockable.java b/qadevOOo/tests/java/ifc/document/_XActionLockable.java
index de863e5146fd..87b3dbf75651 100644
--- a/qadevOOo/tests/java/ifc/document/_XActionLockable.java
+++ b/qadevOOo/tests/java/ifc/document/_XActionLockable.java
@@ -46,7 +46,7 @@ public class _XActionLockable extends MultiMethodTest {
/**
* Method addActionLock called first and then
* checked value returned by isActionLocked().<p>
- * Has <b> OK </b> status if no runtime exceptions occured
+ * Has <b> OK </b> status if no runtime exceptions occurred
* and returned value is true.
*/
public void _isActionLocked() {
@@ -58,7 +58,7 @@ public class _XActionLockable extends MultiMethodTest {
/**
* Just calls the method. <p>
- * Has <b> OK </b> status if no runtime exceptions occured
+ * Has <b> OK </b> status if no runtime exceptions occurred
*/
public void _addActionLock() {
requiredMethod("resetActionLocks()");
@@ -68,7 +68,7 @@ public class _XActionLockable extends MultiMethodTest {
/**
* Calls the method and check value returned by isActionLocked(). <p>
- * Has <b> OK </b> status if no runtime exceptions occured
+ * Has <b> OK </b> status if no runtime exceptions occurred
* and returned value is false.
*/
public void _removeActionLock() {
@@ -80,7 +80,7 @@ public class _XActionLockable extends MultiMethodTest {
/**
* Calls the method with specific value. <p>
- * Has <b> OK </b> status if no runtime exceptions occured
+ * Has <b> OK </b> status if no runtime exceptions occurred
*/
public void _setActionLocks() {
oObj.setActionLocks( nLock );