source/text/sbasic/shared/03030101.xhp |    8 ++++----
 source/text/sbasic/shared/03030102.xhp |    8 ++++----
 source/text/sbasic/shared/03030103.xhp |    8 ++++----
 source/text/sbasic/shared/03030104.xhp |    8 ++++----
 source/text/sbasic/shared/03030105.xhp |    8 ++++----
 source/text/sbasic/shared/03030106.xhp |    8 ++++----
 source/text/sbasic/shared/03050200.xhp |    8 ++++----
 source/text/sbasic/shared/03050300.xhp |    8 ++++----
 source/text/sbasic/shared/03090103.xhp |    8 ++++----
 source/text/sbasic/shared/03090203.xhp |    9 ++++-----
 source/text/sbasic/shared/03090401.xhp |    8 ++++----
 source/text/sbasic/shared/03090411.xhp |    8 ++++----
 source/text/sbasic/shared/03100050.xhp |    8 ++++----
 source/text/sbasic/shared/03100060.xhp |    8 ++++----
 source/text/sbasic/shared/03100070.xhp |    8 ++++----
 source/text/sbasic/shared/03100080.xhp |    8 ++++----
 source/text/sbasic/shared/03101110.xhp |    8 ++++----
 source/text/sbasic/shared/03102450.xhp |    8 ++++----
 source/text/sbasic/shared/03102800.xhp |    8 ++++----
 source/text/sbasic/shared/03104000.xhp |    8 ++++----
 source/text/sbasic/shared/03104700.xhp |    8 ++++----
 source/text/sbasic/shared/03120105.xhp |    8 ++++----
 source/text/sbasic/shared/03120315.xhp |    8 ++++----
 source/text/sbasic/shared/03120402.xhp |    8 ++++----
 source/text/sbasic/shared/03130100.xhp |    8 ++++----
 source/text/sbasic/shared/03130600.xhp |    8 ++++----
 source/text/sbasic/shared/03132100.xhp |   10 +++++-----
 27 files changed, 109 insertions(+), 110 deletions(-)

New commits:
commit 7b98ed0680a6573ec9b5710ffceeac8df60e684e
Author: Laurent Balland-Poirier <laurent.balland-poir...@laposte.net>
Date:   Sun Jan 22 10:26:20 2017 +0100

    Basic: remove ^M
    
    Remove ^M characters at end of line
    remove tabulation characters
    
    Change-Id: I96345f88c732ad5c40a6143437cccf064aca0738
    Reviewed-on: https://gerrit.libreoffice.org/33387
    Reviewed-by: Olivier Hallot <olivier.hal...@edx.srv.br>
    Tested-by: Olivier Hallot <olivier.hal...@edx.srv.br>

diff --git a/source/text/sbasic/shared/03030101.xhp 
b/source/text/sbasic/shared/03030101.xhp
index 435dc6e..eaa589f 100644
--- a/source/text/sbasic/shared/03030101.xhp
+++ b/source/text/sbasic/shared/03030101.xhp
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,7 +17,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-       
+
 <helpdocument version="1.0">
 <meta>
 <topic id="textsbasicshared03030101xml" indexer="include" status="PUBLISH">
@@ -37,8 +36,8 @@
 <paragraph role="paragraph" id="par_id3143267" xml-lang="en-US" l10n="U" 
oldref="2">Returns a <emph>Date</emph> value for a specified year, month, or 
day.</paragraph>
 </section>
 <paragraph role="heading" id="hd_id3147264" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Syntax:</paragraph>
-<bascode>
-<paragraph role="bascode" id="par_id3149670" xml-lang="en-US" 
oldref="4">DateSerial (year, month, day)</paragraph>
+<bascode>
+<paragraph role="bascode" id="par_id3149670" xml-lang="en-US" 
oldref="4">DateSerial (year, month, day)</paragraph>
 </bascode>
 <paragraph role="heading" id="hd_id3150792" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Return value:</paragraph>
 <paragraph role="paragraph" id="par_id3150398" xml-lang="en-US" l10n="U" 
oldref="6">Date</paragraph>
@@ -68,3 +67,4 @@
 </bascode>
 </body>
 </helpdocument>
+
diff --git a/source/text/sbasic/shared/03030102.xhp 
b/source/text/sbasic/shared/03030102.xhp
index 009e03f..c84b257 100644
--- a/source/text/sbasic/shared/03030102.xhp
+++ b/source/text/sbasic/shared/03030102.xhp
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,7 +17,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-       
+
 <helpdocument version="1.0">
 <meta>
 <topic id="textsbasicshared03030102xml" indexer="include" status="PUBLISH">
@@ -37,8 +36,8 @@
 <paragraph role="paragraph" id="par_id3150542" xml-lang="en-US" l10n="CHG" 
oldref="2">Returns a date value from a date string. The date string is a 
complete date in a single numeric value. You can also use this serial number to 
determine the difference between two dates.</paragraph>
 </section>
 <paragraph role="heading" id="hd_id3148799" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Syntax:</paragraph>
-<bascode>
-<paragraph role="bascode" id="par_id3154910" xml-lang="en-US" 
oldref="4">DateValue [(date)]</paragraph>
+<bascode>
+<paragraph role="bascode" id="par_id3154910" xml-lang="en-US" 
oldref="4">DateValue [(date)]</paragraph>
 </bascode>
 <paragraph role="heading" id="hd_id3150870" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Return value:</paragraph>
 <paragraph role="paragraph" id="par_id3153194" xml-lang="en-US" l10n="CHG" 
oldref="6">Date<comment>i66764</comment></paragraph>
@@ -58,3 +57,4 @@
 </bascode>
 </body>
 </helpdocument>
