summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_fwk/MailToDispatcher.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_fwk/MailToDispatcher.java')
-rw-r--r--qadevOOo/tests/java/mod/_fwk/MailToDispatcher.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_fwk/MailToDispatcher.java b/qadevOOo/tests/java/mod/_fwk/MailToDispatcher.java
index 9b5546406e99..98f817d118a9 100644
--- a/qadevOOo/tests/java/mod/_fwk/MailToDispatcher.java
+++ b/qadevOOo/tests/java/mod/_fwk/MailToDispatcher.java
@@ -55,9 +55,7 @@ public class MailToDispatcher extends TestCase {
oObj = (XInterface)Param.getMSF().createInstance(
"com.sun.star.comp.framework.MailToDispatcher");
} catch(com.sun.star.uno.Exception e) {
- e.printStackTrace(log);
- throw new StatusException(
- Status.failed("Couldn't create instance"));
+ throw new StatusException(e, Status.failed("Couldn't create instance"));
}
TestEnvironment tEnv = new TestEnvironment( oObj );