summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/mod/_sw/SwAccessibleTextEmbeddedObject.java
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-11-02 11:11:33 +0000
committerPascal Junck <pjunck@openoffice.org>2004-11-02 11:11:33 +0000
commit8047c6467b6ab4bdfbbcf4f328cf5dd12ebebbc3 (patch)
treeaf9ccc4fddf176b01d4df3606e925fe59f509c1e /qadevOOo/tests/java/mod/_sw/SwAccessibleTextEmbeddedObject.java
parentINTEGRATION: CWS qadev19 (1.5.70); FILE MERGED (diff)
downloadcore-8047c6467b6ab4bdfbbcf4f328cf5dd12ebebbc3.tar.gz
core-8047c6467b6ab4bdfbbcf4f328cf5dd12ebebbc3.zip
INTEGRATION: CWS qadev19 (1.5.70); FILE MERGED
2004/10/21 12:05:48 cn 1.5.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added
Diffstat (limited to 'qadevOOo/tests/java/mod/_sw/SwAccessibleTextEmbeddedObject.java')
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwAccessibleTextEmbeddedObject.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/SwAccessibleTextEmbeddedObject.java b/qadevOOo/tests/java/mod/_sw/SwAccessibleTextEmbeddedObject.java
index 58319976cf78..8fbfbacd42c4 100644
--- a/qadevOOo/tests/java/mod/_sw/SwAccessibleTextEmbeddedObject.java
+++ b/qadevOOo/tests/java/mod/_sw/SwAccessibleTextEmbeddedObject.java
@@ -2,9 +2,9 @@
*
* $RCSfile: SwAccessibleTextEmbeddedObject.java,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $
+ * last change: $Author: pjunck $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -122,7 +122,7 @@ public class SwAccessibleTextEmbeddedObject extends TestCase {
oObj = at.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);