Fix typo
Change-Id: I47cf4db535562e4db505b44981d86d40171e7630 Reviewed-on: https://gerrit.libreoffice.org/56424 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
committed by
Julien Nabet
parent
2e142c0ee5
commit
432449d075
@@ -1860,7 +1860,7 @@ STDMETHODIMP InterfaceOleWrapper::Invoke(DISPID dispidMember,
|
||||
// Actual call:
|
||||
// foo(10, 20, E:=50, D:=40, F:=60)
|
||||
//
|
||||
// That is, A and B are pased positionally, D, E, and F as named arguments,
|
||||
// That is, A and B are passed positionally, D, E, and F as named arguments,
|
||||
// and the optional C and G parameters are left out.
|
||||
//
|
||||
// Incoming DISPPARAMS:
|
||||
|
Reference in New Issue
Block a user