Hi, On Fri, Aug 25, 2017 at 08:13:07PM +0200, Lars Callenbach <[email protected]> wrote: > is it possible to have leave the parameter empty in Calc function if > the input is of type "[in] sequence<sequence<any > >" in the IDL-file?
What is the context, calling this function from Basic? I think Basic provides "optional" parameters when the last X parameter of a function is of type Any. In that case you're allowed to omit the parameter, and the Basic interpreter will synthesize empty Any values for those parameters. I believe the same doesn't work for sequences. Regards, Miklos
signature.asc
Description: Digital signature
_______________________________________________ LibreOffice mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice
