summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-27 11:55:01 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-27 11:55:01 +0000
commit95540bc6c1087855892d9cb7b90fc5dfa3571f58 (patch)
tree93fe22a96d739f9633b62449bbf3741de3e42269 /qadevOOo
parent28098d7f35bbc74a1df7f8afcdad557d105ccd18 (diff)
INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED
2003/05/21 10:56:29 sg 1.1.8.1: #109819# prepare devide of runner
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/mod/_mcnttype/MimeContentTypeFactory.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_mcnttype/MimeContentTypeFactory.java b/qadevOOo/tests/java/mod/_mcnttype/MimeContentTypeFactory.java
index a9127d7eca4a..283379156c67 100644
--- a/qadevOOo/tests/java/mod/_mcnttype/MimeContentTypeFactory.java
+++ b/qadevOOo/tests/java/mod/_mcnttype/MimeContentTypeFactory.java
@@ -2,9 +2,9 @@
*
* $RCSfile: MimeContentTypeFactory.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:15:57 $
+ * last change:$Date: 2003-05-27 12:55:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,7 +100,7 @@ public class MimeContentTypeFactory extends TestCase {
throws StatusException {
XInterface oObj = null;
Object oInterface = null;
- XMultiServiceFactory xMSF = Param.getMSF();
+ XMultiServiceFactory xMSF = (XMultiServiceFactory)Param.getMSF();
Object relationContainer = null ;