diff options
author | Alain Romedenne <LibreOfficiant@sfr.fr> | 2020-07-30 18:37:18 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-08-01 00:48:40 +0200 |
commit | 8aadefbd1e3c1a5813791f6b25702563be0dbf4c (patch) | |
tree | 16d877872cb54690f3c79514e246153da9141505 /source | |
parent | 1749b770bbfe4aeb1296c48cc9d20cb947a04e47 (diff) |
tdf#131416 Faulty links
Change-Id: Ic6f71c52c2f1a371d56d8c477ec7c48ba8a2612a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/99746
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/sbasic/shared/fragments.xhp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/text/sbasic/shared/fragments.xhp b/source/text/sbasic/shared/fragments.xhp index f0ecbd388e..8203633bfd 100644 --- a/source/text/sbasic/shared/fragments.xhp +++ b/source/text/sbasic/shared/fragments.xhp @@ -51,7 +51,7 @@ </section> <section id="typename"> - <h4 id="hd_id231587046013458"><variable id="typenameh4"><link href="text/sbasic/shared/fragments.xhp" name="data types fragment">typename fragment</link></variable></h4> + <h4 id="hd_id231587046013458"><variable id="typenameh4">typename fragment</variable></h4> <paragraph role="paragraph" id="par_id501586753339474"><image src="media/helpimg/sbasic/typename_fragment.svg" id="img_id4157296484514"><alt xml-lang="en-US" id="alt_id15152796484515">primitive data types fragment</alt></image></paragraph> <bascode> <paragraph role="bascode" id="par_id3150985" localize="false">{Boolean|Byte|Currency|Date|Double|Integer|Long|Object|Single|String|Variant}</paragraph> @@ -59,12 +59,12 @@ </section> <section id="char"> - <h4 id="hd_id231587046013459"><variable id="charh4"><link href="text/sbasic/shared/fragments.xhp" name="type declaration characters fragment">char fragment</link></variable></h4> + <h4 id="hd_id231587046013459"><variable id="charh4">char fragment</variable></h4> <paragraph role="paragraph" id="par_id511586753339474"><image src="media/helpimg/sbasic/char_fragment.svg" id="img_id4157296484514"><alt xml-lang="en-US" id="alt_id15152796484516">type declaration characters</alt></image></paragraph> <bascode> <paragraph role="bascode" id="par_id3150986" localize="false">{ % | & | ! | # | $ | @ }</paragraph> </bascode> </section> - </body> +</body> </helpdocument> |