+
diff --git a/source/text/sbasic/shared/03030103.xhp 
b/source/text/sbasic/shared/03030103.xhp
index f9ed0f7..4ba4cb0 100644
--- a/source/text/sbasic/shared/03030103.xhp
+++ b/source/text/sbasic/shared/03030103.xhp
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,7 +17,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-       
+
 <helpdocument version="1.0">
 <meta>
 <topic id="textsbasicshared03030103xml" indexer="include" status="PUBLISH">
@@ -37,8 +36,8 @@
 <paragraph role="paragraph" id="par_id3147560" xml-lang="en-US" l10n="U" 
oldref="2">Returns a value that represents the day of the month based on a 
serial date number generated by <emph>DateSerial</emph> or 
<emph>DateValue</emph>.</paragraph>
 </section>
 <paragraph role="heading" id="hd_id3149456" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Syntax:</paragraph>
-<bascode>
-<paragraph role="bascode" id="par_id3150358" xml-lang="en-US" oldref="4">Day 
(Number)</paragraph>
+<bascode>
+<paragraph role="bascode" id="par_id3150358" xml-lang="en-US" oldref="4">Day 
(Number)</paragraph>
 </bascode>
 <paragraph role="heading" id="hd_id3148798" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Return value:</paragraph>
 <paragraph role="paragraph" id="par_id3125865" xml-lang="en-US" l10n="U" 
oldref="6">Integer</paragraph>
@@ -60,3 +59,4 @@
 </bascode>
 </body>
 </helpdocument>
+
diff --git a/source/text/sbasic/shared/03030104.xhp 
b/source/text/sbasic/shared/03030104.xhp
index 5f1d275..58c81a9 100644
--- a/source/text/sbasic/shared/03030104.xhp
+++ b/source/text/sbasic/shared/03030104.xhp
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,7 +17,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-       
+
 <helpdocument version="1.0">
 <meta>
 <topic id="textsbasicshared03030104xml" indexer="include" status="PUBLISH">
@@ -37,8 +36,8 @@
 <paragraph role="paragraph" id="par_id3148550" xml-lang="en-US" l10n="U" 
oldref="2">Returns the month of a year from a serial date that is generated by 
the DateSerial or the DateValue function.</paragraph>
 </section>
 <paragraph role="heading" id="hd_id3145068" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Syntax:</paragraph>
-<bascode>
-<paragraph role="bascode" id="par_id3150398" xml-lang="en-US" oldref="4">Month 
(Number)</paragraph>
+<bascode>
+<paragraph role="bascode" id="par_id3150398" xml-lang="en-US" oldref="4">Month 
(Number)</paragraph>
 </bascode>
 <paragraph role="heading" id="hd_id3154366" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Return value:</paragraph>
 <paragraph role="paragraph" id="par_id3154125" xml-lang="en-US" l10n="U" 
oldref="6">Integer</paragraph>
@@ -60,3 +59,4 @@
 </bascode>
 </body>
 </helpdocument>
+
diff --git a/source/text/sbasic/shared/03030105.xhp 
b/source/text/sbasic/shared/03030105.xhp
index 225a784..5fe29f1 100644
--- a/source/text/sbasic/shared/03030105.xhp
+++ b/source/text/sbasic/shared/03030105.xhp
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,7 +17,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-       
+
 <helpdocument version="1.0">
 <meta>
 <topic id="textsbasicshared03030105xml" indexer="include" status="PUBLISH">
@@ -37,8 +36,8 @@
 <paragraph role="paragraph" id="par_id3146795" xml-lang="en-US" l10n="U" 
oldref="2">Returns the number corresponding to the weekday represented by a 
serial date number that is generated by the DateSerial or the DateValue 
function.</paragraph>
 </section>
 <paragraph role="heading" id="hd_id3145068" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Syntax:</paragraph>
-<bascode>
-<paragraph role="bascode" id="par_id3149655" xml-lang="en-US" 
oldref="4">WeekDay (Number)</paragraph>
+<bascode>
+<paragraph role="bascode" id="par_id3149655" xml-lang="en-US" 
oldref="4">WeekDay (Number)</paragraph>
 </bascode>
 <paragraph role="heading" id="hd_id3148799" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Return value:</paragraph>
 <paragraph role="paragraph" id="par_id3154125" xml-lang="en-US" l10n="U" 
oldref="6">Integer</paragraph>
@@ -74,3 +73,4 @@
 </bascode>
 </body>
 </helpdocument>
+
diff --git a/source/text/sbasic/shared/03030106.xhp 
b/source/text/sbasic/shared/03030106.xhp
index 37747ea..eff0c7d 100644
--- a/source/text/sbasic/shared/03030106.xhp
+++ b/source/text/sbasic/shared/03030106.xhp
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,7 +17,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-       
+
 <helpdocument version="1.0">
 <meta>
 <topic id="textsbasicshared03030106xml" indexer="include" status="PUBLISH">
@@ -37,8 +36,8 @@
 <paragraph role="paragraph" id="par_id3149655" xml-lang="en-US" l10n="U" 
oldref="2">Returns the year from a serial date number that is generated by the 
DateSerial or the DateValue function.</paragraph>
 </section>
 <paragraph role="heading" id="hd_id3154125" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Syntax:</paragraph>
-<bascode>
-<paragraph role="bascode" id="par_id3147229" xml-lang="en-US" oldref="4">Year 
(Number)</paragraph>
+<bascode>
+<paragraph role="bascode" id="par_id3147229" xml-lang="en-US" oldref="4">Year 
(Number)</paragraph>
 </bascode>
 <paragraph role="heading" id="hd_id3154685" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Return value:</paragraph>
 <paragraph role="paragraph" id="par_id3153970" xml-lang="en-US" l10n="U" 
