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

INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED

2003/12/18 17:20:40 sw 1.3.18.1: #114449#
üst 30cd01b8
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: UnoControlPatternFieldModel.java,v $ * $RCSfile: UnoControlPatternFieldModel.java,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change:$Date: 2003-09-08 13:09:37 $ * last change:$Date: 2004-01-05 20:56:34 $
* *
* 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 UnoControlPatternFieldModel extends TestCase { public class UnoControlPatternFieldModel extends TestCase {
...@@ -77,8 +78,8 @@ public class UnoControlPatternFieldModel extends TestCase { ...@@ -77,8 +78,8 @@ public class UnoControlPatternFieldModel 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.UnoControlPatternFieldModel"); "com.sun.star.awt.UnoControlPatternFieldModel");
} 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