From cd77e196acc0a8f9aa80ec2e22c21d58444e2b97 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 8 Sep 2003 09:20:10 +0000 Subject: INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:13 sw 1.1.28.1: #112049# --- qadevOOo/tests/java/ifc/chart/_XChartDataArray.java | 9 +++++---- qadevOOo/tests/java/ifc/chart/_XChartDocument.java | 7 ++++--- 2 files changed, 9 insertions(+), 7 deletions(-) (limited to 'qadevOOo/tests/java/ifc/chart') diff --git a/qadevOOo/tests/java/ifc/chart/_XChartDataArray.java b/qadevOOo/tests/java/ifc/chart/_XChartDataArray.java index d5b0531f63a3..6f13ef58ef51 100644 --- a/qadevOOo/tests/java/ifc/chart/_XChartDataArray.java +++ b/qadevOOo/tests/java/ifc/chart/_XChartDataArray.java @@ -2,9 +2,9 @@ * * $RCSfile: _XChartDataArray.java,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change:$Date: 2003-01-27 18:08:10 $ + * last change:$Date: 2003-09-08 10:19:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,10 +61,11 @@ package ifc.chart; -import com.sun.star.chart.XChartDataArray; import lib.MultiMethodTest; -import lib.StatusException; import lib.Status; +import lib.StatusException; + +import com.sun.star.chart.XChartDataArray; /** * Testing com.sun.star.chart.XChartDataArray diff --git a/qadevOOo/tests/java/ifc/chart/_XChartDocument.java b/qadevOOo/tests/java/ifc/chart/_XChartDocument.java index 27be840665c3..32c3cfa9fdab 100644 --- a/qadevOOo/tests/java/ifc/chart/_XChartDocument.java +++ b/qadevOOo/tests/java/ifc/chart/_XChartDocument.java @@ -2,9 +2,9 @@ * * $RCSfile: _XChartDocument.java,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change:$Date: 2003-01-27 18:08:09 $ + * last change:$Date: 2003-09-08 10:20:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,12 +61,13 @@ package ifc.chart; +import lib.MultiMethodTest; + import com.sun.star.beans.XPropertySet; import com.sun.star.chart.XChartData; import com.sun.star.chart.XChartDocument; import com.sun.star.chart.XDiagram; import com.sun.star.drawing.XShape; -import lib.MultiMethodTest; /** * Testing com.sun.star.chart.XChartDocument -- cgit