summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-27 11:54:17 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-27 11:54:17 +0000
commit326b869ee14225f5ec741b37266d8bb58c1d9a7f (patch)
tree4a62e02c497b509e3472ff53b2dc34893a61b57f /qadevOOo
parent3753f64cb2bfc0a47a359b634c69d7332e322d75 (diff)
INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED
2003/05/21 10:56:26 sg 1.1.8.1: #109819# prepare devide of runner
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/mod/_lng/DicList.java6
-rw-r--r--qadevOOo/tests/java/mod/_lng/LinguProps.java6
-rw-r--r--qadevOOo/tests/java/mod/_lng/LngSvcMgr.java6
3 files changed, 9 insertions, 9 deletions
diff --git a/qadevOOo/tests/java/mod/_lng/DicList.java b/qadevOOo/tests/java/mod/_lng/DicList.java
index 50b45e712f87..5ecf9afbd148 100644
--- a/qadevOOo/tests/java/mod/_lng/DicList.java
+++ b/qadevOOo/tests/java/mod/_lng/DicList.java
@@ -2,9 +2,9 @@
*
* $RCSfile: DicList.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:15:53 $
+ * last change:$Date: 2003-05-27 12:53:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,7 +109,7 @@ public class DicList extends TestCase {
public synchronized TestEnvironment createTestEnvironment( TestParameters Param, PrintWriter log )
throws StatusException {
- XMultiServiceFactory xMSF = Param.getMSF();
+ XMultiServiceFactory xMSF = (XMultiServiceFactory)Param.getMSF();
XInterface oObj = null;
try {
diff --git a/qadevOOo/tests/java/mod/_lng/LinguProps.java b/qadevOOo/tests/java/mod/_lng/LinguProps.java
index 964739474999..357bb513b724 100644
--- a/qadevOOo/tests/java/mod/_lng/LinguProps.java
+++ b/qadevOOo/tests/java/mod/_lng/LinguProps.java
@@ -2,9 +2,9 @@
*
* $RCSfile: LinguProps.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:15:52 $
+ * last change:$Date: 2003-05-27 12:54:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -107,7 +107,7 @@ public class LinguProps extends TestCase {
( TestParameters Param, PrintWriter log )
throws StatusException {
- XMultiServiceFactory xMSF = Param.getMSF();
+ XMultiServiceFactory xMSF = (XMultiServiceFactory)Param.getMSF();
XInterface oObj = null;
try {
diff --git a/qadevOOo/tests/java/mod/_lng/LngSvcMgr.java b/qadevOOo/tests/java/mod/_lng/LngSvcMgr.java
index e6bc04741186..fc363cce434e 100644
--- a/qadevOOo/tests/java/mod/_lng/LngSvcMgr.java
+++ b/qadevOOo/tests/java/mod/_lng/LngSvcMgr.java
@@ -2,9 +2,9 @@
*
* $RCSfile: LngSvcMgr.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:15:52 $
+ * last change:$Date: 2003-05-27 12:54:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,7 +101,7 @@ public class LngSvcMgr extends TestCase {
( TestParameters Param, PrintWriter log )
throws StatusException {
- XMultiServiceFactory xMSF = Param.getMSF();
+ XMultiServiceFactory xMSF = (XMultiServiceFactory)Param.getMSF();
XInterface oObj = null;
try {