summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sw/SwXTextTableCursor.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-04-26 08:36:04 +0200
committerNoel Grandin <noel@peralex.com>2013-04-26 08:36:04 +0200
commit6f17a2f66fa2a4fec56334783410005c4f2f357a (patch)
tree728696d0f0603783e8d50b9c4c7b43f3016d51ce /qadevOOo/tests/java/mod/_sw/SwXTextTableCursor.java
parent6d4c1f0d4a623bf7f3b3a0af2ece5c969d5aec77 (diff)
Java cleanup, access static methods using correct syntax
Change-Id: I8443aef43d82de33ac7cb47d40cc5b544f7c9c87
Diffstat (limited to 'qadevOOo/tests/java/mod/_sw/SwXTextTableCursor.java')
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwXTextTableCursor.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/SwXTextTableCursor.java b/qadevOOo/tests/java/mod/_sw/SwXTextTableCursor.java
index 7991f9a7fe42..33e5da3b5fd2 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXTextTableCursor.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXTextTableCursor.java
@@ -88,8 +88,8 @@ public class SwXTextTableCursor extends TestCase {
XTextTable oTable = null;
try {
- oTable = SOF.createTextTable( xTextDoc );
- SOF.insertTextContent(xTextDoc, oTable );
+ oTable = SOfficeFactory.createTextTable( xTextDoc );
+ SOfficeFactory.insertTextContent(xTextDoc, oTable );
}
catch( com.sun.star.uno.Exception uE ) {
uE.printStackTrace( log );