From 69e5d752ef20f5cd5b3a429a3546ae46bbb5f62a Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Fri, 17 Jun 2022 14:12:08 +0200 Subject: 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 --- offapi/com/sun/star/view/XMultiSelectionSupplier.idl | 6 ------ 1 file changed, 6 deletions(-) (limited to 'offapi/com') 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 Selection was added to the current selection. - `FALSE`, if Selection or parts of Selection could not be - added to the current selection. For example, if the selection already contains - objects that are forbidden to be selected together with Selection. - @throws com::sun::star::lang::IllegalArgumentException If Selection is not a selectable object for this XMultiSelectionSupplier.

Removing an object from the selection that is not part of the selection should not raise this exception

-- cgit