From d91ca5cb94128baa047ee0187ead1f99c70544b2 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 27 Sep 2024 19:08:32 +0200 Subject: Fix typo Change-Id: I4ecf82ce4ebf13c9147f08c960f2624a4997a3e4 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/174054 Tested-by: Jenkins Reviewed-by: Julien Nabet --- source/text/scalc/01/database_table_reference.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source') diff --git a/source/text/scalc/01/database_table_reference.xhp b/source/text/scalc/01/database_table_reference.xhp index 9e4cacf255..cf7531ada5 100644 --- a/source/text/scalc/01/database_table_reference.xhp +++ b/source/text/scalc/01/database_table_reference.xhp @@ -261,8 +261,8 @@ The cell range A1:D11 was defined as the database range "myData ". The options Contains column labels and Contains totals row were checked when defining the database range. -
-

Referencing data in tables

+
+

Referencing data in tables

A database table reference has the form name of database_range[…]. The part inside the square brackets can be a reserved reference keyword, a field name in square brackets, or a combination of the two. In cases where a single keyword or a single field name is used, use single brackets instead of double brackets.

Example

-- cgit