summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/chart
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-08 09:18:42 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-08 09:18:42 +0000
commitb295bdb557191808a5826ee8dc3a9f224e5825a4 (patch)
treef18c2db367088c7e088284aa66fd2a3bec4e3edd /qadevOOo/tests/java/ifc/chart
parent5d0ac50e40b5c01587d0c6fefacaff9be9ffae94 (diff)
INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED
2003/09/03 14:58:10 sw 1.1.28.1: #112049#
Diffstat (limited to 'qadevOOo/tests/java/ifc/chart')
-rw-r--r--qadevOOo/tests/java/ifc/chart/_Diagram.java11
-rw-r--r--qadevOOo/tests/java/ifc/chart/_Dim3DDiagram.java11
-rw-r--r--qadevOOo/tests/java/ifc/chart/_LineDiagram.java12
3 files changed, 18 insertions, 16 deletions
diff --git a/qadevOOo/tests/java/ifc/chart/_Diagram.java b/qadevOOo/tests/java/ifc/chart/_Diagram.java
index b3bffc1425db..eb6c898986f5 100644
--- a/qadevOOo/tests/java/ifc/chart/_Diagram.java
+++ b/qadevOOo/tests/java/ifc/chart/_Diagram.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _Diagram.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:08:14 $
+ * last change:$Date: 2003-09-08 10:18:24 $
*
* 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 com.sun.star.beans.XPropertySet;
-import com.sun.star.chart.XChartDocument;
-import com.sun.star.uno.UnoRuntime;
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.uno.UnoRuntime;
+
/**
* Testing <code>com.sun.star.chart.Diagram</code>
* service properties :
diff --git a/qadevOOo/tests/java/ifc/chart/_Dim3DDiagram.java b/qadevOOo/tests/java/ifc/chart/_Dim3DDiagram.java
index 34395ff89164..8b56fdc061c5 100644
--- a/qadevOOo/tests/java/ifc/chart/_Dim3DDiagram.java
+++ b/qadevOOo/tests/java/ifc/chart/_Dim3DDiagram.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _Dim3DDiagram.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:08:14 $
+ * last change:$Date: 2003-09-08 10:18:33 $
*
* 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 com.sun.star.beans.XPropertySet;
-import com.sun.star.chart.XChartDocument;
-import com.sun.star.uno.UnoRuntime;
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.uno.UnoRuntime;
+
/**
* Testing <code>com.sun.star.chart.Dim3DDiagram</code>
* service properties :
diff --git a/qadevOOo/tests/java/ifc/chart/_LineDiagram.java b/qadevOOo/tests/java/ifc/chart/_LineDiagram.java
index 684ba038f1b0..adac3302015a 100644
--- a/qadevOOo/tests/java/ifc/chart/_LineDiagram.java
+++ b/qadevOOo/tests/java/ifc/chart/_LineDiagram.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _LineDiagram.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:08:14 $
+ * last change:$Date: 2003-09-08 10:18:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,14 +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.MultiPropertyTest$PropertyTester;
-import lib.Status;
-import lib.StatusException;
/**
* Testing <code>com.sun.star.chart.LineDiagram</code>