summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_toolkit/AccessibleButton.java
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-11-02 11:12:58 +0000
committerPascal Junck <pjunck@openoffice.org>2004-11-02 11:12:58 +0000
commit0efeaf21345ec24dfb0e97cebe2c00b0715b015d (patch)
tree4018c715e678eeec857b9c4332602824185016a8 /qadevOOo/tests/java/mod/_toolkit/AccessibleButton.java
parent0e86dcd63d1fa8ca91fdcb43a42f2297e3c984b9 (diff)
INTEGRATION: CWS qadev19 (1.7.70); FILE MERGED
2004/10/21 12:09:55 cn 1.7.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added
Diffstat (limited to 'qadevOOo/tests/java/mod/_toolkit/AccessibleButton.java')
-rw-r--r--qadevOOo/tests/java/mod/_toolkit/AccessibleButton.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_toolkit/AccessibleButton.java b/qadevOOo/tests/java/mod/_toolkit/AccessibleButton.java
index c91af990ec73..6e51502b1590 100644
--- a/qadevOOo/tests/java/mod/_toolkit/AccessibleButton.java
+++ b/qadevOOo/tests/java/mod/_toolkit/AccessibleButton.java
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleButton.java,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Date: 2004-01-05 20:31:29 $
+ * last change: $Date: 2004-11-02 12:12:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -166,7 +166,7 @@ public class AccessibleButton extends lib.TestCase {
XAccessible xRoot = at.getAccessibleObject(xWindow);
- // at.printAccessibleTree(log, xRoot);
+ at.printAccessibleTree(log, xRoot, Param.getBool(util.PropertyName.DEBUG_IS_ACTIVE));
oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.PUSH_BUTTON,
"Cancel");