INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED

2003/12/18 17:20:41 sw 1.3.18.1: #114449#
This commit is contained in:
Oliver Bolte
2004-01-05 19:57:04 +00:00
parent 14987415d3
commit 3ccbcf306c

View File

@ -2,9 +2,9 @@
*
* $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
* either of the following licenses
@ -60,6 +60,9 @@
************************************************************************/
package mod._toolkit;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.uno.XInterface;
import java.io.PrintWriter;
import lib.StatusException;
@ -67,9 +70,6 @@ import lib.TestCase;
import lib.TestEnvironment;
import lib.TestParameters;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.uno.XInterface;
/**
* Test for object which is represented by service
@ -112,8 +112,8 @@ public class UnoControlProgressBarModel extends TestCase {
XInterface oObj = null;
try {
oObj = (XInterface) ( (XMultiServiceFactory) Param.getMSF())
.createInstance("com.sun.star.awt.UnoControlProgressBarModel");
oObj = (XInterface) ((XMultiServiceFactory) Param.getMSF()).createInstance(
"com.sun.star.awt.UnoControlProgressBarModel");
} catch (Exception e) {
}