INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED

2003/05/21 10:56:23 sg 1.1.8.1: #109819# prepare devide of runner
This commit is contained in:
Vladimir Glazounov
2003-05-27 11:52:45 +00:00
parent 08d7d4eee3
commit 16d09b1feb

View File

@ -2,9 +2,9 @@
*
* $RCSfile: JavaComponentLoader.java,v $
*
* $Revision: 1.1 $
* $Revision: 1.2 $
*
* last change:$Date: 2003-01-27 18:15:48 $
* last change:$Date: 2003-05-27 12:52:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -104,7 +104,7 @@ public class JavaComponentLoader extends TestCase {
Object oInterface = null;
try {
XMultiServiceFactory xMSF = Param.getMSF();
XMultiServiceFactory xMSF = (XMultiServiceFactory)Param.getMSF();
oInterface = xMSF.createInstance(
"com.sun.star.comp.stoc.JavaComponentLoader" );
}