summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetStubFactory.java
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-27 11:33:40 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-27 11:33:40 +0000
commitee26971ebb35aeabee515430852e7a12904aa715 (patch)
treeb9582c26edd937fa14aacf459a60d327ba324497 /qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetStubFactory.java
parent375a0ff98c6af43d8b8201eb2558fda3f8c9a655 (diff)
INTEGRATION: CWS qadev6 (1.2.8); FILE MERGED
2003/05/21 10:55:29 sg 1.2.8.1: #109819# prepare devide of runner
Diffstat (limited to 'qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetStubFactory.java')
-rw-r--r--qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetStubFactory.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetStubFactory.java b/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetStubFactory.java
index 40eb175aa964..73cf96195333 100644
--- a/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetStubFactory.java
+++ b/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetStubFactory.java
@@ -2,9 +2,9 @@
*
* $RCSfile: CachedDynamicResultSetStubFactory.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change:$Date: 2003-01-31 10:04:13 $
+ * last change:$Date: 2003-05-27 12:33:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -125,7 +125,7 @@ public class CachedDynamicResultSetStubFactory extends TestCase {
throws StatusException {
XInterface oObj = null;
Object oInterface = null;
- XMultiServiceFactory xMSF = Param.getMSF();
+ XMultiServiceFactory xMSF = (XMultiServiceFactory)Param.getMSF();
Object relationContainer = null ;
@@ -206,4 +206,4 @@ public class CachedDynamicResultSetStubFactory extends TestCase {
return tEnv;
} // finish method getTestEnvironment
-} \ No newline at end of file
+}