<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - No macro security dialog with High setting"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=111696#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - No macro security dialog with High setting"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=111696">bug 111696</a>
              from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
        <pre>In lcl_showGeneralSfxErrorOnce (see
<a href="https://opengrok.libreoffice.org/xref/core/sfx2/source/doc/docmacromode.cxx#86">https://opengrok.libreoffice.org/xref/core/sfx2/source/doc/docmacromode.cxx#86</a>),
I noticed this:
(gdb) p nSfxErrorCode
$12 = {m_value = 2147500084}
(gdb) p aErrorCodeRequest.ErrCode
$13 = -2147467212

In
<a href="https://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/task/ErrorCodeRequest.idl">https://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/task/ErrorCodeRequest.idl</a>,
ErrCode is defined as a long.

Since 2147500084 > 2 power 31, the number is converted in negative.</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>