From 1c3257e391a8fbbdcde2dc380d9a8227745894bc Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Fri, 4 Aug 2023 21:04:24 -0300 Subject: 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 --- source/text/sbasic/shared/03040000.xhp | 4 ++-- source/text/sbasic/shared/Compiler_options.xhp | 8 ++++---- source/text/sbasic/shared/ErrVBA.xhp | 2 +- source/text/sbasic/shared/classmodule.xhp | 2 +- source/text/sbasic/shared/code-stubs.xhp | 4 ++-- source/text/sbasic/shared/compatibilitymode.xhp | 2 +- source/text/sbasic/shared/compatible.xhp | 2 +- source/text/sbasic/shared/conventions.xhp | 2 +- source/text/sbasic/shared/enum.xhp | 2 +- source/text/sbasic/shared/property.xhp | 2 +- source/text/sbasic/shared/special_vba_func.xhp | 2 +- source/text/sbasic/shared/vbasupport.xhp | 2 +- 12 files changed, 17 insertions(+), 17 deletions(-) (limited to 'source/text/sbasic/shared') 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 @@ --> - + Basic Constants /text/sbasic/shared/03040000.xhp @@ -231,7 +231,7 @@ VBA Variable Type Named Constants - +

VBA Color Named Constants

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 @@ * --> - + Compiler Options /text/sbasic/shared/Compiler_options.xhp @@ -27,13 +27,13 @@ Compiler options must be specified before the executable program code in a module. Option Statement diagram - + - +

Option Private Module

Specifies that the scope of the module is that of the Basic library it belongs to. @@ -46,4 +46,4 @@ - \ No newline at end of file + 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 @@ * --> - + Err VBA Object /text/sbasic/shared/ErrVBA.xhp 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 @@ * --> - + Option ClassModule /text/sbasic/shared/classmodule.xhp 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 @@ --> - + BasicCodeStubs /text/sbasic/shared/code-stubs.xhp @@ -55,4 +55,4 @@ - \ No newline at end of file + 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 @@ * --> - + CompatibilityMode function /text/sbasic/shared/compatibilitymode.xhp 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 @@ * --> - + Option Compatible /text/sbasic/shared/compatible.xhp 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 @@ * --> - + Syntax Diagrams /text/sbasic/shared/conventions.xhp 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 @@ * --> - + Enum Statement /text/sbasic/shared/enum.xhp 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 . --> - + Property Statement /text/sbasic/shared/property.xhp 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 @@ --> - + Exclusive VBA functions /text/sbasic/shared/special_vba_func.xhp 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 @@ --> - + Support for VBA Macros /text/sbasic/shared/vbasupport.xhp -- cgit