diff options
author | Gabor Kelemen <kelemeng@gnome.hu> | 2017-05-18 23:19:03 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-05-30 09:37:17 +0200 |
commit | 1ae135d7569571bc38fc1bcf0dfd24610039a86e (patch) | |
tree | 9ba80ca7de4275eb87766ef8f6636bd4fd68b21d /source/text/swriter/01/05150200.xhp | |
parent | 45f6f1757199dbebd364de8d2e1964e59d0c6f1f (diff) |
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 <lohmaier+LibreOffice@googlemail.com>
Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'source/text/swriter/01/05150200.xhp')
-rw-r--r-- | source/text/swriter/01/05150200.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/swriter/01/05150200.xhp b/source/text/swriter/01/05150200.xhp index 8f51b1d006..2738673e39 100644 --- a/source/text/swriter/01/05150200.xhp +++ b/source/text/swriter/01/05150200.xhp @@ -62,7 +62,7 @@ <paragraph xml-lang="en-US" id="par_id3156316" role="paragraph">To create a bulleted list, type a hyphen (-), star (*), or plus sign (+), followed by a space or tab at the beginning of a paragraph.</paragraph> <paragraph xml-lang="en-US" id="par_id3150763" role="paragraph">To create a numbered list, type a number followed by a period (.), followed by a space or tab at the beginning of a paragraph. </paragraph> <paragraph xml-lang="en-US" id="par_id3147507" role="note">Automatic numbering is only applied to paragraphs formatted with the <emph>Standard</emph>, <emph>Text body</emph> or <emph>Text body indent</emph> paragraph styles.</paragraph> - <paragraph xml-lang="en-US" id="hd_id3152941" role="heading" level="2" >AutoCorrect for Separator Lines</paragraph> + <paragraph xml-lang="en-US" id="hd_id3152941" role="heading" level="2">AutoCorrect for Separator Lines</paragraph> <paragraph xml-lang="en-US" id="par_id3154105" role="paragraph">If you type three or more hyphens (---), underscores (___) or equal signs (===) on line and then press Enter, the paragraph is replaced by a horizontal line as wide as the page. The line is actually the <link href="text/shared/01/05030500.xhp" name="lower border">lower border</link> of the preceding paragraph. The following rules apply:</paragraph> <list type="ordered"> <listitem> |