diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-15 10:59:18 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-16 07:07:42 +0200 |
commit | 5917735000d1cddf4ae2fe982bc8701b5b0f1db7 (patch) | |
tree | 1cd621aec41574ef0a863e0d5cd1b0aa183dc70b /extensions | |
parent | f665456cd0da35649bef179755be66c2aab290a7 (diff) |
Fix typo
Change-Id: I3e6446680571202a6825293e8b6c671022be6e0b
Reviewed-on: https://gerrit.libreoffice.org/72386
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/ole/unoconversionutilities.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |