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.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/SwXTableCellText.java b/qadevOOo/tests/java/mod/_sw/SwXTableCellText.java
index 00957a74b650..700780ee1eac 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXTableCellText.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXTableCellText.java
@@ -119,7 +119,7 @@ public class SwXTableCellText extends TestCase {
log.println( "Creating a test environment" );
try {
- oTable = SOF.createTextTable( xTextDoc );
+ oTable = SOfficeFactory.createTextTable( xTextDoc );
} catch ( com.sun.star.uno.Exception e ) {
e.printStackTrace( log );
throw new StatusException("Couldn't create TextTable : "
@@ -127,7 +127,7 @@ public class SwXTableCellText extends TestCase {
}
try {
- SOF.insertTextContent(xTextDoc, oTable );
+ SOfficeFactory.insertTextContent(xTextDoc, oTable );
} catch ( com.sun.star.lang.IllegalArgumentException e ) {
e.printStackTrace( log );
throw new StatusException("Couldn't insert text content : "