[Libreoffice-commits] core.git: extensions/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu May 16 05:08:20 UTC 2019


 extensions/source/ole/unoconversionutilities.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5917735000d1cddf4ae2fe982bc8701b5b0f1db7
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed May 15 10:59:18 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu May 16 07:07:42 2019 +0200

    Fix typo
    
    Change-Id: I3e6446680571202a6825293e8b6c671022be6e0b
    Reviewed-on: https://gerrit.libreoffice.org/72386
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/extensions/source/ole/unoconversionutilities.hxx b/extensions/source/ole/unoconversionutilities.hxx
index f211d4dbf3fa..e8e9ba0f10d9 100644
--- a/extensions/source/ole/unoconversionutilities.hxx
+++ b/extensions/source/ole/unoconversionutilities.hxx
@@ -943,7 +943,7 @@ void UnoConversionUtilities<T>::anyToVariant(VARIANT* pVariant, const Any& rAny)
         default:
             //TypeClass_SERVICE:
             //TypeClass_EXCEPTION:
-            //When a InvocationTargetException is thrown when calling XInvocation::invoke
+            //When an InvocationTargetException is thrown when calling XInvocation::invoke
             //on a UNO object, then the target exception is directly used to create a
             //EXEPINFO structure
             //TypeClass_TYPEDEF


More information about the Libreoffice-commits mailing list