[Libreoffice-commits] help.git: source/text

Olivier Hallot (via logerrit) logerrit at kemper.freedesktop.org
Tue Sep 14 14:23:57 UTC 2021


 source/text/sbasic/shared/03/sf_base.xhp      |    2 +-
 source/text/sbasic/shared/03/sf_exception.xhp |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d098ee2b7fba8b173fd718490c8e537c13d936b0
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Tue Sep 14 16:15:06 2021 +0200
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Tue Sep 14 16:23:38 2021 +0200

    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 at libreoffice.org>

diff --git a/source/text/sbasic/shared/03/sf_base.xhp b/source/text/sbasic/shared/03/sf_base.xhp
index 64d680c00..ad5a46b04 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 e29e19dea..ac6425397 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>


More information about the Libreoffice-commits mailing list