oldref="6">Integer</paragraph>
@@ -60,3 +59,4 @@
 </bascode>
 </body>
 </helpdocument>
+
diff --git a/source/text/sbasic/shared/03050200.xhp 
b/source/text/sbasic/shared/03050200.xhp
index 3568419..83bab52 100644
--- a/source/text/sbasic/shared/03050200.xhp
+++ b/source/text/sbasic/shared/03050200.xhp
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,7 +17,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-       
+
 <helpdocument version="1.0">
 <meta>
 <topic id="textsbasicshared03050200xml" indexer="include" status="PUBLISH">
@@ -37,8 +36,8 @@
 <paragraph role="paragraph" id="par_id3150541" xml-lang="en-US" l10n="U" 
oldref="2">Returns an error code that identifies the error that occurred during 
program execution.</paragraph>
 </section>
 <paragraph role="heading" id="hd_id3149656" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Syntax:</paragraph>
-<bascode>
-<paragraph role="bascode" id="par_id3154123" xml-lang="en-US" 
oldref="4">Err</paragraph>
+<bascode>
+<paragraph role="bascode" id="par_id3154123" xml-lang="en-US" 
oldref="4">Err</paragraph>
 </bascode>
 <paragraph role="heading" id="hd_id3147229" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Return value:</paragraph>
 <paragraph role="paragraph" id="par_id3150869" xml-lang="en-US" l10n="U" 
oldref="6">Integer</paragraph>
@@ -62,3 +61,4 @@
 </bascode>
 </body>
 </helpdocument>
+
diff --git a/source/text/sbasic/shared/03050300.xhp 
b/source/text/sbasic/shared/03050300.xhp
index f1f11f7..46d56b8 100644
--- a/source/text/sbasic/shared/03050300.xhp
+++ b/source/text/sbasic/shared/03050300.xhp
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,7 +17,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-       
+
 <helpdocument version="1.0">
 <meta>
 <topic id="textsbasicshared03050300xml" indexer="include" status="PUBLISH">
@@ -37,8 +36,8 @@
 <paragraph role="paragraph" id="par_id3148663" xml-lang="en-US" l10n="U" 
oldref="2">Returns the error message that corresponds to a given error 
code.</paragraph>
 </section>
 <paragraph role="heading" id="hd_id3153379" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Syntax:</paragraph>
-<bascode>
-<paragraph role="bascode" id="par_id3154366" xml-lang="en-US" oldref="4">Error 
(Expression)</paragraph>
+<bascode>
+<paragraph role="bascode" id="par_id3154366" xml-lang="en-US" oldref="4">Error 
(Expression)</paragraph>
 </bascode>
 <paragraph role="heading" id="hd_id3145173" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Return value:</paragraph>
 <paragraph role="paragraph" id="par_id3154125" xml-lang="en-US" l10n="U" 
oldref="6">String</paragraph>
@@ -50,3 +49,4 @@
 <embed href="text/sbasic/shared/00000003.xhp#allerrors"/><comment>fixed 
i60953</comment>
 </body>
 </helpdocument>
+
diff --git a/source/text/sbasic/shared/03090103.xhp 
b/source/text/sbasic/shared/03090103.xhp
index dea82f0..f8c7fc1 100644
--- a/source/text/sbasic/shared/03090103.xhp
+++ b/source/text/sbasic/shared/03090103.xhp
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,7 +17,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-       
+
 <helpdocument version="1.0">
 <meta>
 <topic id="textsbasicshared03090103xml" indexer="include" status="PUBLISH">
@@ -37,8 +36,8 @@
 <paragraph role="paragraph" id="par_id3145610" xml-lang="en-US" l10n="U" 
oldref="2">Returns one of two possible function results, depending on the 
logical value of the evaluated expression.</paragraph>
 </section>
 <paragraph role="heading" id="hd_id3159413" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Syntax:</paragraph>
-<bascode>
-<paragraph role="bascode" id="par_id3147560" xml-lang="en-US" oldref="4">IIf 
(Expression, ExpressionTrue, ExpressionFalse)</paragraph>
+<bascode>
+<paragraph role="bascode" id="par_id3147560" xml-lang="en-US" oldref="4">IIf 
(Expression, ExpressionTrue, ExpressionFalse)</paragraph>
 </bascode>
 <paragraph role="heading" id="hd_id3150541" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Parameters:</paragraph>
 <paragraph role="paragraph" id="par_id3153381" xml-lang="en-US" l10n="U" 
oldref="6">
@@ -49,3 +48,4 @@
 <embed href="text/sbasic/shared/00000003.xhp#err5"/>
 </body>
 </helpdocument>
+
diff --git a/source/text/sbasic/shared/03090203.xhp 
b/source/text/sbasic/shared/03090203.xhp
index f622613..524eaea 100644
--- a/source/text/sbasic/shared/03090203.xhp
+++ b/source/text/sbasic/shared/03090203.xhp
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -30,8 +29,7 @@
 </history>
 </meta>
 <body>
-  
-  
+
   <section id="whilewend">
   <bookmark xml-lang="en-US" branch="index" 
id="bm_id3150400"><bookmark_value>While;While...Wend 
loop</bookmark_value></bookmark><paragraph id="hd_id3150400" role="heading" 
level="1" oldref="1" l10n="U" xml-lang="en-US"><link 
href="text/sbasic/shared/03090203.xhp" name="While...Wend 
Statement[Runtime]">While...Wend Statement[Runtime]</link></paragraph>
   <paragraph xml-lang="en-US" role="paragraph" id="par_id3151211" l10n="U" 
oldref="2">When a program encounters a While statement, it tests the condition. 
If the condition is False, the program continues directly following the Wend 
statement. If the condition is True, the loop is executed until the program 
finds Wend and then jumps back to the<emph> While </emph>statement. If the 
condition is still True, the loop is executed again.</paragraph>
@@ -39,8 +37,8 @@
   <paragraph xml-lang="en-US" oldref="3" id="par_id3151041" l10n="U" 
role="paragraph">Unlike the <link href="text/sbasic/shared/03090201.xhp" 
name="Do...Loop">Do...Loop</link> statement, you cannot cancel a 
<emph>While...Wend</emph> loop with <link 
href="text/sbasic/shared/03090412.xhp" name="Exit">Exit</link>. Never exit a 
While...Wend loop with <link href="text/sbasic/shared/03090302.xhp" 
name="GoTo">GoTo</link>, since this can cause a run-time error.</paragraph>
   <paragraph role="paragraph" id="par_id3145172" l10n="U" xml-lang="en-US" 
oldref="4">A Do...Loop is more flexible than a While...Wend.</paragraph>
   <paragraph role="heading" level="2" id="hd_id3155133" l10n="U" 
xml-lang="en-US" oldref="5">Syntax:</paragraph>
-  <bascode>
-<paragraph role="bascode" id="par_id3147288" xml-lang="en-US" oldref="6">While 
Condition [Statement] Wend</paragraph>
+  <bascode>
+<paragraph role="bascode" id="par_id3147288" xml-lang="en-US" oldref="6">While 
Condition [Statement] Wend</paragraph>
 </bascode>
   <paragraph role="heading" level="2" id="hd_id3153139" l10n="U" 
xml-lang="en-US" oldref="7">Example:</paragraph>
 <bascode>
@@ -58,3 +56,4 @@
 </bascode>
  </body>
 </helpdocument>
+
diff --git a/source/text/sbasic/shared/03090401.xhp 
b/source/text/sbasic/shared/03090401.xhp
index 1e3974f..05d0e2d 100644
--- a/source/text/sbasic/shared/03090401.xhp
+++ b/source/text/sbasic/shared/03090401.xhp
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,7 +17,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-       
+
 <helpdocument version="1.0">
 <meta>
 <topic id="textsbasicshared03090401xml" indexer="include" status="PUBLISH">
@@ -37,8 +36,8 @@
 <paragraph role="paragraph" id="par_id3153394" xml-lang="en-US" l10n="U" 
oldref="2">Transfers the control of the program to a subroutine, a function, or 
a DLL procedure.</paragraph>
 </section>
 <paragraph role="heading" id="hd_id3153345" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Syntax:</paragraph>
-<bascode>
-<paragraph role="bascode" id="par_id3150984" xml-lang="en-US" 
oldref="4">[Call] Name [Parameter]</paragraph>
+<bascode>
+<paragraph role="bascode" id="par_id3150984" xml-lang="en-US" 
oldref="4">[Call] Name [Parameter]</paragraph>
 </bascode>
 <paragraph role="heading" id="hd_id3150771" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Parameters:</paragraph>
 <paragraph role="paragraph" id="par_id3148473" xml-lang="en-US" l10n="U" 
oldref="6">
@@ -60,3 +59,4 @@
 </bascode>
 </body>
 </helpdocument>
+
diff --git a/source/text/sbasic/shared/03090411.xhp 
b/source/text/sbasic/shared/03090411.xhp
index 9c6e594..b193f43 100644
--- a/source/text/sbasic/shared/03090411.xhp
+++ b/source/text/sbasic/shared/03090411.xhp
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,7 +17,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-       
+
 <helpdocument version="1.0">
 <meta>
 <topic id="textsbasicshared03090411xml" indexer="include" status="PUBLISH">
@@ -37,10 +36,11 @@
 <paragraph role="paragraph" id="par_id3159158" xml-lang="en-US" l10n="U" 
oldref="2">Sets an object as the default object. Unless another object name is 
declared, all properties and methods refer to the default object until the End 
With statement is reached.</paragraph>
 </section>
 <paragraph role="heading" id="hd_id3156153" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Syntax:</paragraph>
-<bascode>
-<paragraph role="bascode" id="par_id3145609" xml-lang="en-US" oldref="4">With 
Object Statement block End With</paragraph>
+<bascode>
+<paragraph role="bascode" id="par_id3145609" xml-lang="en-US" oldref="4">With 
Object Statement block End With</paragraph>
 </bascode>
 <paragraph role="heading" id="hd_id3154924" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Parameters:</paragraph>
 <paragraph role="paragraph" id="par_id3147560" xml-lang="en-US" l10n="U" 
oldref="6">Use <emph>With</emph> and <emph>End With</emph> if you have several 
properties or methods for a single object.</paragraph>
 </body>
 </helpdocument>
+
diff --git a/source/text/sbasic/shared/03100050.xhp 
b/source/text/sbasic/shared/03100050.xhp
index 5bfbffd..9e2b0f8 100644
--- a/source/text/sbasic/shared/03100050.xhp
+++ b/source/text/sbasic/shared/03100050.xhp
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,7 +17,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-       
+
 <helpdocument version="1.0">
 <meta>
 <topic id="textsbasicshared03100050xhp" indexer="include" status="PUBLISH">
@@ -37,8 +36,8 @@
 <paragraph role="paragraph" id="par_idN10545" xml-lang="en-US" 
l10n="NEW">Converts a string expression or numeric expression to a currency 
expression. The locale settings are used for decimal separators and currency 
symbols.</paragraph>
 </section>
 <paragraph role="heading" id="par_idN10548" xml-lang="en-US" level="2" 
