summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_file/calc/ODriver.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_file/calc/ODriver.java')
-rw-r--r--qadevOOo/tests/java/mod/_file/calc/ODriver.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_file/calc/ODriver.java b/qadevOOo/tests/java/mod/_file/calc/ODriver.java
index 4e17d9a448e8..a73a0a3e0333 100644
--- a/qadevOOo/tests/java/mod/_file/calc/ODriver.java
+++ b/qadevOOo/tests/java/mod/_file/calc/ODriver.java
@@ -70,8 +70,7 @@ public class ODriver extends TestCase {
oObj = (XInterface)Param.getMSF().createInstance(
"com.sun.star.comp.sdbc.calc.ODriver");
} catch (com.sun.star.uno.Exception e) {
- e.printStackTrace(log);
- throw new StatusException(Status.failed("Couldn't create object"));
+ throw new StatusException(e, Status.failed("Couldn't create object"));
}
log.println("creating a new environment for calc.ODriver object");