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/swriter/guide/jump2statusbar.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/text/swriter/guide/jump2statusbar.xhp') diff --git a/source/text/swriter/guide/jump2statusbar.xhp b/source/text/swriter/guide/jump2statusbar.xhp index e59c731818..dd1aeb5b46 100644 --- a/source/text/swriter/guide/jump2statusbar.xhp +++ b/source/text/swriter/guide/jump2statusbar.xhp @@ -30,7 +30,7 @@ bookmarks; positioning cursor jumping;to bookmarks -Going to Specific Bookmark +Going to Specific Bookmark To go to a specific bookmark in your document, hold down Ctrl and click right-click in the Page field on the Status Bar, and then choose the bookmark. -- cgit