l10n="NEW">Syntax:</paragraph>
-<bascode>
-<paragraph role="bascode" id="par_idN105E8" 
xml-lang="en-US">CCur(Expression)</paragraph>
+<bascode>
+<paragraph role="bascode" id="par_idN105E8" 
xml-lang="en-US">CCur(Expression)</paragraph>
 </bascode>
 <paragraph role="heading" id="par_idN105EB" xml-lang="en-US" level="2" 
l10n="NEW">Return value:</paragraph>
 <paragraph role="paragraph" id="par_idN105EF" xml-lang="en-US" 
l10n="NEW">Currency</paragraph>
@@ -46,3 +45,4 @@
 <paragraph role="paragraph" id="par_idN105F6" xml-lang="en-US" 
l10n="NEW">Expression: Any string or numeric expression that you want to 
convert.</paragraph>
 </body>
 </helpdocument>
+
diff --git a/source/text/sbasic/shared/03100060.xhp 
b/source/text/sbasic/shared/03100060.xhp
index 1a7588f..9a4ef50 100644
--- a/source/text/sbasic/shared/03100060.xhp
+++ b/source/text/sbasic/shared/03100060.xhp
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,7 +17,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-       
+
 <helpdocument version="1.0">
 <meta>
 <topic id="textsbasicshared03100060xhp" indexer="include" status="PUBLISH">
@@ -37,8 +36,8 @@
 <paragraph role="paragraph" id="par_idN10558" xml-lang="en-US" 
l10n="NEW">Converts a string expression or numeric expression to a decimal 
expression.</paragraph>
 </section>
 <paragraph role="heading" id="par_idN1055B" xml-lang="en-US" level="2" 
l10n="NEW">Syntax:</paragraph>
-<bascode>
-<paragraph role="bascode" id="par_idN105EA" 
xml-lang="en-US">CDec(Expression)</paragraph>
+<bascode>
+<paragraph role="bascode" id="par_idN105EA" 
xml-lang="en-US">CDec(Expression)</paragraph>
 </bascode>
 <paragraph role="heading" id="par_idN105ED" xml-lang="en-US" level="2" 
l10n="NEW">Return value:</paragraph>
 <paragraph role="paragraph" id="par_idN105F1" xml-lang="en-US" 
l10n="NEW">Decimal number.</paragraph>
@@ -46,3 +45,4 @@
 <paragraph role="paragraph" id="par_idN105F8" xml-lang="en-US" 
l10n="NEW">Expression: Any string or numeric expression that you want to 
convert.</paragraph>
 </body>
 </helpdocument>
+
diff --git a/source/text/sbasic/shared/03100070.xhp 
b/source/text/sbasic/shared/03100070.xhp
index f5a21db..9a1449c 100644
--- a/source/text/sbasic/shared/03100070.xhp
+++ b/source/text/sbasic/shared/03100070.xhp
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,7 +17,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-       
+
 <helpdocument version="1.0">
 <meta>
 <topic id="textsbasicshared03100070xhp" indexer="include" status="PUBLISH">
@@ -37,8 +36,8 @@
 <paragraph role="paragraph" id="par_idN1055B" xml-lang="en-US" 
l10n="NEW">Converts a string expression or numeric expression to a variant 
expression.</paragraph>
 </section>
 <paragraph role="heading" id="par_idN1055E" xml-lang="en-US" level="2" 
l10n="NEW">Syntax:</paragraph>
-<bascode>
-<paragraph role="bascode" id="par_idN10562" 
xml-lang="en-US">CVar(Expression)</paragraph>
+<bascode>
+<paragraph role="bascode" id="par_idN10562" 
xml-lang="en-US">CVar(Expression)</paragraph>
 </bascode>
 <paragraph role="heading" id="par_idN10565" xml-lang="en-US" level="2" 
l10n="NEW">Return value:</paragraph>
 <paragraph role="paragraph" id="par_idN10569" xml-lang="en-US" 
l10n="NEW">Variant.</paragraph>
@@ -46,3 +45,4 @@
 <paragraph role="paragraph" id="par_idN10570" xml-lang="en-US" 
l10n="NEW">Expression: Any string or numeric expression that you want to 
convert.</paragraph>
 </body>
 </helpdocument>
+
diff --git a/source/text/sbasic/shared/03100080.xhp 
b/source/text/sbasic/shared/03100080.xhp
index 15fd54d..60eb0ae 100644
--- a/source/text/sbasic/shared/03100080.xhp
+++ b/source/text/sbasic/shared/03100080.xhp
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,7 +17,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-       
+
 <helpdocument version="1.0">
 <meta>
 <topic id="textsbasicshared03100080xhp" indexer="include" status="PUBLISH">
@@ -37,8 +36,8 @@
 <paragraph role="paragraph" id="par_idN1055B" xml-lang="en-US" 
l10n="NEW">Converts a string expression or numeric expression to a variant 
expression of the sub type "Error".</paragraph>
 </section>
 <paragraph role="heading" id="par_idN1055E" xml-lang="en-US" level="2" 
l10n="NEW">Syntax:</paragraph>
-<bascode>
-<paragraph role="bascode" id="par_idN10562" 
xml-lang="en-US">CVErr(Expression)</paragraph>
+<bascode>
+<paragraph role="bascode" id="par_idN10562" 
xml-lang="en-US">CVErr(Expression)</paragraph>
 </bascode>
 <paragraph role="heading" id="par_idN10565" xml-lang="en-US" level="2" 
l10n="NEW">Return value:</paragraph>
 <paragraph role="paragraph" id="par_idN10569" xml-lang="en-US" 
l10n="NEW">Variant.</paragraph>
@@ -46,3 +45,4 @@
 <paragraph role="paragraph" id="par_idN10570" xml-lang="en-US" 
