summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/chart
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-08 09:20:40 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-08 09:20:40 +0000
commit524ae0d228ee371b2da806d5355bb99b76ee2b99 (patch)
treea6188a516d6ccb09ccc160afa975237ee2a0591c /qadevOOo/tests/java/ifc/chart
parentcd77e196acc0a8f9aa80ec2e22c21d58444e2b97 (diff)
INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED
2003/09/03 14:58:14 sw 1.1.28.1: #112049#
Diffstat (limited to 'qadevOOo/tests/java/ifc/chart')
-rw-r--r--qadevOOo/tests/java/ifc/chart/_XDiagram.java9
-rw-r--r--qadevOOo/tests/java/ifc/chart/_XStatisticDisplay.java7
-rw-r--r--qadevOOo/tests/java/ifc/chart/_XTwoAxisXSupplier.java7
3 files changed, 13 insertions, 10 deletions
diff --git a/qadevOOo/tests/java/ifc/chart/_XDiagram.java b/qadevOOo/tests/java/ifc/chart/_XDiagram.java
index 1dc17830d18a..17d7ff7665f8 100644
--- a/qadevOOo/tests/java/ifc/chart/_XDiagram.java
+++ b/qadevOOo/tests/java/ifc/chart/_XDiagram.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _XDiagram.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:08:08 $
+ * last change:$Date: 2003-09-08 10:20:20 $
*
* 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 com.sun.star.beans.XPropertySet;
-import com.sun.star.chart.XDiagram;
import lib.MultiMethodTest;
import lib.Status;
import lib.StatusException;
+import com.sun.star.beans.XPropertySet;
+import com.sun.star.chart.XDiagram;
+
/**
* Testing <code>com.sun.star.chart.XDiagram</code>
* interface methods :
diff --git a/qadevOOo/tests/java/ifc/chart/_XStatisticDisplay.java b/qadevOOo/tests/java/ifc/chart/_XStatisticDisplay.java
index e94e4dd0be4b..1c59df44eb0a 100644
--- a/qadevOOo/tests/java/ifc/chart/_XStatisticDisplay.java
+++ b/qadevOOo/tests/java/ifc/chart/_XStatisticDisplay.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _XStatisticDisplay.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:08:07 $
+ * last change:$Date: 2003-09-08 10:20:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,9 +61,10 @@
package ifc.chart;
+import lib.MultiMethodTest;
+
import com.sun.star.beans.XPropertySet;
import com.sun.star.chart.XStatisticDisplay;
-import lib.MultiMethodTest;
/**
* Testing <code>com.sun.star.chart.XStatisticDisplay</code>
diff --git a/qadevOOo/tests/java/ifc/chart/_XTwoAxisXSupplier.java b/qadevOOo/tests/java/ifc/chart/_XTwoAxisXSupplier.java
index b504fa1e1fbf..32238790d82e 100644
--- a/qadevOOo/tests/java/ifc/chart/_XTwoAxisXSupplier.java
+++ b/qadevOOo/tests/java/ifc/chart/_XTwoAxisXSupplier.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _XTwoAxisXSupplier.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:08:07 $
+ * last change:$Date: 2003-09-08 10:20:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,9 +61,10 @@
package ifc.chart;
+import lib.MultiMethodTest;
+
import com.sun.star.beans.XPropertySet;
import com.sun.star.chart.XTwoAxisXSupplier;
-import lib.MultiMethodTest;
/**
* Testing <code>com.sun.star.chart.XTwoAxisXSupplier</code>