summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sw/SwXCellRange.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sw/SwXCellRange.java')
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwXCellRange.java10
1 files changed, 2 insertions, 8 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/SwXCellRange.java b/qadevOOo/tests/java/mod/_sw/SwXCellRange.java
index b566c1342f47..2069fd9fb65b 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXCellRange.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXCellRange.java
@@ -92,14 +92,8 @@ public class SwXCellRange extends TestCase {
XTextTable the_table = null;
XInterface oObj = null;
- try {
- the_table = SOfficeFactory.createTextTable( xTextDoc );
- the_table.initialize(5, 5);
- } catch ( com.sun.star.uno.Exception e ) {
- e.printStackTrace( log );
- throw new StatusException("Couldn't create testobj: "
- +e.getMessage(),e);
- }
+ the_table = SOfficeFactory.createTextTable( xTextDoc );
+ the_table.initialize(5, 5);
if( SOfficeFactory.getTableCollection( xTextDoc ).getCount() == 0 ) {
try {