l10n="NEW">Expression: Any string or numeric expression that you want to 
convert.</paragraph>
 </body>
 </helpdocument>
+
diff --git a/source/text/sbasic/shared/03101110.xhp 
b/source/text/sbasic/shared/03101110.xhp
index 4bc426c..43f93b0 100644
--- a/source/text/sbasic/shared/03101110.xhp
+++ b/source/text/sbasic/shared/03101110.xhp
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,7 +17,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-       
+
 <helpdocument version="1.0">
 <meta>
 <topic id="textsbasicshared03101110xhp" indexer="include" status="PUBLISH">
@@ -37,8 +36,8 @@
 <paragraph role="paragraph" id="par_idN1058D" xml-lang="en-US" l10n="NEW">If 
no type-declaration character or keyword is specified, the DefCur statement 
sets the default variable type, according to a letter range.</paragraph>
 </section>
 <paragraph role="heading" id="par_idN10590" xml-lang="en-US" level="2" 
l10n="NEW">Syntax:</paragraph>
-<bascode>
-<paragraph role="bascode" id="par_idN10594" xml-lang="en-US">Defxxx 
Characterrange1[, Characterrange2[,...]]</paragraph>
+<bascode>
+<paragraph role="bascode" id="par_idN10594" xml-lang="en-US">Defxxx 
Characterrange1[, Characterrange2[,...]]</paragraph>
 </bascode>
 <paragraph role="heading" id="par_idN10597" xml-lang="en-US" level="2" 
l10n="NEW">Parameters:</paragraph>
 <paragraph role="paragraph" id="par_idN1059B" xml-lang="en-US" l10n="NEW">
@@ -66,3 +65,4 @@
 </bascode>
 </body>
 </helpdocument>
+
diff --git a/source/text/sbasic/shared/03102450.xhp 
b/source/text/sbasic/shared/03102450.xhp
index f398a66..00ae347 100644
--- a/source/text/sbasic/shared/03102450.xhp
+++ b/source/text/sbasic/shared/03102450.xhp
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,7 +17,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-       
+
 <helpdocument version="1.0">
 <meta>
 <topic id="textsbasicshared03102450xhp" indexer="include" status="PUBLISH">
@@ -37,8 +36,8 @@
 <paragraph role="paragraph" id="par_idN1055E" xml-lang="en-US" 
l10n="NEW">Tests if a variable contains an error value.</paragraph>
 </section>
 <paragraph role="heading" id="par_idN10561" xml-lang="en-US" level="2" 
l10n="NEW">Syntax:</paragraph>
-<bascode>
-<paragraph role="bascode" id="par_idN10565" xml-lang="en-US">IsError 
(Var)</paragraph>
+<bascode>
+<paragraph role="bascode" id="par_idN10565" xml-lang="en-US">IsError 
(Var)</paragraph>
 </bascode>
 <paragraph role="heading" id="par_idN10568" xml-lang="en-US" level="2" 
l10n="NEW">Return value:</paragraph>
 <paragraph role="paragraph" id="par_idN1056C" xml-lang="en-US" 
l10n="NEW">Bool</paragraph>
@@ -47,3 +46,4 @@
 <emph>Var:</emph> Any variable that you want to test. If the variable contains 
an error value, the function returns True, otherwise the function returns 
False.</paragraph>
 </body>
 </helpdocument>
+
diff --git a/source/text/sbasic/shared/03102800.xhp 
b/source/text/sbasic/shared/03102800.xhp
index 07e0699..3ac6244 100644
--- a/source/text/sbasic/shared/03102800.xhp
+++ b/source/text/sbasic/shared/03102800.xhp
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,7 +17,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-       
+
 <helpdocument version="1.0">
 <meta>
 <topic id="textsbasicshared03102800xml" indexer="include" status="PUBLISH">
@@ -37,8 +36,8 @@
 <paragraph role="paragraph" id="par_id3148538" xml-lang="en-US" l10n="U" 
oldref="2">Tests if an object variable is an OLE object. The function returns 
True if the variable is an OLE object, otherwise it returns False.</paragraph>
 </section>
 <paragraph role="heading" id="hd_id3149234" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Syntax:</paragraph>
-<bascode>
-<paragraph role="bascode" id="par_id3154285" xml-lang="en-US" 
oldref="4">IsObject (ObjectVar)</paragraph>
+<bascode>
+<paragraph role="bascode" id="par_id3154285" xml-lang="en-US" 
oldref="4">IsObject (ObjectVar)</paragraph>
 </bascode>
 <paragraph role="heading" id="hd_id3148685" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Return value:</paragraph>
 <paragraph role="paragraph" id="par_id3156024" xml-lang="en-US" l10n="U" 
oldref="6">Bool</paragraph>
@@ -49,3 +48,4 @@
 <embed href="text/sbasic/shared/00000003.xhp#err5"/>
 </body>
 </helpdocument>
+
diff --git a/source/text/sbasic/shared/03104000.xhp 
b/source/text/sbasic/shared/03104000.xhp
index 919d440..f383dd7 100644
--- a/source/text/sbasic/shared/03104000.xhp
+++ b/source/text/sbasic/shared/03104000.xhp
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,7 +17,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-       
+
 <helpdocument version="1.0">
 <meta>
 <topic id="textsbasicshared03104000xml" indexer="include" status="PUBLISH">
@@ -38,8 +37,8 @@
 </section>
 <paragraph role="paragraph" id="par_id3150669" xml-lang="en-US" l10n="U" 
oldref="3">See also: <link href="text/sbasic/shared/03104100.xhp" 
name="Optional">Optional</link></paragraph>
 <paragraph role="heading" id="hd_id3145611" xml-lang="en-US" level="2" 
