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/main0202.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/main0202.xhp')
-rw-r--r-- | source/text/swriter/main0202.xhp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/swriter/main0202.xhp b/source/text/swriter/main0202.xhp index b1df589e90..c282629975 100644 --- a/source/text/swriter/main0202.xhp +++ b/source/text/swriter/main0202.xhp @@ -29,7 +29,7 @@ <body> <section id="objektleisteeingabemodus"> <bookmark xml-lang="en-US" branch="hid/HID_TEXT_TOOLBOX" id="bm_id3154281" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3154270" role="heading" level="1" ><link href="text/swriter/main0202.xhp" name="Formatting Bar">Formatting Bar</link></paragraph> +<paragraph xml-lang="en-US" id="hd_id3154270" role="heading" level="1"><link href="text/swriter/main0202.xhp" name="Formatting Bar">Formatting Bar</link></paragraph> <paragraph xml-lang="en-US" id="par_id3147762" role="paragraph"><ahelp hid="HID_TEXT_TOOLBOX">The Formatting bar contains several text formatting functions.</ahelp></paragraph> </section> <embed href="text/shared/02/01230000.xhp#stylist"/> @@ -69,7 +69,7 @@ <embed href="text/shared/02/02160000.xhp#syzeichenhintergrund"/> <embed href="text/shared/02/02170000.xhp#absatzhintergrund"/> <embed href="text/shared/02/02170000.xhp#syabsatzhintergrund"/> - <paragraph xml-lang="en-US" id="hd_id3149887" role="heading" level="2" >Additional icons</paragraph> + <paragraph xml-lang="en-US" id="hd_id3149887" role="heading" level="2">Additional icons</paragraph> <bookmark xml-lang="en-US" branch="hid/.uno:Grow" id="bm_id0122200902451213" localize="false"/> <paragraph xml-lang="en-US" id="hd_id0122200903085320" role="heading" level="2">Increase Font</paragraph> <paragraph xml-lang="en-US" id="par_id0122200903085371" role="paragraph"><ahelp hid=".">Increases the font size of the selected text.</ahelp></paragraph> @@ -79,7 +79,7 @@ <paragraph xml-lang="en-US" id="par_id3149900" role="paragraph">If <link href="text/shared/00/00000005.xhp#ctl" name="CTL">CTL</link> support is enabled, two additional icons are visible.</paragraph> <bookmark xml-lang="en-US" branch="hid/.uno:ParaLeftToRight" id="bm_id2946959" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:ParaLeftToRight" id="bm_id3149957" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3149946" role="heading" level="2" >Left-To-Right</paragraph> +<paragraph xml-lang="en-US" id="hd_id3149946" role="heading" level="2">Left-To-Right</paragraph> <table id="tbl_id2270882"> <tablerow> <tablecell> @@ -95,7 +95,7 @@ <bookmark xml-lang="en-US" branch="hid/.uno:ParaRightToLeft" id="bm_id25480" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:ParaRightToLeft" id="bm_id3147311" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3147300" role="heading" level="2" >Right-To-Left</paragraph> +<paragraph xml-lang="en-US" id="hd_id3147300" role="heading" level="2">Right-To-Left</paragraph> <table id="tbl_id3011566"> <tablerow> <tablecell> |