diff options
-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. |