summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_streams/uno/Pipe.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_streams/uno/Pipe.java')
-rw-r--r--qadevOOo/tests/java/mod/_streams/uno/Pipe.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_streams/uno/Pipe.java b/qadevOOo/tests/java/mod/_streams/uno/Pipe.java
index c4260ae00b5b..e7decc3184e6 100644
--- a/qadevOOo/tests/java/mod/_streams/uno/Pipe.java
+++ b/qadevOOo/tests/java/mod/_streams/uno/Pipe.java
@@ -62,7 +62,7 @@ public class Pipe extends TestCase {
Object oInterface = null;
try {
- XMultiServiceFactory xMSF = (XMultiServiceFactory)Param.getMSF();
+ XMultiServiceFactory xMSF = Param.getMSF();
oInterface = xMSF.createInstance( "com.sun.star.io.Pipe" );
} catch(com.sun.star.uno.Exception e) {
e.printStackTrace(log);