[Libreoffice-commits] core.git: include/cppuhelper

Michael Stahl mstahl at redhat.com
Mon Jan 30 21:42:56 UTC 2017


 include/cppuhelper/propshlp.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ca1cb1b4ac43be0e75f579fc38dadae37743617e
Author: Michael Stahl <mstahl at redhat.com>
Date:   Mon Jan 30 22:37:38 2017 +0100

    tdf#44502 cppuhelper: fix doxygen warning
    
    Change-Id: If1bb3d7cc37449fc6be5467dc5d4380083d66211

diff --git a/include/cppuhelper/propshlp.hxx b/include/cppuhelper/propshlp.hxx
index 2befe21..a546f5c 100644
--- a/include/cppuhelper/propshlp.hxx
+++ b/include/cppuhelper/propshlp.hxx
@@ -558,8 +558,8 @@ protected:
        @param rValue the value to be converted
        @return true if the value converted.
        @throws css::lang::IllegalArgumentException
-       @throws css::beans::UnknownPropertyException,
-       @thrwos css::uno::RuntimeException
+       @throws css::beans::UnknownPropertyException
+       @throws css::uno::RuntimeException
      */
     virtual sal_Bool SAL_CALL convertFastPropertyValue(
         css::uno::Any & rConvertedValue,


More information about the Libreoffice-commits mailing list