https://issues.apache.org/ooo/show_bug.cgi?id=63614
--- Comment #13 from hanya <[email protected]> --- I could reproduce the same problem with Choose runtime function by the procedure written in Comment 11. - Original: Sub Main Choose(1, 1, 2) End Sub 0000002A 80 00008002 00000000 RTL Choose ; Empty, Args - Changed: Sub Main Choose(1, "", 2) End Sub 0000002A 80 00008002 00000002 RTL Choose ; Integer, Args The OpCode2 for the type is wrong for the second code. -- You are receiving this mail because: You are on the CC list for the issue. You are watching all issue changes.
