summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sw/SwXDocumentIndexes.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sw/SwXDocumentIndexes.java')
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwXDocumentIndexes.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/SwXDocumentIndexes.java b/qadevOOo/tests/java/mod/_sw/SwXDocumentIndexes.java
index b2dd757a2521..d4ff191f42f6 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXDocumentIndexes.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXDocumentIndexes.java
@@ -95,7 +95,7 @@ public class SwXDocumentIndexes extends TestCase {
XTextContent xTC = null;
try {
- xTC = SOF.createIndex(xTextDoc,"com.sun.star.text.ContentIndex");
+ xTC = SOfficeFactory.createIndex(xTextDoc,"com.sun.star.text.ContentIndex");
}
catch ( com.sun.star.uno.Exception e) {
e.printStackTrace(log);