<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - MsgBox macro function always creates an icon next to the text"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134477">134477</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>MsgBox macro function always creates an icon next to the text
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.4.4.2 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>minor
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>BASIC
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>domenicov@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>