summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_svtools
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-11-02 11:06:09 +0000
committerPascal Junck <pjunck@openoffice.org>2004-11-02 11:06:09 +0000
commit5c2e1f6780191a484d7fbb18279299f3922e5626 (patch)
treeb1a0a8d92c26ad75b6a6ff266ca006535fadb9d6 /qadevOOo/tests/java/mod/_svtools
parenta59d93df4e8a02e77f0dd6be62ed80c2da6b2e8a (diff)
INTEGRATION: CWS qadev19 (1.4.86); FILE MERGED
2004/10/21 12:08:46 cn 1.4.86.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added
Diffstat (limited to 'qadevOOo/tests/java/mod/_svtools')
-rw-r--r--qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderBar.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderBar.java b/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderBar.java
index cac02e1cbf20..33b298fb72ba 100644
--- a/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderBar.java
+++ b/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderBar.java
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleBrowseBoxHeaderBar.java,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change:$Date: 2003-09-08 12:32:57 $
+ * last change:$Date: 2004-11-02 12:06:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -251,7 +251,7 @@ public class AccessibleBrowseBoxHeaderBar extends TestCase {
oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.TABLE);
- //at.printAccessibleTree(log,xRoot);
+ at.printAccessibleTree(log, xRoot, tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE));
log.println("ImplementationName: " + util.utils.getImplName(oObj));
TestEnvironment tEnv = new TestEnvironment(oObj);