summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/frame/_XFramesSupplier.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/frame/_XFramesSupplier.java')
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XFramesSupplier.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/qadevOOo/tests/java/ifc/frame/_XFramesSupplier.java b/qadevOOo/tests/java/ifc/frame/_XFramesSupplier.java
index bd6bcd7a4f86..b7fb16815e1a 100644
--- a/qadevOOo/tests/java/ifc/frame/_XFramesSupplier.java
+++ b/qadevOOo/tests/java/ifc/frame/_XFramesSupplier.java
@@ -88,11 +88,11 @@ public class _XFramesSupplier extends MultiMethodTest {
log.println("Can't convert any");
}
} catch (com.sun.star.lang.WrappedTargetException e) {
- log.println("Exception occured while calling getByIndex() method :") ;
+ log.println("Exception occurred while calling getByIndex() method :") ;
e.printStackTrace(log) ;
return;
} catch (com.sun.star.lang.IndexOutOfBoundsException e) {
- log.println("Exception occured while calling getByIndex() method :") ;
+ log.println("Exception occurred while calling getByIndex() method :") ;
e.printStackTrace(log) ;
return;
}
@@ -136,11 +136,11 @@ public class _XFramesSupplier extends MultiMethodTest {
result = false ;
}
} catch (com.sun.star.lang.WrappedTargetException e) {
- log.println("Exception occured while calling getByIndex() method :") ;
+ log.println("Exception occurred while calling getByIndex() method :") ;
e.printStackTrace(log) ;
return;
} catch (com.sun.star.lang.IndexOutOfBoundsException e) {
- log.println("Exception occured while calling getByIndex() method :") ;
+ log.println("Exception occurred while calling getByIndex() method :") ;
e.printStackTrace(log) ;
return;
}
@@ -181,11 +181,11 @@ public class _XFramesSupplier extends MultiMethodTest {
log.println("Can't convert any");
}
} catch (com.sun.star.lang.WrappedTargetException e) {
- log.println("Exception occured while calling getByIndex() method :") ;
+ log.println("Exception occurred while calling getByIndex() method :") ;
e.printStackTrace(log) ;
return;
} catch (com.sun.star.lang.IndexOutOfBoundsException e) {
- log.println("Exception occured while calling getByIndex() method :") ;
+ log.println("Exception occurred while calling getByIndex() method :") ;
e.printStackTrace(log) ;
return;
}