[Libreoffice-bugs] [Bug 134477] New: MsgBox macro function always creates an icon next to the text
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Jul 3 12:33:49 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=134477
Bug ID: 134477
Summary: MsgBox macro function always creates an icon next to
the text
Product: LibreOffice
Version: 6.4.4.2 release
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
Severity: minor
Priority: medium
Component: BASIC
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: domenicov at gmail.com
Description:
The function MsgBox in Basic has a bug. If I write a macro with
MsgBox("Hello world", 0), in the box popup, near to Hello world there is the
icon MB_ICONINFORMATION.
Steps to Reproduce:
1.Create a macro:
Sub Main
MsgBox("Hello World", 0)
End Sub
2.excute it
3.
Actual Results:
In popup box there is a icon (the MB_ICONINFORMATION) near to the text and the
ok button
Expected Results:
The popup box with only the text and ok button.
Reproducible: Always
User Profile Reset: No
Additional Info:
Create a box with only the text and the ok button.
--
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/20200703/7c091287/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list