summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_ucb/UcbStore.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_ucb/UcbStore.java')
-rw-r--r--qadevOOo/tests/java/mod/_ucb/UcbStore.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_ucb/UcbStore.java b/qadevOOo/tests/java/mod/_ucb/UcbStore.java
index 828866ad03a7..4faef44df613 100644
--- a/qadevOOo/tests/java/mod/_ucb/UcbStore.java
+++ b/qadevOOo/tests/java/mod/_ucb/UcbStore.java
@@ -46,7 +46,7 @@ public class UcbStore extends TestCase {
Object oInterface = null;
try {
- XMultiServiceFactory xMSF = (XMultiServiceFactory)Param.getMSF();
+ XMultiServiceFactory xMSF = Param.getMSF();
oInterface = xMSF.createInstance( "com.sun.star.comp.ucb.UcbStore" );
}
catch( com.sun.star.uno.Exception e ) {