From 9924f6dcffdfd55162f9a1298d67200d2d1fc1c6 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 8 Sep 2003 12:11:46 +0000 Subject: INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:35:24 sw 1.2.14.1: #112049# --- qadevOOo/tests/java/mod/_ucb/UniversalContentBroker.java | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'qadevOOo/tests/java/mod/_ucb') diff --git a/qadevOOo/tests/java/mod/_ucb/UniversalContentBroker.java b/qadevOOo/tests/java/mod/_ucb/UniversalContentBroker.java index 96d47e1e6d75..c73b9e1bb83f 100644 --- a/qadevOOo/tests/java/mod/_ucb/UniversalContentBroker.java +++ b/qadevOOo/tests/java/mod/_ucb/UniversalContentBroker.java @@ -2,9 +2,9 @@ * * $RCSfile: UniversalContentBroker.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change:$Date: 2003-05-27 14:08:48 $ + * last change:$Date: 2003-09-08 13:11:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,16 +61,18 @@ package mod._ucb; -import com.sun.star.lang.XMultiServiceFactory; -import com.sun.star.ucb.XContentIdentifierFactory; -import com.sun.star.uno.UnoRuntime; -import com.sun.star.uno.XInterface; import java.io.PrintWriter; + import lib.StatusException; import lib.TestCase; import lib.TestEnvironment; import lib.TestParameters; +import com.sun.star.lang.XMultiServiceFactory; +import com.sun.star.ucb.XContentIdentifierFactory; +import com.sun.star.uno.UnoRuntime; +import com.sun.star.uno.XInterface; + /** * Test for object which is represented by service * com.sun.star.ucb.UniversalContentBroker.

-- cgit