[Libreoffice-commits] core.git: include/uno

Julien Nabet (via logerrit) logerrit at kemper.freedesktop.org
Wed Jul 28 05:39:28 UTC 2021


 include/uno/data.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3bd2f04d59acfd1eb954042bd485858cdf0fd670
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Tue Jul 27 19:55:10 2021 +0200
Commit:     Julien Nabet <serval2412 at 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 <serval2412 at yahoo.fr>
    Reviewed-by: Julien Nabet <serval2412 at 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)(


More information about the Libreoffice-commits mailing list