From c021c3ede4d2fbe24da4559ac93d4eaa9e34b671 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Mon, 8 Sep 2003 09:49:11 +0000 Subject: [PATCH] INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:23:25 sw 1.1.28.1: #112049# --- qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java b/qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java index 5df6fccc34c8..b590ca598a10 100644 --- a/qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java +++ b/qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java @@ -2,9 +2,9 @@ * * $RCSfile: _XProxyFactory.java,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change:$Date: 2003-01-27 18:11:20 $ + * last change:$Date: 2003-09-08 10:49:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,11 +61,12 @@ package ifc.reflection; +import lib.MultiMethodTest; + import com.sun.star.lang.XInitialization; import com.sun.star.reflection.XProxyFactory; import com.sun.star.uno.UnoRuntime; import com.sun.star.uno.XAggregation; -import lib.MultiMethodTest; /** /**