summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/i18n
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-08 09:41:23 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-08 09:41:23 +0000
commit42c1e8851b20e236a12d2d5c50e20e215ef3a82d (patch)
tree401423d6079910046af922560dde893fe545c134 /qadevOOo/tests/java/ifc/i18n
parent01df5c8c28fab8820a44db42d83d3366fb6e78ce (diff)
INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED
2003/09/03 14:12:31 sw 1.1.28.1: #112049#
Diffstat (limited to 'qadevOOo/tests/java/ifc/i18n')
-rw-r--r--qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java7
-rw-r--r--qadevOOo/tests/java/ifc/i18n/_XCollator.java10
-rw-r--r--qadevOOo/tests/java/ifc/i18n/_XIndexEntrySupplier.java7
3 files changed, 14 insertions, 10 deletions
diff --git a/qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java b/qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java
index 6cad655e5f54..0f8390f9a04b 100644
--- a/qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java
+++ b/qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _XCharacterClassification.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:10:35 $
+ * last change:$Date: 2003-09-08 10:41:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,12 +61,13 @@
package ifc.i18n;
+import lib.MultiMethodTest;
+
import com.sun.star.i18n.KParseTokens;
import com.sun.star.i18n.KParseType;
import com.sun.star.i18n.ParseResult;
import com.sun.star.i18n.XCharacterClassification;
import com.sun.star.lang.Locale;
-import lib.MultiMethodTest;
/**
* Testing <code>com.sun.star.i18n.XCharacterClassification</code>
diff --git a/qadevOOo/tests/java/ifc/i18n/_XCollator.java b/qadevOOo/tests/java/ifc/i18n/_XCollator.java
index 65bff1756bae..a4debd8d2f91 100644
--- a/qadevOOo/tests/java/ifc/i18n/_XCollator.java
+++ b/qadevOOo/tests/java/ifc/i18n/_XCollator.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _XCollator.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:10:34 $
+ * last change:$Date: 2003-09-08 10:41:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,11 +61,13 @@
package ifc.i18n;
+import java.text.Collator;
+
+import lib.MultiMethodTest;
+
import com.sun.star.i18n.CollatorOptions;
import com.sun.star.i18n.XCollator;
import com.sun.star.lang.Locale;
-import java.text.Collator;
-import lib.MultiMethodTest;
/**
* Testing <code>com.sun.star.i18n.XCollator</code>
diff --git a/qadevOOo/tests/java/ifc/i18n/_XIndexEntrySupplier.java b/qadevOOo/tests/java/ifc/i18n/_XIndexEntrySupplier.java
index fad641f99109..8c6abf83dd75 100644
--- a/qadevOOo/tests/java/ifc/i18n/_XIndexEntrySupplier.java
+++ b/qadevOOo/tests/java/ifc/i18n/_XIndexEntrySupplier.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _XIndexEntrySupplier.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:10:34 $
+ * last change:$Date: 2003-09-08 10:41:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,9 +61,10 @@
package ifc.i18n;
+import lib.MultiMethodTest;
+
import com.sun.star.i18n.XIndexEntrySupplier;
import com.sun.star.lang.Locale;
-import lib.MultiMethodTest;
/**
* Testing <code>com.sun.star.i18n.XIndexEntrySupplier</code>