[Libreoffice-commits] core.git: extensions/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat May 25 06:38:12 UTC 2019
extensions/source/ole/unoobjw.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b338f9e6cb4252fface6ad8e1fccbecc08e238f0
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:25:00 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat May 25 08:37:33 2019 +0200
Fix typo
Change-Id: Ic8643301cddebe6f62178e7611f2ebe22beddf0b
Reviewed-on: https://gerrit.libreoffice.org/72932
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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)
More information about the Libreoffice-commits
mailing list