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