[Libreoffice-bugs] [Bug 130309] TTS doesn't start and opens up Libreoffice Basic

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Jan 31 12:18:03 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=130309

Oliver Brinzing <oliver.brinzing at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
             Blocks|                            |127592
                 CC|                            |mikekaganski at hotmail.com,
                   |                            |oliver.brinzing at gmx.de
         Resolution|---                         |NOTABUG

--- Comment #1 from Oliver Brinzing <oliver.brinzing at gmx.de> ---
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


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=127592
[Bug 127592] [META] LibreOffice Basic incl."Option Compatible" modules
-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200131/985e8213/attachment.htm>


More information about the Libreoffice-bugs mailing list