diff options
-rw-r--r-- | offapi/com/sun/star/view/XMultiSelectionSupplier.idl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/view/XMultiSelectionSupplier.idl b/offapi/com/sun/star/view/XMultiSelectionSupplier.idl index 15724f171717..e6e4c48c97fe 100644 --- a/offapi/com/sun/star/view/XMultiSelectionSupplier.idl +++ b/offapi/com/sun/star/view/XMultiSelectionSupplier.idl @@ -60,12 +60,6 @@ interface XMultiSelectionSupplier: XSelectionSupplier @param Selection either an Object that is selectable or a sequence of objects that are selectable. - @returns - `TRUE`/, if <var>Selection</var> was added to the current selection. - `FALSE`, if <var>Selection</var> or parts of <var>Selection</var> could not be - added to the current selection. For example, if the selection already contains - objects that are forbidden to be selected together with <var>Selection</var>. - @throws com::sun::star::lang::IllegalArgumentException If <var>Selection</var> is not a selectable object for this XMultiSelectionSupplier. <p>Removing an object from the selection that is not part of the selection should not raise this exception</p> |