extensions/source/ole/unoobjw.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b338f9e6cb4252fface6ad8e1fccbecc08e238f0 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue May 14 21:25:00 2019 +0000 Commit: Julien Nabet <[email protected]> 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 <[email protected]> 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) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
