offapi/com/sun/star/sheet/XDataPilotTable2.idl |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit dfdeb1bd67a7e1ce3bad26e5d02b54e4ece5f0f2
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Fri Jun 17 14:01:13 2022 +0200
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Fri Jun 17 14:49:57 2022 +0200

    Drop useless '@returns `VOID`'
    
    ... which caused the warning:
    
      
/home/tdf/jenkins/workspace/gerrit_windows/offapi/com/sun/star/sheet/XDataPilotTable2.idl:62:
 warning: found documented return type for 
com::sun::star::sheet::XDataPilotTable2::insertDrillDownSheet that does not 
return anything
    
    Change-Id: I028820dc11ed8110278f2a655f1ad0c26d7b91cc
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136031
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>

diff --git a/offapi/com/sun/star/sheet/XDataPilotTable2.idl 
b/offapi/com/sun/star/sheet/XDataPilotTable2.idl
index 0d8a58283b25..d3dd6becd5a3 100644
--- a/offapi/com/sun/star/sheet/XDataPilotTable2.idl
+++ b/offapi/com/sun/star/sheet/XDataPilotTable2.idl
@@ -69,8 +69,6 @@ interface XDataPilotTable2: 
com::sun::star::sheet::XDataPilotTable
         is empty, no new sheet is inserted.</p>
 
         @param aAddr address of a result cell
-
-        @returns `VOID`
      */
     void insertDrillDownSheet( [in] com::sun::star::table::CellAddress aAddr );
 

Reply via email to