diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2023-02-28 11:32:29 +0000 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-02-28 11:45:48 +0000 |
commit | dfd3deea6691715db33c13bdc639bac22dbf88f3 (patch) | |
tree | 765381cf2e1bd7e22c9845b3f52aaf5be9438921 | |
parent | 7498da277dcf8545fd2a96720ca56921589c3041 (diff) |
Fix broken links in help
Change-Id: I77413b0a66d7851d7c79e5f83ed72dd5f42f1c00
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147975
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/sbasic/python/python_listener.xhp | 1 | ||||
-rw-r--r-- | source/text/sbasic/shared/03/sf_datasheet.xhp | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/source/text/sbasic/python/python_listener.xhp b/source/text/sbasic/python/python_listener.xhp index f4f88165c3..e2ccff3a3b 100644 --- a/source/text/sbasic/python/python_listener.xhp +++ b/source/text/sbasic/python/python_listener.xhp @@ -156,7 +156,6 @@ <section id="relatedtopics" > <embed href="text/sbasic/guide/sample_code.xhp#sample_code"/> <embed href="text/sbasic/shared/03132000.xhp#CreateUnoListener"/> - <embed href="text/swriter/01/05060700.xhp#"/> <paragraph role="paragraph" id="N0506"><link href="text/swriter/01/05060700.xhp">Events mapping to objects</link></paragraph> <paragraph role="paragraph" id="N0509">See also <link href="text/sbasic/shared/01040000.xhp">Document events</link>, <link href="text/shared/02/01170202.xhp">Form events</link>.</paragraph> <embed href="text/sbasic/python/python_handler.xhp#pythonhandler_h1"/> diff --git a/source/text/sbasic/shared/03/sf_datasheet.xhp b/source/text/sbasic/shared/03/sf_datasheet.xhp index 77761d9395..44acdbed4d 100644 --- a/source/text/sbasic/shared/03/sf_datasheet.xhp +++ b/source/text/sbasic/shared/03/sf_datasheet.xhp @@ -21,7 +21,7 @@ <bookmark localize="false" branch="index" id="bm_id41582391760252"> <bookmark_value>Datasheet service</bookmark_value> </bookmark> - <h1 id="bm_id781582391760253" xml-lang="en-US"><variable id="ctrls_h1"><link href="text/sbasic/shared/03/sf_datasheet.xhp" name="SFDatabases.Datasheet service"><literal>SFDatabases</literal>.<literal>Datasheet</literal> service</link></variable></h1> + <h1 id="bm_id781582391760253" xml-lang="en-US"><variable id="DatasheetService"><link href="text/sbasic/shared/03/sf_datasheet.xhp" name="SFDatabases.Datasheet service"><literal>SFDatabases</literal>.<literal>Datasheet</literal> service</link></variable></h1> <paragraph role="paragraph" id="par_id901619031958273">The <literal>Datasheet</literal> service allows to visualize the contents of database tables as well as the results of queries and SQL statements using Base's Data View. Additionally, this service allows to:</paragraph> <list type="unordered"> <listitem> |