Kaydet (Commit) 3ccbcf30 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED

2003/12/18 17:20:41 sw 1.3.18.1: #114449#
üst 14987415
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: UnoControlProgressBarModel.java,v $ * $RCSfile: UnoControlProgressBarModel.java,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change:$Date: 2003-09-08 13:09:49 $ * last change:$Date: 2004-01-05 20:57:04 $
* *
* 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
...@@ -60,6 +60,9 @@ ...@@ -60,6 +60,9 @@
************************************************************************/ ************************************************************************/
package mod._toolkit; package mod._toolkit;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.uno.XInterface;
import java.io.PrintWriter; import java.io.PrintWriter;
import lib.StatusException; import lib.StatusException;
...@@ -67,9 +70,6 @@ import lib.TestCase; ...@@ -67,9 +70,6 @@ import lib.TestCase;
import lib.TestEnvironment; import lib.TestEnvironment;
import lib.TestParameters; import lib.TestParameters;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.uno.XInterface;
/** /**
* Test for object which is represented by service * Test for object which is represented by service
...@@ -112,8 +112,8 @@ public class UnoControlProgressBarModel extends TestCase { ...@@ -112,8 +112,8 @@ public class UnoControlProgressBarModel extends TestCase {
XInterface oObj = null; XInterface oObj = null;
try { try {
oObj = (XInterface) ( (XMultiServiceFactory) Param.getMSF()) oObj = (XInterface) ((XMultiServiceFactory) Param.getMSF()).createInstance(
.createInstance("com.sun.star.awt.UnoControlProgressBarModel"); "com.sun.star.awt.UnoControlProgressBarModel");
} 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