https://bugs.documentfoundation.org/show_bug.cgi?id=146299
Bug ID: 146299
Summary: MsgBox Function doc talks about MB_ABORTRETRYCANCEL
instead of MB_ABORTRETRYIGNORE
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
On the page
https://help.libreoffice.org/latest/en-US/text/sbasic/shared/03010102.html, we
can read:
"MB_ABORTRETRYCANCEL 2 Display Abort, Retry, and Ignore buttons."
then later in the example:
sVar = MsgBox("Las Vegas", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL,
"Dialog title")
MB_ABORTRETRYCANCEL is a typo, it should be MB_ABORTRETRYIGNORE, see
https://opengrok.libreoffice.org/search?project=core&full=MB_ABORTRETRYIGNORE&defs=&refs=&path=&hist=&type=&xrd=&nn=1&si=full&si=full
--
You are receiving this mail because:
You are the assignee for the bug.