summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/container/_XIndexAccess.java
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-08 09:23:07 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-08 09:23:07 +0000
commit7ef2d4b62cb96c430f466349176ce1dfa96a680d (patch)
tree8ca0cddfd38577cf0ce0c431d80f1c1d73c23c2c /qadevOOo/tests/java/ifc/container/_XIndexAccess.java
parent1ce78c34c28a7a6dc3632c67dd85ccce3e01032b (diff)
INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED
2003/09/03 13:40:16 sw 1.1.28.1: #112049#
Diffstat (limited to 'qadevOOo/tests/java/ifc/container/_XIndexAccess.java')
-rw-r--r--qadevOOo/tests/java/ifc/container/_XIndexAccess.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/container/_XIndexAccess.java b/qadevOOo/tests/java/ifc/container/_XIndexAccess.java
index 2df36f71a62c..a08be1c34375 100644
--- a/qadevOOo/tests/java/ifc/container/_XIndexAccess.java
+++ b/qadevOOo/tests/java/ifc/container/_XIndexAccess.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _XIndexAccess.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:08:38 $
+ * last change:$Date: 2003-09-08 10:22:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,10 +61,11 @@
package ifc.container;
+import lib.MultiMethodTest;
+
import com.sun.star.container.XIndexAccess;
import com.sun.star.lang.IndexOutOfBoundsException;
import com.sun.star.lang.WrappedTargetException;
-import lib.MultiMethodTest;
/**
* Testing <code>com.sun.star.container.XIndexAccess</code>