l10n="U" oldref="4">Syntax:</paragraph>
-<bascode>
-<paragraph role="bascode" id="par_id3154924" xml-lang="en-US" 
oldref="5">IsMissing( ArgumentName )</paragraph>
+<bascode>
+<paragraph role="bascode" id="par_id3154924" xml-lang="en-US" 
oldref="5">IsMissing( ArgumentName )</paragraph>
 </bascode>
 <paragraph role="heading" id="hd_id3145069" xml-lang="en-US" level="2" 
l10n="U" oldref="6">Parameters:</paragraph>
 <paragraph role="paragraph" id="par_id3149457" xml-lang="en-US" l10n="U" 
oldref="7">
@@ -50,3 +49,4 @@
 <embed href="text/sbasic/shared/00000003.xhp#err5"/>
 </body>
 </helpdocument>
+
diff --git a/source/text/sbasic/shared/03104700.xhp 
b/source/text/sbasic/shared/03104700.xhp
index 5619515..1cdc34e 100644
--- a/source/text/sbasic/shared/03104700.xhp
+++ b/source/text/sbasic/shared/03104700.xhp
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,7 +17,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-       
+
 <helpdocument version="1.0">
 <meta>
 <topic id="textsbasicshared03104700xhp" indexer="include" status="PUBLISH">
@@ -37,11 +36,12 @@
 <paragraph role="paragraph" id="par_idN10558" xml-lang="en-US" 
l10n="NEW">Erases the contents of array elements of fixed size arrays, and 
releases the memory used by arrays of variable size.</paragraph>
 </section>
 <paragraph role="heading" id="par_idN1055D" xml-lang="en-US" level="2" 
l10n="NEW">Syntax:</paragraph>
-<bascode>
-<paragraph role="bascode" id="par_idN105E6" xml-lang="en-US">Erase 
Arraylist</paragraph>
+<bascode>
+<paragraph role="bascode" id="par_idN105E6" xml-lang="en-US">Erase 
Arraylist</paragraph>
 </bascode>
 <paragraph role="heading" id="par_idN105E9" xml-lang="en-US" level="2" 
l10n="NEW">Parameters:</paragraph>
 <paragraph role="paragraph" id="par_idN105ED" xml-lang="en-US" l10n="NEW">
 <emph>Arraylist</emph> - The list of arrays to be erased.</paragraph>
 </body>
 </helpdocument>
+
diff --git a/source/text/sbasic/shared/03120105.xhp 
b/source/text/sbasic/shared/03120105.xhp
index e9fe9bf..009ca66 100644
--- a/source/text/sbasic/shared/03120105.xhp
+++ b/source/text/sbasic/shared/03120105.xhp
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,7 +17,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-       
+
 <helpdocument version="1.0">
 <meta>
 <topic id="textsbasicshared03120105xml" indexer="include" status="PUBLISH">
@@ -37,8 +36,8 @@
 <paragraph role="paragraph" id="par_id3143267" xml-lang="en-US" l10n="U" 
oldref="2">Converts a string or a numeric expression to the type 
Byte.</paragraph>
 </section>
 <paragraph role="heading" id="hd_id3149811" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Syntax:</paragraph>
-<bascode>
-<paragraph role="bascode" id="par_id3147573" xml-lang="en-US" 
oldref="4">Cbyte( expression )</paragraph>
+<bascode>
+<paragraph role="bascode" id="par_id3147573" xml-lang="en-US" 
oldref="4">Cbyte( expression )</paragraph>
 </bascode>
 <paragraph role="heading" id="hd_id3145315" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Return value:</paragraph>
 <paragraph role="paragraph" id="par_id3148473" xml-lang="en-US" l10n="U" 
oldref="6">Byte</paragraph>
@@ -49,3 +48,4 @@
 <embed href="text/sbasic/shared/00000003.xhp#err5"/>
 </body>
 </helpdocument>
+
diff --git a/source/text/sbasic/shared/03120315.xhp 
b/source/text/sbasic/shared/03120315.xhp
index cf4d2f3..39683bb 100644
--- a/source/text/sbasic/shared/03120315.xhp
+++ b/source/text/sbasic/shared/03120315.xhp
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,7 +17,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-       
+
 <helpdocument version="1.0">
 <meta>
 <topic id="textsbasicshared03120315xml" indexer="include" status="PUBLISH">
@@ -37,8 +36,8 @@
 <paragraph role="paragraph" id="par_id3149670" xml-lang="en-US" l10n="U" 
oldref="2">Returns a string from a number of substrings in a string 
array.</paragraph>
 </section>
 <paragraph role="heading" id="hd_id3159414" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Syntax:</paragraph>
-<bascode>
-<paragraph role="bascode" id="par_id3156344" xml-lang="en-US" oldref="4">Join 
(Text As String Array, delimiter)</paragraph>
+<bascode>
+<paragraph role="bascode" id="par_id3156344" xml-lang="en-US" oldref="4">Join 
(Text As String Array, delimiter)</paragraph>
 </bascode>
 <paragraph role="heading" id="hd_id3150400" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Return value:</paragraph>
 <paragraph role="paragraph" id="par_id3150359" xml-lang="en-US" l10n="U" 
oldref="6">String</paragraph>
@@ -51,3 +50,4 @@
 <embed href="text/sbasic/shared/03120314.xhp#splitjoinex"/>
 </body>
 </helpdocument>
