https://bugs.documentfoundation.org/show_bug.cgi?id=162431
Mike Kaganski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Mike Kaganski <[email protected]> --- The "is missing" error gets silently converted to the expected "short" integer type value 448, which is not any known control character identifier. I believe, that the change is needed in sbxToUnoValue [1]; it needs to check for "is missing" variable (similar to [2]), and set an error, when the target type can't handle a missing value (like integers, or strings - possibly anything except plain Any, the latter can simply be returned empty), even prior to the external call. Andreas: are you interested to take this? :-) [1] https://opengrok.libreoffice.org/xref/core/basic/source/classes/sbunoobj.cxx?r=8f008bf4#1167 [2] https://opengrok.libreoffice.org/xref/core/basic/source/runtime/methods.cxx?r=45290d41#3165 -- You are receiving this mail because: You are the assignee for the bug.
