summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sw/SwXTextTableRow.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sw/SwXTextTableRow.java')
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwXTextTableRow.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/SwXTextTableRow.java b/qadevOOo/tests/java/mod/_sw/SwXTextTableRow.java
index 7c2522fb6756..24ff4eda9d2f 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXTextTableRow.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXTextTableRow.java
@@ -77,7 +77,7 @@ public class SwXTextTableRow extends TestCase {
try {
log.println("creating a texttable");
- oTable = SOF.createTextTable(xTextDoc,5,5);
+ oTable = SOfficeFactory.createTextTable(xTextDoc,5,5);
} catch( Exception e ) {
e.printStackTrace(log);
}