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

            Bug ID: 141045
           Summary: close the application with the execution of the BASIC
                    code, function replace
           Product: LibreOffice
           Version: 7.1.0.3 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: BASIC
          Assignee: [email protected]
          Reporter: [email protected]

Description:
to reproduce the crash run the following code

sub prueba
dim txt as string
txt = "uno"
txt = replace(txt, "uno euro", "un euro")
end sub

Steps to Reproduce:
1. Open Writer
2. Open the BASIC editor
2. Run the following code:

sub prueba
dim txt as string
txt = "uno"
txt = replace(txt, "uno euro", "un euro")
end sub

Actual Results:
Crash and close de application

Expected Results:
do nothing


Reproducible: Always


User Profile Reset: No



Additional Info:
no

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to