summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sheet/_XSheetOperation.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sheet/_XSheetOperation.java')
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_XSheetOperation.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/sheet/_XSheetOperation.java b/qadevOOo/tests/java/ifc/sheet/_XSheetOperation.java
index e57c50c00714..e48b213fc135 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XSheetOperation.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XSheetOperation.java
@@ -69,7 +69,7 @@ public class _XSheetOperation extends MultiMethodTest {
} catch (com.sun.star.uno.Exception e) {
result &= false ;
log.println(
- "Exception occured while checking results of method");
+ "Exception occurred while checking results of method");
e.printStackTrace(log);
}
@@ -93,7 +93,7 @@ public class _XSheetOperation extends MultiMethodTest {
result = resultVal >= 0;
} catch (com.sun.star.uno.Exception e) {
result = false;
- log.println("Exception occured in method computeFunction.");
+ log.println("Exception occurred in method computeFunction.");
e.printStackTrace(log);
}