summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sw/SwXTextTable.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sw/SwXTextTable.java')
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwXTextTable.java8
1 files changed, 1 insertions, 7 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/SwXTextTable.java b/qadevOOo/tests/java/mod/_sw/SwXTextTable.java
index 2828479090f6..ca29bed3aa92 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXTextTable.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXTextTable.java
@@ -98,13 +98,7 @@ public class SwXTextTable extends TestCase {
tEnv = new TestEnvironment(oObj);
if (SOfficeFactory.getTableCollection(xTextDoc).getCount() == 0) {
- try {
- SOfficeFactory.insertTextContent(xTextDoc, oObj);
- } catch (com.sun.star.lang.IllegalArgumentException uE) {
- uE.printStackTrace(log);
- throw new StatusException("Couldn't create TextTable : " +
- uE.getMessage(), uE);
- }
+ SOfficeFactory.insertTextContent(xTextDoc, oObj);
}
XPropertySet props = UnoRuntime.queryInterface(