summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2022-06-17 14:01:13 +0200
committerMike Kaganski <mike.kaganski@collabora.com>2022-06-17 14:49:57 +0200
commitdfdeb1bd67a7e1ce3bad26e5d02b54e4ece5f0f2 (patch)
tree5b0eb0234a4044c2617c004ce6ced215b278271f /offapi
parent5772cef244dbee5834efbc693bc714d89ae6301d (diff)
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.kaganski@collabora.com>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/sheet/XDataPilotTable2.idl2
1 files changed, 0 insertions, 2 deletions
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 );