From 5917735000d1cddf4ae2fe982bc8701b5b0f1db7 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 15 May 2019 10:59:18 +0000 Subject: Fix typo Change-Id: I3e6446680571202a6825293e8b6c671022be6e0b Reviewed-on: https://gerrit.libreoffice.org/72386 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- extensions/source/ole/unoconversionutilities.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') 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::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 -- cgit