summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sdbcx/_XColumnsSupplier.java
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-08 09:55:35 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-08 09:55:35 +0000
commit7e13b8438a2a385f4bda8203fb6a21628fa79f12 (patch)
tree322c267f78b9d5605e487f5a711186e5ae859fb1 /qadevOOo/tests/java/ifc/sdbcx/_XColumnsSupplier.java
parentd69271ba6dabaacbd46962f91fa8eabac1906b84 (diff)
INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED
2003/09/03 14:58:55 sw 1.1.28.1: #112049#
Diffstat (limited to 'qadevOOo/tests/java/ifc/sdbcx/_XColumnsSupplier.java')
-rw-r--r--qadevOOo/tests/java/ifc/sdbcx/_XColumnsSupplier.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/ifc/sdbcx/_XColumnsSupplier.java b/qadevOOo/tests/java/ifc/sdbcx/_XColumnsSupplier.java
index 240fa78be55e..e9897ddc6264 100644
--- a/qadevOOo/tests/java/ifc/sdbcx/_XColumnsSupplier.java
+++ b/qadevOOo/tests/java/ifc/sdbcx/_XColumnsSupplier.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _XColumnsSupplier.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:12:07 $
+ * last change:$Date: 2003-09-08 10:55:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,9 +61,10 @@
package ifc.sdbcx;
+import lib.MultiMethodTest;
+
import com.sun.star.container.XNameAccess;
import com.sun.star.sdbcx.XColumnsSupplier;
-import lib.MultiMethodTest;
/**
* Testing <code>com.sun.star.sdbcx.XColumnsSupplier</code>
@@ -83,7 +84,6 @@ public class _XColumnsSupplier extends MultiMethodTest {
* <code>XNameAccess</code> object, FAILED otherwise.
*/
public void _getColumns() {
- boolean result = true ;
XNameAccess cols = oObj.getColumns() ;