summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2021-09-14 16:15:06 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2021-09-14 16:23:38 +0200
commitd098ee2b7fba8b173fd718490c8e537c13d936b0 (patch)
tree39c66162654d62c3b81d2e1ea00a8aeef21ec739
parentb7491d7d5cd174d4100c3de5f46cff20d7840809 (diff)
fix path of embed
Change-Id: I99168be951490a532ca7cc0ab2be906584bd7290 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/122068 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r--source/text/sbasic/shared/03/sf_base.xhp2
-rw-r--r--source/text/sbasic/shared/03/sf_exception.xhp2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/03/sf_base.xhp b/source/text/sbasic/shared/03/sf_base.xhp
index 64d680c000..ad5a46b043 100644
--- a/source/text/sbasic/shared/03/sf_base.xhp
+++ b/source/text/sbasic/shared/03/sf_base.xhp
@@ -109,7 +109,7 @@
</bookmark>
<h2 id="hd_id61161309632927" localize="false">CloseFormDocument</h2>
<paragraph role="paragraph" id="par_id801916099743199">Closes the given form document. Returns <literal>True</literal> if closure is successful.</paragraph>
- <embed href="text/sbasic/shared/avail_release.xhp#7.3.method"/>
+ <embed href="text/sbasic/shared/03/avail_release.xhp#7.3.method"/>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" localize="false" id="par_id71613205516650">
<input>svc.CloseFormDocument(formdocument: str): bool</input>
diff --git a/source/text/sbasic/shared/03/sf_exception.xhp b/source/text/sbasic/shared/03/sf_exception.xhp
index e29e19dea1..ac6425397f 100644
--- a/source/text/sbasic/shared/03/sf_exception.xhp
+++ b/source/text/sbasic/shared/03/sf_exception.xhp
@@ -322,7 +322,7 @@
<paragraph role="paragraph" id="par_id111621624672183">Displays the list of arguments in a readable form in the Python shell (APSO) console. Arguments are separated by a TAB character (simulated by spaces).</paragraph>
<paragraph role="paragraph" id="par_id841621426229467">The same string is added to the ScriptForge debug console.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#Basic_Only"/>
- <embed href="text/sbasic/shared/avail_release.xhp#7.3.method"/>
+ <embed href="text/sbasic/shared/03/avail_release.xhp#7.3.method"/>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<bascode>
<paragraph role="bascode" localize="false" id="bas_id81630591881423">exc.PythonPrint(arg0: any, [arg1: any, ...])</paragraph>