summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_cnt
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-27 11:34:15 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-27 11:34:15 +0000
commitb86a1875b7f4a6269524aabec8a662aed578a3bc (patch)
treec51f9abc228eb2596cf51534147dc640db1da67e /qadevOOo/tests/java/mod/_cnt
parent9cee2ec500d5b75973fe119da0988f6a593a8e6b (diff)
INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED
2003/05/21 10:55:31 sg 1.1.8.1: #109819# prepare devide of runner
Diffstat (limited to 'qadevOOo/tests/java/mod/_cnt')
-rw-r--r--qadevOOo/tests/java/mod/_cnt/ChaosContentProvider.java6
-rw-r--r--qadevOOo/tests/java/mod/_cnt/CntUnoDataContainer.java6
2 files changed, 6 insertions, 6 deletions
diff --git a/qadevOOo/tests/java/mod/_cnt/ChaosContentProvider.java b/qadevOOo/tests/java/mod/_cnt/ChaosContentProvider.java
index f18b9c31f5d8..7d00edd28dd3 100644
--- a/qadevOOo/tests/java/mod/_cnt/ChaosContentProvider.java
+++ b/qadevOOo/tests/java/mod/_cnt/ChaosContentProvider.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ChaosContentProvider.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:14:27 $
+ * last change:$Date: 2003-05-27 12:34:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,7 +109,7 @@ public class ChaosContentProvider extends TestCase {
throws StatusException {
XInterface oObj = null;
Object oInterface = null;
- XMultiServiceFactory xMSF = Param.getMSF();
+ XMultiServiceFactory xMSF = (XMultiServiceFactory)Param.getMSF();
Object relationContainer = null ;
Object cntFactory = null ;
diff --git a/qadevOOo/tests/java/mod/_cnt/CntUnoDataContainer.java b/qadevOOo/tests/java/mod/_cnt/CntUnoDataContainer.java
index 61f7671c2245..d329caaec7c6 100644
--- a/qadevOOo/tests/java/mod/_cnt/CntUnoDataContainer.java
+++ b/qadevOOo/tests/java/mod/_cnt/CntUnoDataContainer.java
@@ -2,9 +2,9 @@
*
* $RCSfile: CntUnoDataContainer.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:14:26 $
+ * last change:$Date: 2003-05-27 12:34:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -122,7 +122,7 @@ public class CntUnoDataContainer extends TestCase {
TestParameters Param, PrintWriter log) {
XInterface oObj = null;
Object oInterface = null;
- XMultiServiceFactory xMSF = Param.getMSF();
+ XMultiServiceFactory xMSF = (XMultiServiceFactory)Param.getMSF();
Object relationContainer = null ;
Object xIn = null;