summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentExporter.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentExporter.java')
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentExporter.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentExporter.java b/qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentExporter.java
index cb091dccaabb..c04e7dc39fbd 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentExporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Chart/XMLContentExporter.java
@@ -69,7 +69,7 @@ public class XMLContentExporter extends TestCase {
protected void initialize( TestParameters tParam, PrintWriter log ) {
// get a soffice factory object
- SOfficeFactory SOF = SOfficeFactory.getFactory( (XMultiServiceFactory)tParam.getMSF());
+ SOfficeFactory SOF = SOfficeFactory.getFactory( tParam.getMSF());
try {
log.println( "creating a chartdocument" );
@@ -115,7 +115,7 @@ public class XMLContentExporter extends TestCase {
*/
protected synchronized TestEnvironment createTestEnvironment(TestParameters tParam, PrintWriter log) {
- XMultiServiceFactory xMSF = (XMultiServiceFactory)tParam.getMSF() ;
+ XMultiServiceFactory xMSF = tParam.getMSF() ;
XInterface oObj = null;
final String exportStr = "XMLContentExporter" ;