summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared
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:54:34 +0200
commitc75dbcd8364d8f443465d4c9b2461356a6b89869 (patch)
treecb82fd9d5d6852ab5c3e0335a2f8c768f3e6e86e /source/text/sbasic/shared
parent6797c4310d6692464351c23327aa7777c99cfb07 (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> (cherry picked from commit 1ae135d7569571bc38fc1bcf0dfd24610039a86e) Reviewed-on: https://gerrit.libreoffice.org/38182
Diffstat (limited to 'source/text/sbasic/shared')
-rw-r--r--source/text/sbasic/shared/01040000.xhp4
-rw-r--r--source/text/sbasic/shared/03132100.xhp2
2 files changed, 3 insertions, 3 deletions
diff --git a/source/text/sbasic/shared/01040000.xhp b/source/text/sbasic/shared/01040000.xhp
index d49a62b802..8d9e2bb8b8 100644
--- a/source/text/sbasic/shared/01040000.xhp
+++ b/source/text/sbasic/shared/01040000.xhp
@@ -184,7 +184,7 @@
</tablerow>
</table>
- <paragraph xml-lang="en-US" id="hd_id3153299" role="heading" level="2" >Assigning a Macro to an Event</paragraph>
+ <paragraph xml-lang="en-US" id="hd_id3153299" role="heading" level="2">Assigning a Macro to an Event</paragraph>
<list type="ordered">
<listitem>
<paragraph xml-lang="en-US" id="par_id3147244" role="listitem">Choose <emph>Tools - Customize</emph> and click the <emph>Events</emph> tab.</paragraph>
@@ -205,7 +205,7 @@
<paragraph xml-lang="en-US" id="par_id3147414" role="listitem">Click <emph>OK</emph> to close the dialog.</paragraph>
</listitem>
</list>
- <paragraph xml-lang="en-US" id="hd_id3154581" role="heading" level="2" >Removing the Assignment of a Macro to an Event</paragraph>
+ <paragraph xml-lang="en-US" id="hd_id3154581" role="heading" level="2">Removing the Assignment of a Macro to an Event</paragraph>
<list type="ordered">
<listitem>
<paragraph xml-lang="en-US" id="par_id3146883" role="listitem">Choose <emph>Tools - Customize</emph> and click the <emph>Events</emph> tab.</paragraph>
diff --git a/source/text/sbasic/shared/03132100.xhp b/source/text/sbasic/shared/03132100.xhp
index 1160a0275e..6dbf5dbd52 100644
--- a/source/text/sbasic/shared/03132100.xhp
+++ b/source/text/sbasic/shared/03132100.xhp
@@ -42,7 +42,7 @@
<paragraph xml-lang="en-US" id="hd_id3149177" role="heading" level="2">Return values:</paragraph>
<paragraph xml-lang="en-US" id="par_id3147242" role="paragraph">1: Windows</paragraph><comment>removed 3: Mac OS, see i95717</comment>
<paragraph xml-lang="en-US" id="par_id3156152" role="paragraph">4: UNIX</paragraph>
- <paragraph xml-lang="en-US" id="hd_id3148685" role="heading" level="2" >Example:</paragraph>
+ <paragraph xml-lang="en-US" id="hd_id3148685" role="heading" level="2">Example:</paragraph>
<bascode>
<paragraph xml-lang="en-US" id="par_id3149233" role="bascode" localize="false">Sub ExampleEnvironment</paragraph>
<paragraph xml-lang="en-US" id="par_id3145609" role="bascode" localize="false"> MsgBox GetGUIType</paragraph>