https://bugs.documentfoundation.org/show_bug.cgi?id=112418

--- Comment #1 from Aron Budea <[email protected]> ---
The exception is thrown at the beginning of this function:
template<class T> UnoConversionUtilities<T>::createUnoSequenceWrapper(const
Any& rSeq, VARTYPE elemtype)
https://opengrok.libreoffice.org/xref/core/extensions/source/ole/unoconversionutilities.hxx#1007

There's the following line:
varType = getElementTypeDesc(&aFuncDesc->lprgelemdescParam[i].tdesc);
https://opengrok.libreoffice.org/xref/core/extensions/source/ole/oleobjw.cxx#1805

For the first two parameters 'varType' is 12, but for the 3rd parameter it's
8204, and that's when it enters the sequence-related code path.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to