summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/mod/_sw/XMLContentExporter.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sw/XMLContentExporter.java')
-rw-r--r--qadevOOo/tests/java/mod/_sw/XMLContentExporter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/XMLContentExporter.java b/qadevOOo/tests/java/mod/_sw/XMLContentExporter.java
index b5ce7ab8412c..8f7603a37eb1 100644
--- a/qadevOOo/tests/java/mod/_sw/XMLContentExporter.java
+++ b/qadevOOo/tests/java/mod/_sw/XMLContentExporter.java
@@ -129,7 +129,7 @@ public class XMLContentExporter extends TestCase {
// text added to the document
XSimpleText aText = xTextDoc.getText();
- XTextCursor curs = (XTextCursor) aText.createTextCursor();
+ XTextCursor curs = aText.createTextCursor();
aText.insertString(curs, CONTENT, false);
} catch (com.sun.star.uno.Exception e) {
e.printStackTrace(log) ;