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:
Andrea Gelmini 2024-06-18 22:52:17 +02:00 committed by Julien Nabet
parent 637072a9b6
commit 758f1230f8

View file

@ -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++)
{