summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_fwl/FrameLoaderFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_fwl/FrameLoaderFactory.java')
-rw-r--r--qadevOOo/tests/java/mod/_fwl/FrameLoaderFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_fwl/FrameLoaderFactory.java b/qadevOOo/tests/java/mod/_fwl/FrameLoaderFactory.java
index 4260ac315676..f517f65c55ad 100644
--- a/qadevOOo/tests/java/mod/_fwl/FrameLoaderFactory.java
+++ b/qadevOOo/tests/java/mod/_fwl/FrameLoaderFactory.java
@@ -64,7 +64,7 @@ public class FrameLoaderFactory extends TestCase {
Object oInterface = null ;
try {
- oInterface = ((XMultiServiceFactory)Param.getMSF()).createInstance
+ oInterface = Param.getMSF().createInstance
("com.sun.star.frame.FrameLoaderFactory") ;
} catch (com.sun.star.uno.Exception e) {
log.println("Couldn't get service");