summaryrefslogtreecommitdiff
path: root/extensions/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-10 16:56:40 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-11 08:53:52 +0200
commit774ef2a45a85d2b4caab99dfe25dac6bb2a621d8 (patch)
treef462ba67d0c5336686fefcb4ad42e12150c8e04d /extensions/source
parenta7ceb3352ad0a35ce2eeb8407cace19e1d14a9db (diff)
Fix typo
Change-Id: I6ecf77180cb5da32e64d2fb9cab90d66f70c5633 Reviewed-on: https://gerrit.libreoffice.org/73792 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'extensions/source')
-rw-r--r--extensions/source/ole/unoconversionutilities.hxx2
1 files changed, 1 insertions, 1 deletions
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(),