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.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/SwXTextTable.java b/qadevOOo/tests/java/mod/_sw/SwXTextTable.java
index f97032b4daa7..83a8f30b1bc0 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXTextTable.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXTextTable.java
@@ -104,7 +104,7 @@ public class SwXTextTable extends TestCase {
if (SOF.getTableCollection(xTextDoc).getCount() == 0) {
try {
SOF.insertTextContent(xTextDoc, oObj);
- } catch (com.sun.star.uno.Exception uE) {
+ } catch (com.sun.star.lang.IllegalArgumentException uE) {
uE.printStackTrace(log);
throw new StatusException("Couldn't create TextTable : " +
uE.getMessage(), uE);