From 96d319ef4e1849f970b63502cced9e37c8dc1c5b Mon Sep 17 00:00:00 2001 From: Sophia Schröder Date: Sat, 7 Apr 2018 18:34:40 +0100 Subject: Fix typos in help Fix double spaces in text, change "it's" to "it is" like mentioned by Adolfo. Change-Id: Ie1008663a87680583ee58775f64260b5c3bbe8c4 Reviewed-on: https://gerrit.libreoffice.org/52558 Reviewed-by: Adolfo Jayme Barrientos Tested-by: Adolfo Jayme Barrientos --- source/text/scalc/01/xml_source.xhp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/text/scalc/01/xml_source.xhp b/source/text/scalc/01/xml_source.xhp index 762a8564db..218d959292 100644 --- a/source/text/scalc/01/xml_source.xhp +++ b/source/text/scalc/01/xml_source.xhp @@ -68,8 +68,7 @@ A recurring element is an element that can appear multiple times under the same parent. It serves as an enclosing parent of a single record entry of multiple record entries. These entries are imported into a range those height equals the number of entries plus one additional header row. Mapped cell - This field specifies the position of a cell in the document that an element or an attribute is linked to. If it's a non-recurring element or an attribute, it simply points to the cell where the value of the linked element/attribute will get imported. If it's a recurring element, it points to the top-left cell of the range where the whole record entries plus header will get imported. - + This field specifies the position of a cell in the document that an element or an attribute is linked to. If it is a non-recurring element or an attribute, it simply points to the cell where the value of the linked element/attribute will get imported. If it is a recurring element, it points to the top-left cell of the range where the whole record entries plus header will get imported. Import Pressing the Import button starts the import process based on the link definitions that the user has provided. Once the import finishes, the dialog will close.
-- cgit