diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-06 16:21:39 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-06-07 06:51:32 +0200 |
commit | 87481b9173587a8d156745294da85fd08651efec (patch) | |
tree | dcd4a28dc9556927b42a33b02b8602f0d3f3f56d | |
parent | daba09df247c09db715ca86a6b78365e49bfe034 (diff) |
Fix typo
Change-Id: I4cfc98ab3be0c789274978ec6b26f981ad627494
Reviewed-on: https://gerrit.libreoffice.org/73634
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | include/cppuhelper/propshlp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppuhelper/propshlp.hxx b/include/cppuhelper/propshlp.hxx index cc78f484e66f..57799b4ce45f 100644 --- a/include/cppuhelper/propshlp.hxx +++ b/include/cppuhelper/propshlp.hxx @@ -546,7 +546,7 @@ protected: /** Converted the value rValue and return the result in rConvertedValue and the - old value in rOldValue. A IllegalArgumentException is thrown. + old value in rOldValue. An IllegalArgumentException is thrown. The method is not implemented in this class. After this call the vetoable listeners are notified. |