summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/chart
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-08 09:18:14 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-08 09:18:14 +0000
commit5d0ac50e40b5c01587d0c6fefacaff9be9ffae94 (patch)
tree30cfb404bfb3819de88c7359926fa8f906af8e2b /qadevOOo/tests/java/ifc/chart
parent36d851a15d9fa16c8bd2f2b6f64af43f254b2f04 (diff)
INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED
2003/09/03 14:58:09 sw 1.1.28.1: #112049#
Diffstat (limited to 'qadevOOo/tests/java/ifc/chart')
-rw-r--r--qadevOOo/tests/java/ifc/chart/_ChartTwoAxisXSupplier.java11
-rw-r--r--qadevOOo/tests/java/ifc/chart/_ChartTwoAxisYSupplier.java11
2 files changed, 12 insertions, 10 deletions
diff --git a/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisXSupplier.java b/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisXSupplier.java
index 0982974602a6..72bc13e81f60 100644
--- a/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisXSupplier.java
+++ b/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisXSupplier.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _ChartTwoAxisXSupplier.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:08:15 $
+ * last change:$Date: 2003-09-08 10:18:06 $
*
* 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.MultiPropertyTest;
+import lib.Status;
+import lib.StatusException;
+
import com.sun.star.beans.XPropertySet;
import com.sun.star.chart.XChartDocument;
import com.sun.star.chart.XDiagram;
import com.sun.star.uno.UnoRuntime;
-import lib.MultiPropertyTest;
-import lib.Status;
-import lib.StatusException;
/**
* Testing <code>com.sun.star.chart.ChartTwoAxisXSupplier</code>
diff --git a/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisYSupplier.java b/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisYSupplier.java
index 0f1f5cf10344..bd353c34d6dd 100644
--- a/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisYSupplier.java
+++ b/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisYSupplier.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _ChartTwoAxisYSupplier.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:08:15 $
+ * last change:$Date: 2003-09-08 10:18:14 $
*
* 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.MultiPropertyTest;
+import lib.Status;
+import lib.StatusException;
+
import com.sun.star.beans.XPropertySet;
import com.sun.star.chart.XChartDocument;
import com.sun.star.chart.XDiagram;
import com.sun.star.uno.UnoRuntime;
-import lib.MultiPropertyTest;
-import lib.Status;
-import lib.StatusException;
/**
* Testing <code>com.sun.star.chart.ChartTwoAxisYSupplier</code>