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/sdraw/04 | |
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/sdraw/04')
-rw-r--r-- | source/text/sdraw/04/01020000.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sdraw/04/01020000.xhp b/source/text/sdraw/04/01020000.xhp index f0d6961fc8..bfd6df0d16 100644 --- a/source/text/sdraw/04/01020000.xhp +++ b/source/text/sdraw/04/01020000.xhp @@ -145,7 +145,7 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3150393"><bookmark_value>zooming;shortcut keys</bookmark_value> <bookmark_value>drawings; zoom function in</bookmark_value> </bookmark> -<paragraph xml-lang="en-US" id="hd_id3150393" role="heading" level="2" >Shortcut Keys for Drawings</paragraph> +<paragraph xml-lang="en-US" id="hd_id3150393" role="heading" level="2">Shortcut Keys for Drawings</paragraph> <table id="tbl_id1650440"> <tablerow> <tablecell> @@ -263,7 +263,7 @@ </tablerow> </table> - <paragraph xml-lang="en-US" id="hd_id3147533" role="heading" level="2" >Shortcut Keys Specific to Drawings</paragraph> + <paragraph xml-lang="en-US" id="hd_id3147533" role="heading" level="2">Shortcut Keys Specific to Drawings</paragraph> <table id="tbl_id4134342"> <tablerow> <tablecell> |