[Libreoffice-commits] core.git: extensions/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jun 11 06:54:50 UTC 2019
extensions/source/ole/unoconversionutilities.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 774ef2a45a85d2b4caab99dfe25dac6bb2a621d8
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jun 10 16:56:40 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jun 11 08:53:52 2019 +0200
Fix typo
Change-Id: I6ecf77180cb5da32e64d2fb9cab90d66f70c5633
Reviewed-on: https://gerrit.libreoffice.org/73792
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/extensions/source/ole/unoconversionutilities.hxx b/extensions/source/ole/unoconversionutilities.hxx
index e8e9ba0f10d9..c75428c87caa 100644
--- a/extensions/source/ole/unoconversionutilities.hxx
+++ b/extensions/source/ole/unoconversionutilities.hxx
@@ -952,7 +952,7 @@ void UnoConversionUtilities<T>::anyToVariant(VARIANT* pVariant, const Any& rAny)
//TypeClass_MODULE:
throw CannotConvertException(
"[automation bridge]UnoConversionUtilities<T>::anyToVariant\n"
- "There is no conversion for this UNO type to a Automation type."
+ "There is no conversion for this UNO type to an Automation type."
"The destination type class is the type class of the UNO "
"argument which was to be converted.",
Reference<XInterface>(), rAny.getValueTypeClass(),
More information about the Libreoffice-commits
mailing list