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 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: UnoControlTimeFieldModel.java,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -60,15 +60,16 @@ ...@@ -60,15 +60,16 @@
************************************************************************/ ************************************************************************/
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.TestCase; import lib.TestCase;
import lib.TestEnvironment; import lib.TestEnvironment;
import lib.TestParameters; import lib.TestParameters;
import util.utils;
import com.sun.star.lang.XMultiServiceFactory; import util.utils;
import com.sun.star.uno.XInterface;
public class UnoControlTimeFieldModel extends TestCase { public class UnoControlTimeFieldModel extends TestCase {
...@@ -77,8 +78,8 @@ public class UnoControlTimeFieldModel extends TestCase { ...@@ -77,8 +78,8 @@ public class UnoControlTimeFieldModel 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.UnoControlTimeFieldModel"); "com.sun.star.awt.UnoControlTimeFieldModel");
} 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