summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/chart
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-08 09:20:10 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-08 09:20:10 +0000
commitcd77e196acc0a8f9aa80ec2e22c21d58444e2b97 (patch)
treea5201f9fa113976099ff953d1c7ccc28b352be11 /qadevOOo/tests/java/ifc/chart
parent7caad146a2ff81242671d00fa0ad57ba79a38b0a (diff)
INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED
2003/09/03 14:58:13 sw 1.1.28.1: #112049#
Diffstat (limited to 'qadevOOo/tests/java/ifc/chart')
-rw-r--r--qadevOOo/tests/java/ifc/chart/_XChartDataArray.java9
-rw-r--r--qadevOOo/tests/java/ifc/chart/_XChartDocument.java7
2 files changed, 9 insertions, 7 deletions
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 <code>com.sun.star.chart.XChartDataArray</code>
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 <code>com.sun.star.chart.XChartDocument</code>