summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2023-08-04 21:04:24 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2023-08-05 11:42:52 +0200
commit1c3257e391a8fbbdcde2dc380d9a8227745894bc (patch)
tree540c963bdbe980ec8a851dfc7ffbf0d4a8f66147 /source/text/sbasic/shared
parent6cd38151a2c1008ce4b37dc40bbaf7ed3a8b047d (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')
-rw-r--r--source/text/sbasic/shared/03040000.xhp4
-rw-r--r--source/text/sbasic/shared/Compiler_options.xhp8
-rw-r--r--source/text/sbasic/shared/ErrVBA.xhp2
-rw-r--r--source/text/sbasic/shared/classmodule.xhp2
-rw-r--r--source/text/sbasic/shared/code-stubs.xhp4
-rw-r--r--source/text/sbasic/shared/compatibilitymode.xhp2
-rw-r--r--source/text/sbasic/shared/compatible.xhp2
-rw-r--r--source/text/sbasic/shared/conventions.xhp2
-rw-r--r--source/text/sbasic/shared/enum.xhp2
-rw-r--r--source/text/sbasic/shared/property.xhp2
-rw-r--r--source/text/sbasic/shared/special_vba_func.xhp2
-rw-r--r--source/text/sbasic/shared/vbasupport.xhp2
12 files changed, 17 insertions, 17 deletions
diff --git a/source/text/sbasic/shared/03040000.xhp b/source/text/sbasic/shared/03040000.xhp
index d577f9b6dc..4f861e1573 100644
--- a/source/text/sbasic/shared/03040000.xhp
+++ b/source/text/sbasic/shared/03040000.xhp
@@ -19,7 +19,7 @@
-->
<meta>
- <topic id="textsbasicshared03040000xml">
+ <topic id="textsbasicshared03040000xml" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Basic Constants</title>
<filename>/text/sbasic/shared/03040000.xhp</filename>
</topic>
@@ -231,7 +231,7 @@
<bookmark_value>VBA Variable Type Named Constants</bookmark_value>
</bookmark>
-
+
</section>
<h3 id="hd_id941628842567829">VBA Color Named Constants</h3>
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>
diff --git a/source/text/sbasic/shared/ErrVBA.xhp b/source/text/sbasic/shared/ErrVBA.xhp
index 5fe8be500d..e608a96c32 100644
--- a/source/text/sbasic/shared/ErrVBA.xhp
+++ b/source/text/sbasic/shared/ErrVBA.xhp
@@ -9,7 +9,7 @@
*
-->
<meta>
- <topic id="text/sbasic/shared/ErrVBA">
+ <topic id="text/sbasic/shared/ErrVBA" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Err VBA Object</title>
<filename>/text/sbasic/shared/ErrVBA.xhp</filename>
</topic>
diff --git a/source/text/sbasic/shared/classmodule.xhp b/source/text/sbasic/shared/classmodule.xhp
index 25b76fb590..3e1a47d63c 100644
--- a/source/text/sbasic/shared/classmodule.xhp
+++ b/source/text/sbasic/shared/classmodule.xhp
@@ -9,7 +9,7 @@
*
-->
<meta>
- <topic id="text/sbasic/shared/ClassModule">
+ <topic id="text/sbasic/shared/ClassModule" indexer="include" status="PUBLISH">
<title id="tit" localize="false" xml-lang="en-US">Option ClassModule</title>
<filename>/text/sbasic/shared/classmodule.xhp</filename>
</topic>
diff --git a/source/text/sbasic/shared/code-stubs.xhp b/source/text/sbasic/shared/code-stubs.xhp
index 53161098a2..f8c852370f 100644
--- a/source/text/sbasic/shared/code-stubs.xhp
+++ b/source/text/sbasic/shared/code-stubs.xhp
@@ -19,7 +19,7 @@
-->
<meta>
- <topic id="topic_2507201510192393">
+ <topic id="topic_2507201510192393" indexer="include" status="PUBLISH">
<title xml-lang="en-US" localize="false" id="tit">BasicCodeStubs</title>
<filename>/text/sbasic/shared/code-stubs.xhp</filename>
</topic>
@@ -55,4 +55,4 @@
</section>
</body>
-</helpdocument> \ No newline at end of file
+</helpdocument>
diff --git a/source/text/sbasic/shared/compatibilitymode.xhp b/source/text/sbasic/shared/compatibilitymode.xhp
index 7c0dbc2baf..4130049a69 100644
--- a/source/text/sbasic/shared/compatibilitymode.xhp
+++ b/source/text/sbasic/shared/compatibilitymode.xhp
@@ -9,7 +9,7 @@
*
-->
<meta>
- <topic id="text/sbasic/shared/compatibilitymode">
+ <topic id="text/sbasic/shared/compatibilitymode" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">CompatibilityMode function</title>
<filename>/text/sbasic/shared/compatibilitymode.xhp</filename>
</topic>
diff --git a/source/text/sbasic/shared/compatible.xhp b/source/text/sbasic/shared/compatible.xhp
index 136a53285f..e769193077 100644
--- a/source/text/sbasic/shared/compatible.xhp
+++ b/source/text/sbasic/shared/compatible.xhp
@@ -9,7 +9,7 @@
*
-->
<meta>
- <topic id="text/sbasic/shared/compatible">
+ <topic id="text/sbasic/shared/compatible" indexer="include" status="PUBLISH">
<title id="tit" localize="false" xml-lang="en-US">Option Compatible</title>
<filename>/text/sbasic/shared/compatible.xhp</filename>
</topic>
diff --git a/source/text/sbasic/shared/conventions.xhp b/source/text/sbasic/shared/conventions.xhp
index f022ebd38e..77598e251a 100644
--- a/source/text/sbasic/shared/conventions.xhp
+++ b/source/text/sbasic/shared/conventions.xhp
@@ -9,7 +9,7 @@
*
-->
<meta>
- <topic id="org.LibreOffice.Help.conventions">
+ <topic id="org.LibreOffice.Help.conventions" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Syntax Diagrams</title>
<filename>/text/sbasic/shared/conventions.xhp</filename>
</topic>
diff --git a/source/text/sbasic/shared/enum.xhp b/source/text/sbasic/shared/enum.xhp
index 21f9b5c391..79e6057bda 100644
--- a/source/text/sbasic/shared/enum.xhp
+++ b/source/text/sbasic/shared/enum.xhp
@@ -9,7 +9,7 @@
*
-->
<meta>
- <topic id="org.LibreOffice.Help.Enum">
+ <topic id="org.LibreOffice.Help.Enum" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Enum Statement</title>
<filename>/text/sbasic/shared/enum.xhp</filename>
</topic>
diff --git a/source/text/sbasic/shared/property.xhp b/source/text/sbasic/shared/property.xhp
index 1552b251be..eb78f43a3a 100644
--- a/source/text/sbasic/shared/property.xhp
+++ b/source/text/sbasic/shared/property.xhp
@@ -18,7 +18,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<meta>
- <topic id="text/sbasic/shared/Property">
+ <topic id="text/sbasic/shared/Property" indexer="include" status="PUBLISH">
<title id="Property Statement" xml-lang="en-US">Property Statement</title>
<filename>/text/sbasic/shared/property.xhp</filename>
</topic>
diff --git a/source/text/sbasic/shared/special_vba_func.xhp b/source/text/sbasic/shared/special_vba_func.xhp
index a1e10543c1..d8acdcbac9 100644
--- a/source/text/sbasic/shared/special_vba_func.xhp
+++ b/source/text/sbasic/shared/special_vba_func.xhp
@@ -19,7 +19,7 @@
-->
<meta>
- <topic id="textsbasicsharedspecial_vba_funcxml">
+ <topic id="textsbasicsharedspecial_vba_funcxml" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Exclusive VBA functions</title>
<filename>/text/sbasic/shared/special_vba_func.xhp</filename>
</topic>
diff --git a/source/text/sbasic/shared/vbasupport.xhp b/source/text/sbasic/shared/vbasupport.xhp
index 22638be02e..aee0a2f932 100644
--- a/source/text/sbasic/shared/vbasupport.xhp
+++ b/source/text/sbasic/shared/vbasupport.xhp
@@ -19,7 +19,7 @@
-->
<meta>
- <topic id="textsbasicsharedvbasupportxml">
+ <topic id="textsbasicsharedvbasupportxml" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Support for VBA Macros</title>
<filename>/text/sbasic/shared/vbasupport.xhp</filename>
</topic>