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/guide | |
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/guide')
-rw-r--r-- | source/text/sdraw/guide/text_enter.xhp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/sdraw/guide/text_enter.xhp b/source/text/sdraw/guide/text_enter.xhp index 39a32a90e9..1ecc64b1e1 100644 --- a/source/text/sdraw/guide/text_enter.xhp +++ b/source/text/sdraw/guide/text_enter.xhp @@ -33,7 +33,7 @@ <bookmark_value>pasting;text from other documents</bookmark_value> <bookmark_value>legends; drawings</bookmark_value> </bookmark><comment>mw changed "adding;" to "inserting;"</comment> -<paragraph xml-lang="en-US" id="hd_id3153144" role="heading" level="1" ><variable id="text_enter"><link href="text/sdraw/guide/text_enter.xhp" name="Adding Text">Adding Text</link> +<paragraph xml-lang="en-US" id="hd_id3153144" role="heading" level="1"><variable id="text_enter"><link href="text/sdraw/guide/text_enter.xhp" name="Adding Text">Adding Text</link> </variable></paragraph> <paragraph xml-lang="en-US" id="par_id3145750" role="paragraph">There are several types of text you can add to a drawing or presentation: </paragraph> <list type="unordered"> @@ -53,7 +53,7 @@ <paragraph xml-lang="en-US" id="par_idN10834" role="paragraph">Text that is inserted from a text document or HTML document</paragraph> </listitem> </list> - <paragraph xml-lang="en-US" id="hd_id3150202" role="heading" level="2" >Adding a Text Box</paragraph> + <paragraph xml-lang="en-US" id="hd_id3150202" role="heading" level="2">Adding a Text Box</paragraph> <list type="ordered"> <listitem> <paragraph xml-lang="en-US" id="par_id3155266" role="paragraph">Click the <emph>Text</emph> icon @@ -68,7 +68,7 @@ </listitem> </list> <paragraph xml-lang="en-US" id="par_id3145118" role="paragraph">Double-click the text to edit it or to format text properties, such as font size or font color. Click the border of the text box to edit the object properties, such as border color or arranging in front or behind other objects.</paragraph> - <paragraph xml-lang="en-US" id="hd_id3150437" role="heading" level="2" >Fitting Text to Frames</paragraph> + <paragraph xml-lang="en-US" id="hd_id3150437" role="heading" level="2">Fitting Text to Frames</paragraph> <list type="ordered"> <listitem> <paragraph xml-lang="en-US" id="par_id3146877" role="paragraph">Create a text box as described in the steps above.</paragraph> @@ -83,7 +83,7 @@ <paragraph xml-lang="en-US" id="par_id0610200902133994" role="paragraph">Now you can resize the text box to change the size and shape of the text characters.</paragraph> </listitem> </list> - <paragraph xml-lang="en-US" id="hd_id3155955" role="heading" level="2" >Text Tied to a Graphic</paragraph> + <paragraph xml-lang="en-US" id="hd_id3155955" role="heading" level="2">Text Tied to a Graphic</paragraph> <paragraph xml-lang="en-US" id="par_idN10917" role="paragraph">You can add text to any graphic after double-clicking the graphic.</paragraph> <paragraph xml-lang="en-US" id="par_id1827448" role="paragraph">To determine the position of the text, use the settings in <emph>Format - Text</emph>.<comment>this is the Draw command. In Writer it is Format - Object - Text attributes.</comment></paragraph> <list type="ordered"> |