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