Skip to content

Commit

Permalink
MsgBox not a Statement. tdf#162447
Browse files Browse the repository at this point in the history
originally from https://ask.libreoffice.org/t/msgbox-statement-vs-function/108929

Change-Id: I62e871b878ec463e9d82a7506124a5c99de7ac28
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/171415
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <[email protected]>
  • Loading branch information
Pierre F authored and Olivier Hallot committed Aug 30, 2024
1 parent 71c24af commit 7590253
Show file tree
Hide file tree
Showing 8 changed files with 210 additions and 273 deletions.
1 change: 0 additions & 1 deletion AllLangHelp_sbasic.mk
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sbasic,\
helpcontent2/source/text/sbasic/shared/03000000 \
helpcontent2/source/text/sbasic/shared/03010000 \
helpcontent2/source/text/sbasic/shared/03010100 \
helpcontent2/source/text/sbasic/shared/03010101 \
helpcontent2/source/text/sbasic/shared/03010102 \
helpcontent2/source/text/sbasic/shared/03010103 \
helpcontent2/source/text/sbasic/shared/03010200 \
Expand Down
1 change: 0 additions & 1 deletion source/auxiliary/sbasic.tree
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@
<topic id="sbasic/text/sbasic/shared/03030104.xhp">Month Function</topic>
<topic id="sbasic/text/sbasic/shared/03150002.xhp">MonthName Function [VBA]</topic>
<topic id="sbasic/text/sbasic/shared/03010102.xhp">MsgBox Function</topic>
<topic id="sbasic/text/sbasic/shared/03010101.xhp">MsgBox Statement</topic>
<topic id="sbasic/text/sbasic/shared/03020412.xhp">Name Statement</topic>
<topic id="sbasic/text/sbasic/shared/new_keyword.xhp">New keyword</topic>
<topic id="sbasic/text/sbasic/shared/03060400.xhp">Not Operator</topic>
Expand Down
2 changes: 1 addition & 1 deletion source/text/sbasic/shared/03/sf_basic.xhp
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" id="par_id71618922431508" localize="false"><input>bas.MsgBox(prompt: str, [buttons: int], [title: str])[: int]</input></paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
<embed href="text/sbasic/shared/03010101.xhp#parameters"/>
<embed href="text/sbasic/shared/03010102.xhp#parameters"/>
<embed href="text/sbasic/shared/00000003.xhp#functvalue"/>
<paragraph role="paragraph" id="par_id711619082902143">An optional integer as detailed in above <literal>IDxx</literal> properties.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
Expand Down
1 change: 0 additions & 1 deletion source/text/sbasic/shared/03010100.xhp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
<h1 id="hd_id3151384"><link href="text/sbasic/shared/03010100.xhp">Display Functions</link></h1>
<paragraph role="paragraph" id="par_id3149346" xml-lang="en-US">This section describes Runtime functions used to output information to the screen display.</paragraph>
</section>
<embed href="text/sbasic/shared/03010101.xhp#msgbox"/>
<embed href="text/sbasic/shared/03010102.xhp#msgbox"/>
<embed href="text/sbasic/shared/03010103.xhp#print"/>
</body>
Expand Down
227 changes: 0 additions & 227 deletions source/text/sbasic/shared/03010101.xhp

This file was deleted.

Loading

0 comments on commit 7590253

Please sign in to comment.