summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:25:00 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-25 08:37:33 +0200
commitb338f9e6cb4252fface6ad8e1fccbecc08e238f0 (patch)
treeaa02e81743988864e601955178fea662e67ac764 /extensions
parent9f927ea6d0087938911ee07e97416d705553ec9c (diff)
Fix typo
Change-Id: Ic8643301cddebe6f62178e7611f2ebe22beddf0b Reviewed-on: https://gerrit.libreoffice.org/72932 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/ole/unoobjw.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx
index dfcf493d00b5..669fe9af36c3 100644
--- a/extensions/source/ole/unoobjw.cxx
+++ b/extensions/source/ole/unoobjw.cxx
@@ -1273,7 +1273,7 @@ STDMETHODIMP InterfaceOleWrapper::GetIDsOfNames(REFIID /*riid*/,
// in order to figure out what the an IDispatch parameter is meant for.
// Normal JScript object parameter can be mixed with JScriptValue object. If an
-// VARIANT contains an VT_DISPATCH that is no JScriptValue than the type information
+// VARIANT contains a VT_DISPATCH that is no JScriptValue than the type information
// is used to find out about the required type.
void InterfaceOleWrapper::convertDispparamsArgs(DISPID id,
unsigned short /*wFlags*/, DISPPARAMS* pdispparams, Sequence<Any>& rSeq)