diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-03-10 17:08:46 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-03-10 20:43:41 +0100 |
commit | 8305d28f8dbdc9f891df38da290627b5e7dc651a (patch) | |
tree | bf59a83f9153b20a2022f92bfdfce21d8492ad67 /cppuhelper/source | |
parent | d3bd47f3d07d168cf3983745bc5ff2535cf96d6c (diff) |
Fix typo
Change-Id: Id3fe1d66cb1d3cb57f8aa5e652bf1c9ad6346091
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90286
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cppuhelper/source')
-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 6bf5fad3b74a..cdde8d4ff92f 100644 --- a/cppuhelper/source/propshlp.cxx +++ b/cppuhelper/source/propshlp.cxx @@ -768,7 +768,7 @@ void OPropertySetHelper::fire { try { - // fire the hole event sequence to the + // fire the whole event sequence to the // XPropertiesChangeListener's pL->propertiesChange( aEvts ); } |