summaryrefslogtreecommitdiff
path: root/source/text/sdraw/guide
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@gnome.hu>2017-05-18 23:19:03 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-05-30 09:37:17 +0200
commit1ae135d7569571bc38fc1bcf0dfd24610039a86e (patch)
tree9ba80ca7de4275eb87766ef8f6636bd4fd68b21d /source/text/sdraw/guide
parent45f6f1757199dbebd364de8d2e1964e59d0c6f1f (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.xhp8
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">
ption> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/java
AgeCommit message (Collapse)Author
2024-09-12use more concrete UNO classes in connectivityNoel Grandin
Change-Id: I5c70278add0aa0b0c4a7680c6615b75b688f2180 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173247 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Jenkins
2021-08-10Missing includeStephan Bergmann
(for std::unique_ptr, with recent libstdc++ 12 trunk) Change-Id: I61b7823dd740ea7cdfe0d7403a50ac73b24d1c4e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120229 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
Change-Id: I076f16d0536b534abf0ced4d76051eadb4c0e033 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114949 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>