Kaydet (Commit) bac2ee1e authored tarafından Pascal Junck's avatar Pascal Junck

INTEGRATION: CWS qadev19 (1.4.86); FILE MERGED

2004/10/21 12:07:21 cn 1.4.86.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added
üst 9fb56ad1
......@@ -2,9 +2,9 @@
*
* $RCSfile: AccGrid.java,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Date: 2003-09-08 12:21:36 $
* last change: $Date: 2004-11-02 12:03:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -110,7 +110,7 @@ public class AccGrid extends TestCase {
XWindow xWindow = at.getCurrentWindow((XMultiServiceFactory)Param.getMSF(), aModel);
XAccessible xRoot = at.getAccessibleObject(xWindow);
//at.printAccessibleTree(log,xRoot);
at.printAccessibleTree(log, xRoot, Param.getBool(util.PropertyName.DEBUG_IS_ACTIVE));
XAccessibleContext cont = at.getAccessibleObjectForRole(
xRoot, AccessibleRole.SHAPE, "", "AccGrid");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment