summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_file/flat/ODriver.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_file/flat/ODriver.java')
-rw-r--r--qadevOOo/tests/java/mod/_file/flat/ODriver.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_file/flat/ODriver.java b/qadevOOo/tests/java/mod/_file/flat/ODriver.java
index d2376207c123..da610ec6e9a6 100644
--- a/qadevOOo/tests/java/mod/_file/flat/ODriver.java
+++ b/qadevOOo/tests/java/mod/_file/flat/ODriver.java
@@ -64,8 +64,7 @@ public class ODriver extends TestCase {
XInterface oObj = null;
try {
- oObj = (XInterface)(
- (XMultiServiceFactory)Param.getMSF()).createInstance(
+ oObj = (XInterface)Param.getMSF().createInstance(
"com.sun.star.comp.sdbc.flat.ODriver");
} catch (com.sun.star.uno.Exception e) {
e.printStackTrace(log);