summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sw/SwAccessibleFooterView.java
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-11-02 11:10:07 +0000
committerPascal Junck <pjunck@openoffice.org>2004-11-02 11:10:07 +0000
commit92cc74fb706e15545a887f47be6d06d4914fc9b9 (patch)
tree871b235193a3fbcf6806d7c8de1a6a132240db2d /qadevOOo/tests/java/mod/_sw/SwAccessibleFooterView.java
parent2b3c12f22826b81dd209214c8ee4288d87ec753c (diff)
INTEGRATION: CWS qadev19 (1.6.70); FILE MERGED
2004/10/21 12:06:26 cn 1.6.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added
Diffstat (limited to 'qadevOOo/tests/java/mod/_sw/SwAccessibleFooterView.java')
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwAccessibleFooterView.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/SwAccessibleFooterView.java b/qadevOOo/tests/java/mod/_sw/SwAccessibleFooterView.java
index 3cab23e6b405..f5efdf2acc71 100644
--- a/qadevOOo/tests/java/mod/_sw/SwAccessibleFooterView.java
+++ b/qadevOOo/tests/java/mod/_sw/SwAccessibleFooterView.java
@@ -2,9 +2,9 @@
*
* $RCSfile: SwAccessibleFooterView.java,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Date: 2004-01-05 19:57:17 $
+ * last change: $Date: 2004-11-02 12:10:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -184,7 +184,7 @@ public class SwAccessibleFooterView extends TestCase {
oObj = AccessibilityTools.SearchedContext;
log.println("ImplementationName " + utils.getImplName(oObj));
-// at.printAccessibleTree(log, xRoot);
+ at.printAccessibleTree(log, xRoot, Param.getBool(util.PropertyName.DEBUG_IS_ACTIVE));
TestEnvironment tEnv = new TestEnvironment(oObj);