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

INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED

2003/12/18 17:20:44 sw 1.3.18.1: #114449#
üst f4e8624d
......@@ -2,9 +2,9 @@
*
* $RCSfile: UnoControlTimeFieldModel.java,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change:$Date: 2003-09-08 13:10:46 $
* last change:$Date: 2004-01-05 20:59:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -60,15 +60,16 @@
************************************************************************/
package mod._toolkit;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.uno.XInterface;
import java.io.PrintWriter;
import lib.TestCase;
import lib.TestEnvironment;
import lib.TestParameters;
import util.utils;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.uno.XInterface;
import util.utils;
public class UnoControlTimeFieldModel extends TestCase {
......@@ -77,8 +78,8 @@ public class UnoControlTimeFieldModel extends TestCase {
XInterface oObj = null;
try {
oObj = (XInterface) ( (XMultiServiceFactory) Param.getMSF())
.createInstance("com.sun.star.awt.UnoControlTimeFieldModel");
oObj = (XInterface) ((XMultiServiceFactory) Param.getMSF()).createInstance(
"com.sun.star.awt.UnoControlTimeFieldModel");
} 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