diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2019-03-08 21:39:11 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-03-08 23:12:40 +0100 |
commit | eb4a8a01ea18fbea4741a20a902152aef03b9ce4 (patch) | |
tree | 440f66c60e69e13761fac2ee94acc2d24d8c0b0d /include/cppuhelper | |
parent | 8de89e1c39b211cb4c39e47c992b03ed33003658 (diff) |
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@yahoo.fr>
Diffstat (limited to 'include/cppuhelper')
-rw-r--r-- | include/cppuhelper/propshlp.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
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 |