diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-17 23:17:57 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-19 13:59:35 +0200 |
commit | 5a8389c834ae8d09fd43acca89fb34612788a9f6 (patch) | |
tree | 02ca765d0be3b9b9bdce8bb69e49524af1fa2d48 /cppuhelper | |
parent | 7f801569311a2fc889efbd27063a50f1a4f6a7f8 (diff) |
Fix typos
Change-Id: If7365b05c8f4fd1bf130678cb28f05c9a1add4c7
Reviewed-on: https://gerrit.libreoffice.org/57598
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/propshlp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/propshlp.cxx b/cppuhelper/source/propshlp.cxx index 6d1549d68e96..9aceb32a66a0 100644 --- a/cppuhelper/source/propshlp.cxx +++ b/cppuhelper/source/propshlp.cxx @@ -601,7 +601,7 @@ void OPropertySetHelper::fire sal_Int32 * pnHandles, const Any * pNewValues, const Any * pOldValues, - sal_Int32 nHandles, // These is the Count of the array + sal_Int32 nHandles, // This is the Count of the array sal_Bool bVetoable ) { |