summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/chart
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-08 09:19:49 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-08 09:19:49 +0000
commit7caad146a2ff81242671d00fa0ad57ba79a38b0a (patch)
tree7e4667922d33d13be826fb01a7e4ca067cdd0e5a /qadevOOo/tests/java/ifc/chart
parenta6b9e1a5d38c8aadc56b36880478866e6d8434f0 (diff)
INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED
2003/09/03 14:58:12 sw 1.1.28.1: #112049#
Diffstat (limited to 'qadevOOo/tests/java/ifc/chart')
-rw-r--r--qadevOOo/tests/java/ifc/chart/_XAxisYSupplier.java7
-rw-r--r--qadevOOo/tests/java/ifc/chart/_XAxisZSupplier.java7
-rw-r--r--qadevOOo/tests/java/ifc/chart/_XChartData.java7
3 files changed, 12 insertions, 9 deletions
diff --git a/qadevOOo/tests/java/ifc/chart/_XAxisYSupplier.java b/qadevOOo/tests/java/ifc/chart/_XAxisYSupplier.java
index 5d838dd21288..88a56b31e8e8 100644
--- a/qadevOOo/tests/java/ifc/chart/_XAxisYSupplier.java
+++ b/qadevOOo/tests/java/ifc/chart/_XAxisYSupplier.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _XAxisYSupplier.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:08:11 $
+ * last change:$Date: 2003-09-08 10:19:29 $
*
* 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 lib.MultiMethodTest;
+
import com.sun.star.beans.XPropertySet;
import com.sun.star.chart.XAxisYSupplier;
import com.sun.star.drawing.XShape;
-import lib.MultiMethodTest;
/**
* Testing <code>com.sun.star.chart.XAxisYSupplier</code>
diff --git a/qadevOOo/tests/java/ifc/chart/_XAxisZSupplier.java b/qadevOOo/tests/java/ifc/chart/_XAxisZSupplier.java
index acaf88d32ba5..73bc3dbc2d00 100644
--- a/qadevOOo/tests/java/ifc/chart/_XAxisZSupplier.java
+++ b/qadevOOo/tests/java/ifc/chart/_XAxisZSupplier.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _XAxisZSupplier.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:08:11 $
+ * last change:$Date: 2003-09-08 10:19:39 $
*
* 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 lib.MultiMethodTest;
+
import com.sun.star.beans.XPropertySet;
import com.sun.star.chart.XAxisZSupplier;
import com.sun.star.drawing.XShape;
-import lib.MultiMethodTest;
/**
* Testing <code>com.sun.star.chart.XAxisZSupplier</code>
diff --git a/qadevOOo/tests/java/ifc/chart/_XChartData.java b/qadevOOo/tests/java/ifc/chart/_XChartData.java
index 282a462e7a00..15c5a7dba1c3 100644
--- a/qadevOOo/tests/java/ifc/chart/_XChartData.java
+++ b/qadevOOo/tests/java/ifc/chart/_XChartData.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _XChartData.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:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,13 +61,14 @@
package ifc.chart;
+import lib.MultiMethodTest;
+
import com.sun.star.chart.ChartDataChangeEvent;
import com.sun.star.chart.XChartData;
import com.sun.star.chart.XChartDataArray;
import com.sun.star.chart.XChartDataChangeEventListener;
import com.sun.star.lang.EventObject;
import com.sun.star.uno.UnoRuntime;
-import lib.MultiMethodTest;
/**
* Testing <code>com.sun.star.chart.XChartData</code>