diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2022-06-17 14:12:08 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2022-06-17 16:34:06 +0200 |
commit | 69e5d752ef20f5cd5b3a429a3546ae46bbb5f62a (patch) | |
tree | 36f1775e1cf706d0097407e9b3416f156fbc2903 /offapi/com | |
parent | 12b817140641a94ebb3ef8271c5e955eb80e56f2 (diff) |
Drop wrong '@returns' documentation
Caused this warning:
/home/tdf/jenkins/workspace/gerrit_windows/offapi/com/sun/star/view/XMultiSelectionSupplier.idl:60:
warning: found documented return type for com::sun::star::view::XMultiSelectionSupplier::removeSelection
that does not return anything
Change-Id: Iee156519c2075293b8305627ed22d586143c8688
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136033
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'offapi/com')
-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> |