Kaydet (Commit) faad1b75 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS uaa03 (1.3.8); FILE MERGED

2003/05/21 15:42:18 mt 1.3.8.1: #i14623# UAA finalization
üst 33a9eccf
...@@ -121,7 +121,7 @@ class AccessibleSelectionImpl implements javax.accessibility.AccessibleSelection ...@@ -121,7 +121,7 @@ class AccessibleSelectionImpl implements javax.accessibility.AccessibleSelection
/** Causes every child of the object to be selected if the object supports multiple selection */ /** Causes every child of the object to be selected if the object supports multiple selection */
public void selectAllAccessibleSelection() { public void selectAllAccessibleSelection() {
try { try {
unoAccessibleSelection.selectAllAccessible(); unoAccessibleSelection.selectAllAccessibleChildren();
} catch (com.sun.star.uno.RuntimeException e) { } catch (com.sun.star.uno.RuntimeException e) {
} }
} }
......
...@@ -192,7 +192,7 @@ public abstract class DescendantManager extends Component { ...@@ -192,7 +192,7 @@ public abstract class DescendantManager extends Component {
/** Causes every child of the object to be selected if the object supports multiple selection */ /** Causes every child of the object to be selected if the object supports multiple selection */
public void selectAllAccessibleSelection() { public void selectAllAccessibleSelection() {
try { try {
unoAccessibleSelection.selectAllAccessible(); unoAccessibleSelection.selectAllAccessibleChildren();
} catch (com.sun.star.uno.RuntimeException e) { } catch (com.sun.star.uno.RuntimeException e) {
} }
} }
......
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