summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sw/SwXTextTableRow.java
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-09-08 11:54:33 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-09-08 11:54:33 +0000
commitca33146e3789647f0369a4b988f01d07fe5745cb (patch)
treeea21dbeee9fd36e9e8efd891f1826e0bf4652f0b /qadevOOo/tests/java/mod/_sw/SwXTextTableRow.java
parent2fca356b76bf89057ecc5b6a8512773ecbf6d281 (diff)
INTEGRATION: CWS qadev11 (1.3.14); FILE MERGED
2003/09/03 15:34:54 sw 1.3.14.1: #112049#
Diffstat (limited to 'qadevOOo/tests/java/mod/_sw/SwXTextTableRow.java')
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwXTextTableRow.java28
1 files changed, 14 insertions, 14 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/SwXTextTableRow.java b/qadevOOo/tests/java/mod/_sw/SwXTextTableRow.java
index 0610218cd102..0835d954e6bd 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXTextTableRow.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXTextTableRow.java
@@ -2,9 +2,9 @@
*
* $RCSfile: SwXTextTableRow.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change:$Date: 2003-05-27 13:53:47 $
+ * last change:$Date: 2003-09-08 12:54:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,25 +61,26 @@
package mod._sw;
-import com.sun.star.beans.XPropertySet;
-import com.sun.star.lang.XMultiServiceFactory;
-import com.sun.star.container.XIndexAccess;
-import com.sun.star.table.XTableRows;
-import com.sun.star.text.XText;
-import com.sun.star.text.XTextCursor;
-import com.sun.star.text.XTextDocument;
-import com.sun.star.text.XTextTable;
-import com.sun.star.uno.UnoRuntime;
-import com.sun.star.uno.XInterface;
import java.io.PrintWriter;
+
import lib.StatusException;
import lib.TestCase;
import lib.TestEnvironment;
import lib.TestParameters;
import util.SOfficeFactory;
+import com.sun.star.beans.XPropertySet;
+import com.sun.star.container.XIndexAccess;
+import com.sun.star.lang.XMultiServiceFactory;
+import com.sun.star.table.XTableRows;
+import com.sun.star.text.XText;
+import com.sun.star.text.XTextCursor;
+import com.sun.star.text.XTextDocument;
+import com.sun.star.text.XTextTable;
import com.sun.star.uno.AnyConverter;
import com.sun.star.uno.Type;
+import com.sun.star.uno.UnoRuntime;
+import com.sun.star.uno.XInterface;
public class SwXTextTableRow extends TestCase {
@@ -105,10 +106,9 @@ public class SwXTextTableRow extends TestCase {
protected synchronized TestEnvironment createTestEnvironment(TestParameters Param, PrintWriter log) {
- XInterface oInterface = null;
XInterface oObj = null;
XTextTable oTable = null;
- boolean result = true;
+
// creation of testobject here