[Libreoffice-bugs] [Bug 141474] Documentation specifies incorrect parameter names for Basic functions

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Apr 8 18:41:15 UTC 2021


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

--- Comment #2 from Vladimir Sokolinskiy <sokol at comec92.ru> ---
The parameter names of the LibreOffice Basic Msgbox function are described
[url=https://opengrok.libreoffice.org/xref/core/basic/source/runtime/stdobj.cxx?r=fbaf865f#610]here[/url]
(as far as I understand). 

arg(u"Prompt",   SbxSTRING),
arg(u"Buttons",  SbxINTEGER, OPT_),
arg(u"Title",    SbxSTRING,  OPT_),
arg(u"Helpfile", SbxSTRING,  OPT_),
arg(u"Context",  SbxINTEGER, OPT_),

-- 
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/20210408/e136b351/attachment.htm>


More information about the Libreoffice-bugs mailing list