From 3ccbcf306cb2ce898a71f26d10b60cd97fec6bc6 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 5 Jan 2004 19:57:04 +0000 Subject: [PATCH] INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED 2003/12/18 17:20:41 sw 1.3.18.1: #114449# --- .../mod/_toolkit/UnoControlProgressBarModel.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/qadevOOo/tests/java/mod/_toolkit/UnoControlProgressBarModel.java b/qadevOOo/tests/java/mod/_toolkit/UnoControlProgressBarModel.java index 9ca280e90198..cbe5ea7a97e3 100644 --- a/qadevOOo/tests/java/mod/_toolkit/UnoControlProgressBarModel.java +++ b/qadevOOo/tests/java/mod/_toolkit/UnoControlProgressBarModel.java @@ -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) { }