[Libreoffice-commits] core.git: include/cppuhelper include/osl

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Mar 8 22:13:08 UTC 2019


 include/cppuhelper/propshlp.hxx |    3 ---
 include/osl/thread.h            |    2 --
 2 files changed, 5 deletions(-)

New commits:
commit eb4a8a01ea18fbea4741a20a902152aef03b9ce4
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Fri Mar 8 21:39:11 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Mar 8 23:12:40 2019 +0100

    Fix @param documentation sections
    
    include/osl/thread.h:198: warning: argument 'name' from the argument list of osl_setThreadName has muliple @param documentation sections
    include/cppuhelper/propshlp.hxx:329: warning: argument 'bIgnoreRuntimeExceptionsWhileFiring' from the argument list of cppu::IEventNotificationHook::fireEvents has muliple @param documentation sections
    
    Change-Id: Ic1a2a7239596ec62c0d60c14480ea4a115eaaaa1
    Reviewed-on: https://gerrit.libreoffice.org/68944
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/include/cppuhelper/propshlp.hxx b/include/cppuhelper/propshlp.hxx
index 4c102148a9f7..cc78f484e66f 100644
--- a/include/cppuhelper/propshlp.hxx
+++ b/include/cppuhelper/propshlp.hxx
@@ -307,9 +307,6 @@ public:
     /**
         Method to be called by OPropertySetHelper::fire.
 
-        @param bIgnoreRuntimeExceptionsWhileFiring
-                        indicates whether occurring RuntimeExceptions shall be
-                        ignored when firing notifications
        @param pnHandles     the id's of the properties that changed.
        @param nCount        the number of elements in the arrays pnHandles, pNewValues and pOldValues.
        @param bVetoable true means fire to VetoableChangeListener, false means fire to
diff --git a/include/osl/thread.h b/include/osl/thread.h
index 5673eb2694a3..fdb216c75e14 100644
--- a/include/osl/thread.h
+++ b/include/osl/thread.h
@@ -192,8 +192,6 @@ SAL_DLLPUBLIC void SAL_CALL osl_yieldThread(void);
 
     @param name  the name of the thread; must not be null; on Linux, only the
     first 16 characters are used
-
-    @param name     Thread name
 */
 SAL_DLLPUBLIC void SAL_CALL osl_setThreadName(char const * name);
 


More information about the Libreoffice-commits mailing list