summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sw/PageStyle.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sw/PageStyle.java')
-rw-r--r--[-rwxr-xr-x]qadevOOo/tests/java/mod/_sw/PageStyle.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/PageStyle.java b/qadevOOo/tests/java/mod/_sw/PageStyle.java
index 25434add31cb..4c7b369d37a9 100755..100644
--- a/qadevOOo/tests/java/mod/_sw/PageStyle.java
+++ b/qadevOOo/tests/java/mod/_sw/PageStyle.java
@@ -104,15 +104,15 @@ public class PageStyle extends TestCase {
log.println("Chosen pool style: "+oStyle.getName());
} catch ( com.sun.star.lang.WrappedTargetException e ) {
- log.println("Error: exception occured.");
+ log.println("Error: exception occurred.");
e.printStackTrace(log);
throw new StatusException( "Couldn't create environment ", e );
} catch ( com.sun.star.lang.IndexOutOfBoundsException e ) {
- log.println("Error: exception occured.");
+ log.println("Error: exception occurred.");
e.printStackTrace(log);
throw new StatusException( "Couldn't create environment ", e );
} catch ( com.sun.star.container.NoSuchElementException e ) {
- log.println("Error: exception occured.");
+ log.println("Error: exception occurred.");
e.printStackTrace(log);
throw new StatusException( "Couldn't create environment ", e );
}
@@ -126,7 +126,7 @@ public class PageStyle extends TestCase {
// oMSF.createInstanceWithArguments("com.sun.star.style.PageStyle",new Object[]{oStyle});
oMyStyle = (XStyle) UnoRuntime.queryInterface(XStyle.class, oInt);
} catch ( com.sun.star.uno.Exception e ) {
- log.println("Error: exception occured.");
+ log.println("Error: exception occurred.");
e.printStackTrace(log);
throw new StatusException( "Couldn't create environment ", e );
}