Fix typo
Change-Id: I0a68063a64d0a80b521cd69a1abf146476f27bee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169169 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
637072a9b6
commit
758f1230f8
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ STDMETHODIMP CCallback::inoutSeqAny(LPSAFEARRAY *pArray)
|
|||
hr= SafeArrayGetUBound( *pArray, 1, &ubound);
|
||||
long count= ubound - lbound + 1;
|
||||
|
||||
// the Array is supposet to contain variants
|
||||
// the Array is supposed to contain variants
|
||||
CComVariant var;
|
||||
for( long i=0; i<count; i++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue