From 97163015f742671f19e0625fabe87828c208e949 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Mon, 21 Dec 2020 20:21:02 +0100 Subject: Fix a "D'oh! you found a bug" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5819bc8dcf6a9ef8033a62171750e47c23454223 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/108010 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- source/text/sbasic/shared/01030200.xhp | 2 +- source/text/shared/01/06130001.xhp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/text/sbasic/shared/01030200.xhp b/source/text/sbasic/shared/01030200.xhp index 3045d3a853..22b590e970 100644 --- a/source/text/sbasic/shared/01030200.xhp +++ b/source/text/sbasic/shared/01030200.xhp @@ -37,7 +37,7 @@ long lines;in Basic editor lines of text;in Basic editor continuation;long lines in editor -The Basic Editor +The Basic Editor The Basic Editor provides the standard editing functions you are familiar with when working in a text document. It supports the functions of the Edit menu (Cut, Delete, Paste), the ability to select text with the Shift key, as well as cursor positioning functions (for example, moving from word to word with CommandCtrl and the arrow keys). Long lines can be split into several parts by inserting a space and an underline character _ as the last two characters of a line. This connects the line with the following line to one logical line. (If "Option Compatible" is used in the same Basic module, the line continuation feature is also valid for comment lines.) diff --git a/source/text/shared/01/06130001.xhp b/source/text/shared/01/06130001.xhp index ec0c5df61f..9731426c34 100644 --- a/source/text/shared/01/06130001.xhp +++ b/source/text/shared/01/06130001.xhp @@ -48,7 +48,7 @@ Opens the Dialogs tab page of the Macro Organizer.
- +
-- cgit