+
diff --git a/source/text/sbasic/shared/03120402.xhp 
b/source/text/sbasic/shared/03120402.xhp
index 22ff45b..ec759dc 100644
--- a/source/text/sbasic/shared/03120402.xhp
+++ b/source/text/sbasic/shared/03120402.xhp
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,7 +17,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-       
+
 <helpdocument version="1.0">
 <meta>
 <topic id="textsbasicshared03120402xml" indexer="include" status="PUBLISH">
@@ -37,8 +36,8 @@
 <paragraph role="paragraph" id="par_id3147576" xml-lang="en-US" l10n="U" 
oldref="2">Returns the number of characters in a string, or the number of bytes 
that are required to store a variable.</paragraph>
 </section>
 <paragraph role="heading" id="hd_id3159177" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Syntax:</paragraph>
-<bascode>
-<paragraph role="bascode" id="par_id3150669" xml-lang="en-US" oldref="4">Len 
(Text As String)</paragraph>
+<bascode>
+<paragraph role="bascode" id="par_id3150669" xml-lang="en-US" oldref="4">Len 
(Text As String)</paragraph>
 </bascode>
 <paragraph role="heading" id="hd_id3148473" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Return value:</paragraph>
 <paragraph role="paragraph" id="par_id3143270" xml-lang="en-US" l10n="U" 
oldref="6">Long</paragraph>
@@ -57,3 +56,4 @@
 </bascode>
 </body>
 </helpdocument>
+
diff --git a/source/text/sbasic/shared/03130100.xhp 
b/source/text/sbasic/shared/03130100.xhp
index 4cb7981..9286989 100644
--- a/source/text/sbasic/shared/03130100.xhp
+++ b/source/text/sbasic/shared/03130100.xhp
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,7 +17,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-       
+
 <helpdocument version="1.0">
 <meta>
 <topic id="textsbasicshared03130100xml" indexer="include" status="PUBLISH">
@@ -37,8 +36,8 @@
 <paragraph role="paragraph" id="par_id3159201" xml-lang="en-US" l10n="U" 
oldref="2">Plays a tone through the computer's speaker. The tone is 
system-dependent and you cannot modify its volume or pitch.</paragraph>
 </section>
 <paragraph role="heading" id="hd_id3153990" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Syntax:</paragraph>
-<bascode>
-<paragraph role="bascode" id="par_id3147291" xml-lang="en-US" 
oldref="4">Beep</paragraph>
+<bascode>
+<paragraph role="bascode" id="par_id3147291" xml-lang="en-US" 
oldref="4">Beep</paragraph>
 </bascode>
 <embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
 <embed href="text/sbasic/shared/00000003.xhp#err5"/>
@@ -52,3 +51,4 @@
 </bascode>
 </body>
 </helpdocument>
+
diff --git a/source/text/sbasic/shared/03130600.xhp 
b/source/text/sbasic/shared/03130600.xhp
index 75b901c..c37271c 100644
--- a/source/text/sbasic/shared/03130600.xhp
+++ b/source/text/sbasic/shared/03130600.xhp
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,7 +17,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-       
+
 <helpdocument version="1.0">
 <meta>
 <topic id="textsbasicshared03130600xml" indexer="include" status="PUBLISH">
@@ -37,8 +36,8 @@
 <paragraph role="paragraph" id="par_id3149236" xml-lang="en-US" l10n="U" 
oldref="2">Interrupts the program execution for the amount of time that you 
specify in milliseconds.</paragraph>
 </section>
 <paragraph role="heading" id="hd_id3143229" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Syntax:</paragraph>
-<bascode>
-<paragraph role="bascode" id="par_id3150669" xml-lang="en-US" oldref="4">Wait 
millisec</paragraph>
+<bascode>
+<paragraph role="bascode" id="par_id3150669" xml-lang="en-US" oldref="4">Wait 
millisec</paragraph>
 </bascode>
 <paragraph role="heading" id="hd_id3148943" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Parameters:</paragraph>
 <paragraph role="paragraph" id="par_id3154924" xml-lang="en-US" l10n="U" 
oldref="6">
@@ -57,3 +56,4 @@
 </bascode>
 </body>
 </helpdocument>
+
diff --git a/source/text/sbasic/shared/03132100.xhp 
b/source/text/sbasic/shared/03132100.xhp
index 706314e..cd7cec3 100644
--- a/source/text/sbasic/shared/03132100.xhp
+++ b/source/text/sbasic/shared/03132100.xhp
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <helpdocument version="1.0">
-       
+
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,8 +18,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
- 
-       
+
 <meta>
       <topic id="textsbasicshared03132100xml" indexer="include" 
status="PUBLISH">
          <title xml-lang="en-US" id="tit">GetGuiType Function [Runtime]</title>
@@ -35,8 +34,8 @@
       </section>
       <paragraph xml-lang="en-US" id="par_id3153323" role="paragraph" l10n="U" 
oldref="3">This runtime function is only provided for downward compatibility to 
previous versions. The return value is not defined in client-server 
environments.</paragraph>
       <paragraph xml-lang="en-US" id="hd_id3154894" role="heading" level="2" 
l10n="U" oldref="4">Syntax:</paragraph>
-      <bascode>
-<paragraph xml-lang="en-US" id="par_id3147143" role="bascode" 
oldref="5">GetGUIType()</paragraph>
+      <bascode>
+<paragraph xml-lang="en-US" id="par_id3147143" role="bascode" 
oldref="5">GetGUIType()</paragraph>
 </bascode>
       <paragraph xml-lang="en-US" id="hd_id3149346" role="heading" level="2" 
l10n="U" oldref="6">Return value:</paragraph>
       <paragraph xml-lang="en-US" id="par_id3153748" role="paragraph" l10n="U" 
oldref="7">Integer</paragraph>
@@ -52,3 +51,4 @@
 </bascode>
    </body>
 </helpdocument>
+
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to