summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_forms/OFileControlModel.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_forms/OFileControlModel.java')
-rw-r--r--qadevOOo/tests/java/mod/_forms/OFileControlModel.java8
1 files changed, 2 insertions, 6 deletions
diff --git a/qadevOOo/tests/java/mod/_forms/OFileControlModel.java b/qadevOOo/tests/java/mod/_forms/OFileControlModel.java
index d0644dbbc7cc..b44bbbb8a29a 100644
--- a/qadevOOo/tests/java/mod/_forms/OFileControlModel.java
+++ b/qadevOOo/tests/java/mod/_forms/OFileControlModel.java
@@ -102,9 +102,7 @@ public class OFileControlModel extends TestCase {
log.println("creating a draw document");
xDrawDoc = SOF.createDrawDoc(null);
} catch (com.sun.star.uno.Exception e) {
- log.println("Can't create a document :");
- e.printStackTrace(log);
- throw new StatusException(Status.failed("Can't create a document"));
+ throw new StatusException(e, Status.failed("Can't create a document"));
}
}
@@ -176,9 +174,7 @@ public class OFileControlModel extends TestCase {
aShape.setSize(size);
aShape.setPosition(position);
} catch (com.sun.star.uno.Exception e) {
- // Some exception occurs.FAILED
- log.println("Couldn't create a component " + e);
- throw new StatusException(Status.failed("Can't create component"));
+ throw new StatusException(e, Status.failed("Can't create component"));
}
aShape.setControl(aControl);