diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2022-06-17 14:05:12 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2022-06-17 15:20:34 +0200 |
commit | c1eba8d34a5ea13e6317c7820507d717ace4ec5c (patch) | |
tree | 58d62548a1645b13771d80abaaa62fadec8bdc37 /offapi | |
parent | dfdeb1bd67a7e1ce3bad26e5d02b54e4ece5f0f2 (diff) |
Change '@returns' into '@param'
That was causing the warning:
/home/tdf/jenkins/workspace/gerrit_windows/offapi/com/sun/star/embed/XInplaceObject.idl:85: warning:
found documented return type for com::sun::star::embed::XInplaceObject::translateAccelerators that
does not return anything
A similar 'translateAccelerators' is in XInplaceClient.idl.
Change-Id: I9abcb22ce8f460e2d26202542fef74b7e6a27ea6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136032
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/embed/XInplaceObject.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/embed/XInplaceObject.idl b/offapi/com/sun/star/embed/XInplaceObject.idl index ba04393aaa3e..dd41dcfa5697 100644 --- a/offapi/com/sun/star/embed/XInplaceObject.idl +++ b/offapi/com/sun/star/embed/XInplaceObject.idl @@ -82,7 +82,7 @@ published interface XInplaceObject: com::sun::star::uno::XInterface /** provides accelerator table the container wants to use during inplace editing. - @return + @param aKeys an accelerator table from container @throws com::sun::star::embed::WrongStateException |