From 0b27870c34cc0f87607f64df0170bbe12f818f5f Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 27 May 2003 11:56:23 +0000 Subject: INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED 2003/05/21 10:56:32 sg 1.1.8.1: #109819# prepare devide of runner --- qadevOOo/tests/java/mod/_proxyfac/ProxyFactory.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qadevOOo/tests/java/mod/_proxyfac') diff --git a/qadevOOo/tests/java/mod/_proxyfac/ProxyFactory.java b/qadevOOo/tests/java/mod/_proxyfac/ProxyFactory.java index 57855afc521a..7a679db6d86e 100644 --- a/qadevOOo/tests/java/mod/_proxyfac/ProxyFactory.java +++ b/qadevOOo/tests/java/mod/_proxyfac/ProxyFactory.java @@ -2,9 +2,9 @@ * * $RCSfile: ProxyFactory.java,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change:$Date: 2003-01-27 18:16:03 $ + * last change:$Date: 2003-05-27 12:56:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -92,7 +92,7 @@ public class ProxyFactory extends TestCase { */ protected TestEnvironment createTestEnvironment(TestParameters tParam, PrintWriter log) { - XMultiServiceFactory xMSF = tParam.getMSF(); + XMultiServiceFactory xMSF = (XMultiServiceFactory)tParam.getMSF(); try { XInterface xInt = (XInterface)xMSF.createInstance( -- cgit