From 7e13107f0db7141381722e403e312f6b36d829a9 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 8 Sep 2003 12:11:35 +0000 Subject: INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:35:23 sw 1.2.14.1: #112049# --- qadevOOo/tests/java/mod/_ucb/UcbPropertiesManager.java | 10 ++++++---- qadevOOo/tests/java/mod/_ucb/UcbStore.java | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) (limited to 'qadevOOo/tests/java/mod/_ucb') diff --git a/qadevOOo/tests/java/mod/_ucb/UcbPropertiesManager.java b/qadevOOo/tests/java/mod/_ucb/UcbPropertiesManager.java index 088dc5803177..93c3bc196cc2 100644 --- a/qadevOOo/tests/java/mod/_ucb/UcbPropertiesManager.java +++ b/qadevOOo/tests/java/mod/_ucb/UcbPropertiesManager.java @@ -2,9 +2,9 @@ * * $RCSfile: UcbPropertiesManager.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change:$Date: 2003-05-27 14:08:30 $ + * last change:$Date: 2003-09-08 13:11:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,14 +61,16 @@ package mod._ucb; -import com.sun.star.lang.XMultiServiceFactory; -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.uno.XInterface; + public class UcbPropertiesManager extends TestCase { public TestEnvironment createTestEnvironment diff --git a/qadevOOo/tests/java/mod/_ucb/UcbStore.java b/qadevOOo/tests/java/mod/_ucb/UcbStore.java index 7d812d25e0d0..adcbf32595c8 100644 --- a/qadevOOo/tests/java/mod/_ucb/UcbStore.java +++ b/qadevOOo/tests/java/mod/_ucb/UcbStore.java @@ -2,9 +2,9 @@ * * $RCSfile: UcbStore.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change:$Date: 2003-05-27 14:08:39 $ + * last change:$Date: 2003-09-08 13:11:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,14 +61,16 @@ package mod._ucb; -import com.sun.star.lang.XMultiServiceFactory; -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.uno.XInterface; + /** * Test for object which is represented by service * com.sun.star.ucb.Store.

-- cgit