summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sd/SdUnoPresView.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sd/SdUnoPresView.java')
-rw-r--r--qadevOOo/tests/java/mod/_sd/SdUnoPresView.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_sd/SdUnoPresView.java b/qadevOOo/tests/java/mod/_sd/SdUnoPresView.java
index 7b4a589c79e0..5a53c546afd4 100644
--- a/qadevOOo/tests/java/mod/_sd/SdUnoPresView.java
+++ b/qadevOOo/tests/java/mod/_sd/SdUnoPresView.java
@@ -88,7 +88,7 @@ public class SdUnoPresView extends TestCase {
protected void initialize(TestParameters Param, PrintWriter log) {
the_Desk = UnoRuntime.queryInterface(
XDesktop.class, DesktopTools.createDesktop(
- (XMultiServiceFactory)Param.getMSF()) );
+ Param.getMSF()) );
}
/**
@@ -144,7 +144,7 @@ public class SdUnoPresView extends TestCase {
// get a soffice factory object
SOfficeFactory SOF = SOfficeFactory.getFactory(
- (XMultiServiceFactory)Param.getMSF());
+ Param.getMSF());
try {
log.println( "creating two impress documents" );