[Libreoffice-bugs] [Bug 111696] No macro security dialog with High setting

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Aug 12 07:31:21 UTC 2017


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

--- Comment #6 from Julien Nabet <serval2412 at yahoo.fr> ---
In lcl_showGeneralSfxErrorOnce (see
https://opengrok.libreoffice.org/xref/core/sfx2/source/doc/docmacromode.cxx#86),
I noticed this:
(gdb) p nSfxErrorCode
$12 = {m_value = 2147500084}
(gdb) p aErrorCodeRequest.ErrCode
$13 = -2147467212

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

Since 2147500084 > 2 power 31, the number is converted in negative.

-- 
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/20170812/1c923ad4/attachment.html>


More information about the Libreoffice-bugs mailing list