diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-02-18 12:11:21 -0300 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2019-02-18 16:40:10 +0100 |
commit | cebc44435e04a9926693c1bfc4be9d5c9c0abac9 (patch) | |
tree | f0aa2d96df9877374b6b827d99d0b5981684bfb4 | |
parent | f31eae3b626fef4a0db10bc4cadc5e6fa746bfe7 (diff) |
Housekeeping in some BASIC Help embeds
Change-Id: I6bbc8f8450d2160b9715b90d066e51278aaf564d
Reviewed-on: https://gerrit.libreoffice.org/67976
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | source/text/sbasic/shared/00000003.xhp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source/text/sbasic/shared/00000003.xhp b/source/text/sbasic/shared/00000003.xhp index fd5df791d7..b1eabffbc1 100644 --- a/source/text/sbasic/shared/00000003.xhp +++ b/source/text/sbasic/shared/00000003.xhp @@ -187,26 +187,26 @@ </section> <section id="vbasupport"> -<paragraph id="par_id051920171018124524" role="warning" xml-lang="en-US">This function or constant is enabled with the statement <item type="literal">Option VBASupport 1</item> placed before the executable program code in a module.</paragraph> + <warning id="par_id051920171018124524">This function or constant is enabled with the statement <link href="text/sbasic/shared/03103350.xhp" name="optionvbasupport"><literal>Option VBASupport 1</literal></link> placed before the executable program code in a module.</warning> </section> <section id="beforeexecutable"> <warning id="par_id3145172">This statement must be added before the executable program code in a module.</warning> </section> <section id="functsyntax"> -<paragraph id="hd_id061420171139089682" role="heading" level="2" xml-lang="en-US"><variable id="functsyntax">Syntax:</variable></paragraph> +<h2 id="hd_id061420171139089682"><variable id="functsyntax">Syntax:</variable></h2> </section> <section id="functvalue"> -<paragraph id="hd_id061420171139087480" role="heading" level="2" xml-lang="en-US"><variable id="functvalue">Return value:</variable></paragraph> +<h2 id="hd_id061420171139087480"><variable id="functvalue">Return value:</variable></h2> </section> <section id="functparameters"> -<paragraph id="hd_id061420171139084157" role="heading" level="2" xml-lang="en-US"><variable id="functparameters">Parameters:</variable></paragraph> +<h2 id="hd_id061420171139084157"><variable id="functparameters">Parameters:</variable></h2> </section> <section id="functexample"> -<paragraph id="hd_id061420171139088233" role="heading" level="2" xml-lang="en-US"><variable id="functexample">Example:</variable></paragraph> +<h2 id="hd_id061420171139088233"><variable id="functexample">Example:</variable></h2> </section> <paragraph id="par_id06142017015837916" role="paragraph" xml-lang="en-US"><variable id="VBA-Financial"><link href="text/sbasic/shared/special_vba_func.xhp#VBAFinancial">VBA financial functions</link></variable></paragraph> |