summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java b/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java
index b98783087ed5..dc0e56f85661 100644
--- a/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java
@@ -67,7 +67,7 @@ public class ScDDELinkObj extends TestCase {
* Creates Spreadsheet document.
*/
protected void initialize( TestParameters tParam, PrintWriter log ) {
- SOfficeFactory SOF = SOfficeFactory.getFactory( (XMultiServiceFactory)tParam.getMSF() );
+ SOfficeFactory SOF = SOfficeFactory.getFactory( tParam.getMSF() );
try {
log.println( "creating a Spreadsheet document" );
@@ -132,7 +132,7 @@ public class ScDDELinkObj extends TestCase {
// create testobject here
- XMultiServiceFactory oMSF = (XMultiServiceFactory)Param.getMSF();
+ XMultiServiceFactory oMSF = Param.getMSF();
// load the predefined testdocument
String testdoc = util.utils.getFullTestURL("ScDDELinksObj.ods");