INTEGRATION: CWS uaa04 (1.5.12); FILE MERGED
2003/06/04 07:21:10 obr 1.5.12.2: finished transition from tabs to spaces 2003/05/26 09:50:39 obr 1.5.12.1: #i14151# UAA NAME_CHANGED events were mapped to JAA AccessibleDescription events. fixed.
This commit is contained in:
parent
8a5025216e
commit
dffbb536a8
1 changed files with 2 additions and 2 deletions
|
@ -244,7 +244,7 @@ public class Dialog extends java.awt.Dialog implements javax.accessibility.Acces
|
|||
// dispatch thread ..
|
||||
javax.accessibility.AccessibleContext ac = accessibleContext;
|
||||
if (ac!= null) {
|
||||
ac.setAccessibleDescription(title);
|
||||
ac.setAccessibleName(title);
|
||||
}
|
||||
} catch (com.sun.star.lang.IllegalArgumentException e) {
|
||||
}
|
||||
|
@ -410,7 +410,7 @@ public class Dialog extends java.awt.Dialog implements javax.accessibility.Acces
|
|||
}
|
||||
}
|
||||
|
||||
/** Invoked when a window is changed from a minimized to a normal state. */
|
||||
/** Invoked when a window is changed from a minimized to a normal state. */
|
||||
public void windowDeiconified(java.awt.event.WindowEvent e) {
|
||||
if (Build.DEBUG) {
|
||||
System.err.println("[Dialog] " + getTitle() + " has been deiconified");
|
||||
|
|
Loading…
Reference in a new issue