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

--- Comment #8 from Andreas Heinisch <[email protected]> ---
I investigated the error and I think I need some clarifications: 

- in VB the function IsMissing works only with variant datatypes
- in LO IsMissing works or should work even with other datatypes?!? In the
majority of the cases it works :). I does not work in the case, where the
missing parameter is before any non missing parameters, e.g.,
SubTwoParameters(,2)

Because, if I change the method signature to variant datatypes, everything
works as expected:
SubTwoParameters(optional lPar1 as variant, optional lPar2 as variant)

Any thoughts?

-- 
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