summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sw/SwXTableCellText.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sw/SwXTableCellText.java')
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwXTableCellText.java8
1 files changed, 1 insertions, 7 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/SwXTableCellText.java b/qadevOOo/tests/java/mod/_sw/SwXTableCellText.java
index a216e471b70b..191cc4c29828 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXTableCellText.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXTableCellText.java
@@ -117,13 +117,7 @@ public class SwXTableCellText extends TestCase {
XTextTable oTable = null;
log.println( "Creating a test environment" );
- try {
- oTable = SOfficeFactory.createTextTable( xTextDoc );
- } catch ( com.sun.star.uno.Exception e ) {
- e.printStackTrace( log );
- throw new StatusException("Couldn't create TextTable : "
- +e.getMessage(),e);
- }
+ oTable = SOfficeFactory.createTextTable( xTextDoc );
try {
SOfficeFactory.insertTextContent(xTextDoc, oTable );