diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-08-04 21:04:24 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-08-05 11:42:52 +0200 |
commit | 1c3257e391a8fbbdcde2dc380d9a8227745894bc (patch) | |
tree | 540c963bdbe980ec8a851dfc7ffbf0d4a8f66147 /source/text/sbasic/shared/Compiler_options.xhp | |
parent | 6cd38151a2c1008ce4b37dc40bbaf7ed3a8b047d (diff) |
tdf#155193 Fill indexer= when omitted in Help files
Change-Id: I10f3c9e1e698619dcace7c4314f2bd37adf698de
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/155363
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic/shared/Compiler_options.xhp')
-rw-r--r-- | source/text/sbasic/shared/Compiler_options.xhp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/sbasic/shared/Compiler_options.xhp b/source/text/sbasic/shared/Compiler_options.xhp index 9562bb38b0..735e672541 100644 --- a/source/text/sbasic/shared/Compiler_options.xhp +++ b/source/text/sbasic/shared/Compiler_options.xhp @@ -9,7 +9,7 @@ * --> <meta> - <topic id="text/sbasic/shared/compiler"> + <topic id="text/sbasic/shared/compiler" indexer="include" status="PUBLISH"> <title id="tit" xml-lang="en-US">Compiler Options</title> <filename>/text/sbasic/shared/Compiler_options.xhp</filename> </topic> @@ -27,13 +27,13 @@ <note id="par_id141592406254504">Compiler options must be specified before the executable program code in a module.</note> <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/> <paragraph role="paragraph" id="par_id491585753339474"><image src="media/helpimg/sbasic/Option_statement.svg" id="img_id4156296484514"><alt xml-lang="en-US" id="alt_id15152796484514">Option Statement diagram</alt></image></paragraph> - + <embed href="text/sbasic/shared/03103200.xhp#optionbase"/> <embed href="text/sbasic/shared/classmodule.xhp#classmodulefunction"/> <embed href="text/sbasic/shared/compatible.xhp#optioncompatiblestatement"/> <embed href="text/sbasic/shared/compatibilitymode.xhp#compatibilitymodefunction"/> <embed href="text/sbasic/shared/03103300.xhp#optionexplicit"/> - + <h2 id="hd_id331592403410631">Option Private Module</h2> <paragraph role="paragraph" id="par_id161592405163812">Specifies that the scope of the module is that of the Basic library it belongs to.</paragraph> <embed href="text/sbasic/shared/03103350.xhp#optionVBASupport"/> @@ -46,4 +46,4 @@ </section> </body> -</helpdocument>
\ No newline at end of file +</helpdocument> |