summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvCell.java
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-02 16:50:58 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-02 16:50:58 +0000
commit932e1296e703d6583093f7441a495672e50cdd18 (patch)
treeb4dbd3ee74c6147e53a2978a66f9cc9768da7c88 /qadevOOo/tests/java/mod/_sc/ScAccessibleCsvCell.java
parentfa2565b857c97622fbb6438106bded5c2d2f9089 (diff)
INTEGRATION: CWS qadev24 (1.9.2); FILE MERGED
2005/09/19 15:12:36 cn 1.9.2.2: RESYNC: (1.9-1.10); FILE MERGED 2005/09/13 07:57:22 cn 1.9.2.1: #i54533# define class variables for documents as 'static'
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScAccessibleCsvCell.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScAccessibleCsvCell.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvCell.java b/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvCell.java
index 760f26e5bd01..9ae1305dfe98 100644
--- a/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvCell.java
+++ b/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvCell.java
@@ -4,9 +4,9 @@
*
* $RCSfile: ScAccessibleCsvCell.java,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:38:15 $
+ * last change: $Author: kz $ $Date: 2005-11-02 17:50:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -60,7 +60,7 @@ import com.sun.star.uno.XInterface;
public class ScAccessibleCsvCell extends TestCase {
Thread lThread = null;
- XAccessibleAction accAction = null;
+ static XAccessibleAction accAction = null;
/**
* Called to create an instance of <code>TestEnvironment</code> with an
@@ -115,7 +115,7 @@ public class ScAccessibleCsvCell extends TestCase {
try {
XAccessible acc = cont.getAccessibleChild(3);
name = acc.getAccessibleContext().getAccessibleName();
- System.out.println("Child: "+ name);
+ log.println("Child: "+ name);
log.println("ImplementationName " + utils.getImplName(acc));
oObj = acc;
}