summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/accessibility/XAccessibleSelection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/accessibility/XAccessibleSelection.idl')
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleSelection.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/accessibility/XAccessibleSelection.idl b/offapi/com/sun/star/accessibility/XAccessibleSelection.idl
index 032a5170b369..2db010ae78db 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleSelection.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleSelection.idl
@@ -82,7 +82,7 @@ interface XAccessibleSelection : ::com::sun::star::uno::XInterface
/** Clears the selection, so that no children of the
object are selected.
*/
- [oneway] void clearAccessibleSelection ();
+ void clearAccessibleSelection ();
/** Select all children.
@@ -91,7 +91,7 @@ interface XAccessibleSelection : ::com::sun::star::uno::XInterface
supported then the first child, if it exists, is selected and all
other children are deselected.</p>
*/
- [oneway] void selectAllAccessibleChildren ();
+ void selectAllAccessibleChildren ();
/** Returns the number of Accessible children that are currently
selected.