From 87481b9173587a8d156745294da85fd08651efec Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 6 Jun 2019 16:21:39 +0000 Subject: Fix typo Change-Id: I4cfc98ab3be0c789274978ec6b26f981ad627494 Reviewed-on: https://gerrit.libreoffice.org/73634 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/cppuhelper/propshlp.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cppuhelper') 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. -- cgit