https://bugs.documentfoundation.org/show_bug.cgi?id=163683
Mike Kaganski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |NOTABUG See Also| |https://bugs.documentfounda | |tion.org/show_bug.cgi?id=16 | |2431 --- Comment #2 from Mike Kaganski <[email protected]> --- This is not a bug - the `execute` method of XSystemShellExecute[1] has no optional arguments, and using it as you did (putting no arguments between commas) was only working by accident before the fix for bug 162431, because the error code 448 for missing argument was passed as an integer there instead, which is definitely wrong. [1] https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1system_1_1XSystemShellExecute.html#af7a73d7840dfafddb1bfb0e10c4ec8e0 -- You are receiving this mail because: You are the assignee for the bug.
