offapi/com/sun/star/embed/XInplaceObject.idl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c1eba8d34a5ea13e6317c7820507d717ace4ec5c
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Fri Jun 17 14:05:12 2022 +0200
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Fri Jun 17 15:20:34 2022 +0200

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

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

Reply via email to