summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_toolkit/UnoControlProgressBarModel.java
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-27 13:06:57 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-27 13:06:57 +0000
commitb4e6d889af592b86e76ff4c0d516def92b0dab9f (patch)
tree0f1d8effb92f2166f81cbd25993d029915c2e6a8 /qadevOOo/tests/java/mod/_toolkit/UnoControlProgressBarModel.java
parentc92b4a8ca115ab68dfccdf7a40c71f10e161ce1f (diff)
INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED
2003/05/21 10:59:18 sg 1.1.8.1: #109819# prepare devide of runner
Diffstat (limited to 'qadevOOo/tests/java/mod/_toolkit/UnoControlProgressBarModel.java')
-rw-r--r--qadevOOo/tests/java/mod/_toolkit/UnoControlProgressBarModel.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_toolkit/UnoControlProgressBarModel.java b/qadevOOo/tests/java/mod/_toolkit/UnoControlProgressBarModel.java
index b2466cea1b24..deb9cb628e79 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.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:19:12 $
+ * last change:$Date: 2003-05-27 14:06:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,6 +62,7 @@
package mod._toolkit;
import com.sun.star.uno.XInterface;
+import com.sun.star.lang.XMultiServiceFactory;
import java.io.PrintWriter;
import lib.StatusException;
import lib.TestCase;
@@ -111,7 +112,7 @@ public class UnoControlProgressBarModel extends TestCase {
XInterface oObj = null;
try {
- oObj = (XInterface) Param.getMSF().createInstance(
+ oObj = (XInterface) ((XMultiServiceFactory)Param.getMSF()).createInstance(
"com.sun.star.awt.UnoControlProgressBarModel");
} catch (Exception e) {