Description: After selection of text and press the TTS button. It opens up a Error. BASIC syntax error. Variable nPage already defined. https://i.imgur.com/awCO2B2.png Steps to Reproduce: 1.Select Text 2.Press the TTS button Actual Results: The error opens up on BASIC Expected Results: The TTS engine should start audio Reproducible: Always User Profile Reset: No Additional Info:
I remember there was a change of handling duplicate variable declaration This will fail with LO 6.4.0.3 now: "BASIC syntax error. Variable s already defined." REM ***** BASIC ***** Sub Main() Call Test("Hello") End Sub Sub Test(s as String) Dim s as String MsgBox s End Sub
Refs: https://ask.libreoffice.org/en/question/227306/tts-not-starting-with-error/ https://github.com/jimholgate/ability-tools/issues/1