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

INTEGRATION: CWS qadev19 (1.3.70); FILE MERGED

2004/10/21 12:09:01 cn 1.3.70.1: #i35923# at.printAccessibleTree(log, xRoot,tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE)) added
üst daef01f9
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: AccessiblePopupMenu.java,v $ * $RCSfile: AccessiblePopupMenu.java,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change:$Date: 2004-01-05 20:37:37 $ * last change:$Date: 2004-11-02 12:15:32 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -209,7 +209,7 @@ public class AccessiblePopupMenu extends TestCase { ...@@ -209,7 +209,7 @@ public class AccessiblePopupMenu extends TestCase {
xRoot = at.getAccessibleObject(xWindow); xRoot = at.getAccessibleObject(xWindow);
at.printAccessibleTree(log, xRoot); at.printAccessibleTree(log, xRoot, tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE));
} catch (com.sun.star.lang.IndexOutOfBoundsException e) { } catch (com.sun.star.lang.IndexOutOfBoundsException e) {
log.println("Couldn't get Window"); log.println("Couldn't get Window");
} }
......
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