From c75dbcd8364d8f443465d4c9b2461356a6b89869 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Thu, 18 May 2017 23:19:03 +0200 Subject: Mass remove excess spaces from inside tags This is fallout from the l10n and oldref attribute removal. Some tags were broken into two rows and the second was indented with spaces. The line break was removed along the tags, but those spaces were not. Command I used to catch these: find source/text/ -name "*xhp" | xargs sed -i -e 's#\" *>#\">#g' Change-Id: I6f9bad46cbfb7416950bee8230e358a3dd851def Reviewed-on: https://gerrit.libreoffice.org/37791 Reviewed-by: Christian Lohmaier Tested-by: Christian Lohmaier (cherry picked from commit 1ae135d7569571bc38fc1bcf0dfd24610039a86e) Reviewed-on: https://gerrit.libreoffice.org/38182 --- source/text/sbasic/shared/01040000.xhp | 4 ++-- source/text/sbasic/shared/03132100.xhp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'source/text/sbasic/shared') diff --git a/source/text/sbasic/shared/01040000.xhp b/source/text/sbasic/shared/01040000.xhp index d49a62b802..8d9e2bb8b8 100644 --- a/source/text/sbasic/shared/01040000.xhp +++ b/source/text/sbasic/shared/01040000.xhp @@ -184,7 +184,7 @@ - Assigning a Macro to an Event + Assigning a Macro to an Event Choose Tools - Customize and click the Events tab. @@ -205,7 +205,7 @@ Click OK to close the dialog. - Removing the Assignment of a Macro to an Event + Removing the Assignment of a Macro to an Event Choose Tools - Customize and click the Events tab. diff --git a/source/text/sbasic/shared/03132100.xhp b/source/text/sbasic/shared/03132100.xhp index 1160a0275e..6dbf5dbd52 100644 --- a/source/text/sbasic/shared/03132100.xhp +++ b/source/text/sbasic/shared/03132100.xhp @@ -42,7 +42,7 @@ Return values: 1: Windowsremoved 3: Mac OS, see i95717 4: UNIX - Example: + Example: Sub ExampleEnvironment MsgBox GetGUIType -- cgit