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/swriter/guide/auto_off.xhp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/text/swriter/guide/auto_off.xhp') diff --git a/source/text/swriter/guide/auto_off.xhp b/source/text/swriter/guide/auto_off.xhp index 46944ce787..a2cf934a82 100644 --- a/source/text/swriter/guide/auto_off.xhp +++ b/source/text/swriter/guide/auto_off.xhp @@ -41,7 +41,7 @@ AutoCorrect function;turning off - Turning Off AutoCorrect + Turning Off AutoCorrect By default, $[officename] automatically corrects many common typing errors and applies formatting while you type. @@ -53,7 +53,7 @@ To turn off most AutoCorrect features, remove the check mark from the menu Format - AutoCorrect - While Typing. - To Remove a Word from the AutoCorrect List + To Remove a Word from the AutoCorrect List Choose Tools - AutoCorrect - AutoCorrect Options. @@ -92,7 +92,7 @@ Clear the "Capitalize first letter of every sentence" check box. - To Stop Drawing a Line When You Type Three Identical Characters + To Stop Drawing a Line When You Type Three Identical Characters $[officename] automatically draws a line when you type three of the following characters and press Enter: - _ = * ~ # -- cgit