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

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected]

--- Comment #2 from Julien Nabet <[email protected]> ---
About MB_ABORTRETRYCANCEL, it's been fixed with
ebc9cb8ae21c5930887cf27e1dbbe2c7493f3e30
Update git submodules
* Update helpcontent2 from branch 'master'
  to 84b6347bd05d0a7e5a7ea5075702f5f2892b5c1f
  - tdf#146299: MsgBox can have the parameter MB_ABORTRETRYIGNORE

    not MB_ABORTRETRYCANCEL

This link
https://help.libreoffice.org/7.3/en-US/text/sbasic/shared/03010102.html shows
it's ok.

Mike: ok to add IDIGNORE part?
In comparison, git grep -n IDABORT gives:
basic/source/inc/rtlproto.hxx:73:extern void SbRtl_IDABORT(StarBASIC * pBasic,
SbxArray & rPar, bool bWrite);
basic/source/runtime/props.cxx:108:void SbRtl_IDABORT(StarBASIC*, SbxArray&
rPar, bool) { rPar.Get(0)->PutInteger(3); }
basic/source/runtime/stdobj.cxx:452:{ u"IDABORT",                      
SbxINTEGER,      CPROP_,           SbRtl_IDABORT              },
wizards/source/scriptforge/python/scriptforge.py:633:        IDABORT, IDCANCEL,
IDIGNORE, IDNO, IDOK, IDRETRY, IDYES = 3, 2, 5, 7, 1, 4, 6

I can submit a patch with IDIGNORE by using these, what do you think?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to