From 1b411c1f046135ce93c8e0058a38b84de8ffb89c Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 8 Sep 2003 12:17:36 +0000 Subject: INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED 2003/09/03 15:35:44 sw 1.2.14.1: #112049# --- .../java/mod/_xmloff/Impress/XMLContentExporter.java | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'qadevOOo/tests/java/mod/_xmloff/Impress') diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentExporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentExporter.java index e1768090f3a7..96696d51b070 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentExporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentExporter.java @@ -2,9 +2,9 @@ * * $RCSfile: XMLContentExporter.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change:$Date: 2003-05-27 14:13:43 $ + * last change:$Date: 2003-09-08 13:17:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,6 +61,15 @@ package mod._xmloff.Impress; +import java.io.PrintWriter; + +import lib.StatusException; +import lib.TestCase; +import lib.TestEnvironment; +import lib.TestParameters; +import util.SOfficeFactory; +import util.XMLTools; + import com.sun.star.container.XNamed; import com.sun.star.document.XExporter; import com.sun.star.drawing.XDrawPages; @@ -73,13 +82,6 @@ import com.sun.star.uno.Type; import com.sun.star.uno.UnoRuntime; import com.sun.star.uno.XInterface; import com.sun.star.xml.sax.XDocumentHandler; -import java.io.PrintWriter; -import lib.StatusException; -import lib.TestCase; -import lib.TestEnvironment; -import lib.TestParameters; -import util.SOfficeFactory; -import util.XMLTools; /** * Test for object which is represented by service -- cgit