include/uno/data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3bd2f04d59acfd1eb954042bd485858cdf0fd670 Author: Julien Nabet <serval2...@yahoo.fr> AuthorDate: Tue Jul 27 19:55:10 2021 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Jul 28 07:38:50 2021 +0200 Just to fix a warning /home/julien/lo/libreoffice/instdir/sdk/include/uno/data.h:40: warning: argument 'pTypedemanded' of command @param is not found in the argument list of uno_QueryInterfaceFunc(void *pInterface, struct _typelib_TypeDescriptionReference *pType) /home/julien/lo/libreoffice/instdir/sdk/include/uno/data.h:44: warning: The following parameter of uno_QueryInterfaceFunc(void *pInterface, struct _typelib_TypeDescriptionReference *pType) is not documented: parameter 'pType' Change-Id: I5b6606749329eeacf868105e0a730df4999b6d54 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119571 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/include/uno/data.h b/include/uno/data.h index ddcf9ca6e5ef..748b30d0a7b1 100644 --- a/include/uno/data.h +++ b/include/uno/data.h @@ -38,7 +38,7 @@ struct _uno_Mapping; /** Generic function pointer declaration to query for an interface. @param pInterface interface - @param pTypedemanded interface type + @param pType demanded interface type @return interface pointer */ typedef void * (SAL_CALL * uno_QueryInterfaceFunc)( _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits