Kaydet (Commit) 78bcb62e authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED

2003/05/21 10:58:54 sg 1.1.8.1: #109819# prepare devide of runner
üst 3f0240ec
......@@ -2,9 +2,9 @@
*
* $RCSfile: SystemShellExecute.java,v $
*
* $Revision: 1.1 $
* $Revision: 1.2 $
*
* last change:$Date: 2003-01-27 18:19:02 $
* last change:$Date: 2003-05-27 13:56:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -74,7 +74,7 @@ public class SystemShellExecute extends TestCase {
protected TestEnvironment createTestEnvironment(TestParameters tParam,
PrintWriter log) {
XMultiServiceFactory xMSF = tParam.getMSF();
XMultiServiceFactory xMSF = (XMultiServiceFactory)tParam.getMSF();
try {
XInterface xInt = (XInterface)xMSF.createInstance(
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: TypeConverter.java,v $
*
* $Revision: 1.1 $
* $Revision: 1.2 $
*
* last change:$Date: 2003-01-27 18:19:04 $
* last change:$Date: 2003-05-27 13:56:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -85,7 +85,7 @@ public class TypeConverter extends TestCase {
Object oInterface = null;
try {
XMultiServiceFactory xMSF = Param.getMSF();
XMultiServiceFactory xMSF = (XMultiServiceFactory)Param.getMSF();
oInterface = xMSF.createInstance( "com.sun.star.script.Converter" );
}
catch( Exception e ) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment