summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sheet/_XSpreadsheets.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sheet/_XSpreadsheets.java')
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_XSpreadsheets.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/sheet/_XSpreadsheets.java b/qadevOOo/tests/java/ifc/sheet/_XSpreadsheets.java
index fde1e7dbddb0..0c1151aab544 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XSpreadsheets.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XSpreadsheets.java
@@ -116,7 +116,7 @@ public class _XSpreadsheets extends MultiMethodTest {
* the collection, removes the sheet, tries to insert the sheet with the
* bad name returned by method <code>badName()</code>. <p>
* Has <b> OK </b> status if the inserted sheet exists in the collection
- * after first method call and if exception occured during the second call. <p>
+ * after first method call and if exception occurred during the second call. <p>
*/
public void _insertNewByName() {
boolean result = false;
@@ -148,7 +148,7 @@ public class _XSpreadsheets extends MultiMethodTest {
oObj.removeByName(NewSheet);
} catch (com.sun.star.uno.RuntimeException e) {
log.println(
- "Expected exception occured during testing 'insertNewByName'");
+ "Expected exception occurred during testing 'insertNewByName'");
result &= true;
} catch (com.sun.star.lang.WrappedTargetException e) {
log.print("Can't remove sheet '" + NewSheet + "':");