From dfd3deea6691715db33c13bdc639bac22dbf88f3 Mon Sep 17 00:00:00 2001 From: Rafael Lima Date: Tue, 28 Feb 2023 11:32:29 +0000 Subject: Fix broken links in help Change-Id: I77413b0a66d7851d7c79e5f83ed72dd5f42f1c00 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147975 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/sbasic/python/python_listener.xhp | 1 - source/text/sbasic/shared/03/sf_datasheet.xhp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'source') 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 @@
- Events mapping to objects See also Document events, Form events. 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 @@ Datasheet service -

SFDatabases.Datasheet service

+

SFDatabases.Datasheet service

The Datasheet 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: -- cgit