diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-10 19:35:04 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-10 22:03:30 +0200 |
commit | 265494644b0e97f8438f0d2588ef1fdab61f9e66 (patch) | |
tree | 191a548e983def2b2f0f97b93d5b60c00a7e908d /include | |
parent | 3d648f76ac90fe8e28691313d0d4e78a8278e511 (diff) |
Fix typo
Change-Id: Iee5dcd363e87318fa17695d9d069a462b55e4a44
Reviewed-on: https://gerrit.libreoffice.org/70535
Reviewed-by: himajin100000 <himajin100000@gmail.com>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/namedvaluecollection.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/namedvaluecollection.hxx b/include/comphelper/namedvaluecollection.hxx index 3f3e405f5d0f..46a2594d1028 100644 --- a/include/comphelper/namedvaluecollection.hxx +++ b/include/comphelper/namedvaluecollection.hxx @@ -136,7 +136,7 @@ namespace comphelper @retval true if there is a value with the given name, which could successfully - be extraced. In this case, @c _out_rValue will contain the requested + be extracted. In this case, @c _out_rValue will contain the requested value. @retval false, if there is no value with the given name. |