summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvGrid.java
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-19 14:59:20 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-19 14:59:20 +0000
commitea19d073b4476622b9095873737e9a5012af9187 (patch)
tree621c001281d4ecf4afe7ab420cb626b95a546cb2 /qadevOOo/tests/java/mod/_sc/ScAccessibleCsvGrid.java
parente8749189fab40be5982ba863dc31393673a0c316 (diff)
INTEGRATION: CWS sab008 (1.5.36); FILE MERGED
2004/03/02 16:16:34 sw 1.5.36.1: #115035#
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScAccessibleCsvGrid.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScAccessibleCsvGrid.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvGrid.java b/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvGrid.java
index 9aa00be6591f..87c0f5993ebc 100644
--- a/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvGrid.java
+++ b/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvGrid.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ScAccessibleCsvGrid.java,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $
+ * last change: $Author: obo $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -139,10 +139,10 @@ public class ScAccessibleCsvGrid extends TestCase {
//util.dbg.printInterfaces(oObj);
- //at.printAccessibleTree(log, xRoot);
+ //AccessibilityTools.printAccessibleTree(log, xRoot);
oObj = AccessibilityTools.getAccessibleObjectForRole
- (xRoot, AccessibleRole.TABLE);
+ (xRoot, AccessibleRole.TABLE, true);
log.println("ImplementationName " + utils.getImplName(oObj));