https://bugs.documentfoundation.org/show_bug.cgi?id=162431
Mike Kaganski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #2 from Mike Kaganski <[email protected]> --- Thanks for filing! Now let me add what is more important that discussion on forum and short video clip, and what needed to be from start: namely, steps to reproduce. 1. Create a new text document. 2. Execute this Basic code: sub TestMissingParam txt = ThisComponent.Text txt.insertControlCharacter(txt.End, , false) end sub Expected: either an error telling that the second argument is missing, or an effect associated with a (some) default argument value. Actual result: the code succeeds silently, doing nothing. -- You are receiving this mail because: You are the assignee for the bug.
