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 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: SystemShellExecute.java,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -74,7 +74,7 @@ public class SystemShellExecute extends TestCase { ...@@ -74,7 +74,7 @@ public class SystemShellExecute extends TestCase {
protected TestEnvironment createTestEnvironment(TestParameters tParam, protected TestEnvironment createTestEnvironment(TestParameters tParam,
PrintWriter log) { PrintWriter log) {
XMultiServiceFactory xMSF = tParam.getMSF(); XMultiServiceFactory xMSF = (XMultiServiceFactory)tParam.getMSF();
try { try {
XInterface xInt = (XInterface)xMSF.createInstance( XInterface xInt = (XInterface)xMSF.createInstance(
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: TypeConverter.java,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -85,7 +85,7 @@ public class TypeConverter extends TestCase { ...@@ -85,7 +85,7 @@ public class TypeConverter extends TestCase {
Object oInterface = null; Object oInterface = null;
try { try {
XMultiServiceFactory xMSF = Param.getMSF(); XMultiServiceFactory xMSF = (XMultiServiceFactory)Param.getMSF();
oInterface = xMSF.createInstance( "com.sun.star.script.Converter" ); oInterface = xMSF.createInstance( "com.sun.star.script.Converter" );
} }
catch( Exception e ) { 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