summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2021-07-27 19:55:10 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-07-28 07:38:50 +0200
commit3bd2f04d59acfd1eb954042bd485858cdf0fd670 (patch)
tree88065bd0a0c871df84af8af255288e0aed1c2447
parent73041de9563c9a973d1b5394c6e5520a7d799980 (diff)
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 <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--include/uno/data.h2
1 files changed, 1 insertions, 1 deletions
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)(