offapi/com/sun/star/view/XMultiSelectionSupplier.idl |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit 69e5d752ef20f5cd5b3a429a3546ae46bbb5f62a
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Fri Jun 17 14:12:08 2022 +0200
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Fri Jun 17 16:34:06 2022 +0200

    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.kagan...@collabora.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 <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>

Reply via email to