From 1ae135d7569571bc38fc1bcf0dfd24610039a86e 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 --- source/text/sdraw/04/01020000.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/text/sdraw/04') 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 @@ zooming;shortcut keys drawings; zoom function in -Shortcut Keys for Drawings +Shortcut Keys for Drawings @@ -263,7 +263,7 @@
- Shortcut Keys Specific to Drawings + Shortcut Keys Specific to Drawings -- cgit