This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit 9900b3e25acc7bd24d64bae40bc75f276c776622
Author: mseidel <msei...@apache.org>
AuthorDate: Thu Jan 2 07:25:53 2025 +0100

    Remove 'oldref' entries (work in progress)
---
 .../source/text/sbasic/shared/03050100.xhp         | 44 ++++++++++-----------
 .../source/text/sbasic/shared/03060500.xhp         | 42 ++++++++++----------
 .../source/text/sbasic/shared/03090402.xhp         | 40 +++++++++----------
 .../source/text/sbasic/shared/03102900.xhp         | 46 +++++++++++-----------
 .../source/text/sbasic/shared/03120309.xhp         | 45 +++++++++++----------
 .../text/scalc/guide/cellstyle_by_formula.xhp      | 25 ++++++------
 .../source/text/shared/00/00000099.xhp             | 10 ++---
 .../text/shared/explorer/database/11170000.xhp     | 28 ++++++-------
 .../text/shared/guide/configure_overview.xhp       | 26 ++++++------
 .../source/text/shared/guide/measurement_units.xhp | 16 ++++----
 .../source/text/shared/guide/textmode_change.xhp   | 24 +++++------
 .../text/swriter/guide/calculate_intext2.xhp       | 19 +++++----
 .../source/text/swriter/guide/sections.xhp         | 26 ++++++------
 .../source/text/swriter/guide/text_capital.xhp     | 17 ++++----
 .../source/text/swriter/guide/using_thesaurus.xhp  | 23 ++++++-----
 15 files changed, 207 insertions(+), 224 deletions(-)

diff --git a/main/helpcontent2/source/text/sbasic/shared/03050100.xhp 
b/main/helpcontent2/source/text/sbasic/shared/03050100.xhp
index 3aff2a7467..911b25a659 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03050100.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03050100.xhp
@@ -34,28 +34,28 @@
 <bookmark xml-lang="en-US" branch="index" id="bm_id3157896">
 <bookmark_value>Erl function</bookmark_value>
 </bookmark>
-<paragraph role="heading" id="hd_id3157896" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/sbasic/shared/03050100.xhp" name="Erl 
Function [Runtime]">Erl Function [Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3153394" xml-lang="en-US" l10n="U" 
oldref="2">Returns the line number where an error occurred during program 
execution.</paragraph>
+<paragraph role="heading" id="hd_id3157896" xml-lang="en-US" level="1" 
l10n="U"><link href="text/sbasic/shared/03050100.xhp" name="Erl Function 
[Runtime]">Erl Function [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3153394" xml-lang="en-US" 
l10n="U">Returns the line number where an error occurred during program 
execution.</paragraph>
 </section>
-<paragraph role="heading" id="hd_id3147574" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Syntax:</paragraph>
-<paragraph role="paragraph" id="par_id3146795" xml-lang="en-US" l10n="U" 
oldref="4">Erl</paragraph>
-<paragraph role="heading" id="hd_id3147265" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Return value:</paragraph>
-<paragraph role="paragraph" id="par_id3154924" xml-lang="en-US" l10n="U" 
oldref="6">Integer</paragraph>
-<paragraph role="heading" id="hd_id3150792" xml-lang="en-US" level="2" 
l10n="U" oldref="7">Parameters:</paragraph>
-<paragraph role="note" id="par_id3153771" xml-lang="en-US" l10n="U" 
oldref="8">The Erl function only returns a line number, and not a line 
label.</paragraph>
-<paragraph role="heading" id="hd_id3146921" xml-lang="en-US" level="2" 
l10n="U" oldref="9">Example:</paragraph>
-<paragraph role="paragraph" id="par_id3146975" xml-lang="en-US" l10n="U" 
oldref="10">sub ExampleError</paragraph>
-<paragraph role="paragraph" id="par_id3150010" xml-lang="en-US" l10n="U" 
oldref="11">on error goto ErrorHandler REM Set up error handler</paragraph>
-<paragraph role="paragraph" id="par_id3155308" xml-lang="en-US" l10n="U" 
oldref="12">Dim iVar as Integer</paragraph>
-<paragraph role="paragraph" id="par_id3149482" xml-lang="en-US" l10n="U" 
oldref="13">Dim sVar As String</paragraph>
-<paragraph role="paragraph" id="par_id3153188" xml-lang="en-US" l10n="U" 
oldref="14">REM Error caused by non-existent file</paragraph>
-<paragraph role="paragraph" id="par_id3159155" xml-lang="en-US" l10n="U" 
oldref="15">iVar = Freefile</paragraph>
-<paragraph role="paragraph" id="par_id3146120" xml-lang="en-US" l10n="U" 
oldref="16">Open "\file9879.txt" for Input as #iVar</paragraph>
-<paragraph role="paragraph" id="par_id3147349" xml-lang="en-US" l10n="U" 
oldref="17">Line Input #iVar, sVar</paragraph>
-<paragraph role="paragraph" id="par_id3151073" xml-lang="en-US" l10n="U" 
oldref="18">Close #iVar</paragraph>
-<paragraph role="paragraph" id="par_id3148456" xml-lang="en-US" l10n="U" 
oldref="19">exit sub</paragraph>
-<paragraph role="paragraph" id="par_id3147394" xml-lang="en-US" l10n="U" 
oldref="20">ErrorHandler:</paragraph>
-<paragraph role="paragraph" id="par_id3155416" xml-lang="en-US" l10n="U" 
oldref="21">MsgBox "Error " &amp; err &amp; ": " &amp; error$ + chr(13) + "In 
line : " + Erl + chr(13) + Now , 16 ,"An error occurred"</paragraph>
-<paragraph role="paragraph" id="par_id3153878" xml-lang="en-US" l10n="U" 
oldref="22">end sub</paragraph>
+<paragraph role="heading" id="hd_id3147574" xml-lang="en-US" level="2" 
l10n="U">Syntax:</paragraph>
+<paragraph role="paragraph" id="par_id3146795" xml-lang="en-US" 
l10n="U">Erl</paragraph>
+<paragraph role="heading" id="hd_id3147265" xml-lang="en-US" level="2" 
l10n="U">Return value:</paragraph>
+<paragraph role="paragraph" id="par_id3154924" xml-lang="en-US" 
l10n="U">Integer</paragraph>
+<paragraph role="heading" id="hd_id3150792" xml-lang="en-US" level="2" 
l10n="U">Parameters:</paragraph>
+<paragraph role="note" id="par_id3153771" xml-lang="en-US" l10n="U">The Erl 
function only returns a line number, and not a line label.</paragraph>
+<paragraph role="heading" id="hd_id3146921" xml-lang="en-US" level="2" 
l10n="U">Example:</paragraph>
+<paragraph role="paragraph" id="par_id3146975" xml-lang="en-US" l10n="U">sub 
ExampleError</paragraph>
+<paragraph role="paragraph" id="par_id3150010" xml-lang="en-US" l10n="U">on 
error goto ErrorHandler REM Set up error handler</paragraph>
+<paragraph role="paragraph" id="par_id3155308" xml-lang="en-US" l10n="U">Dim 
iVar as Integer</paragraph>
+<paragraph role="paragraph" id="par_id3149482" xml-lang="en-US" l10n="U">Dim 
sVar As String</paragraph>
+<paragraph role="paragraph" id="par_id3153188" xml-lang="en-US" l10n="U">REM 
Error caused by non-existent file</paragraph>
+<paragraph role="paragraph" id="par_id3159155" xml-lang="en-US" l10n="U">iVar 
= Freefile</paragraph>
+<paragraph role="paragraph" id="par_id3146120" xml-lang="en-US" l10n="U">Open 
"\file9879.txt" for Input as #iVar</paragraph>
+<paragraph role="paragraph" id="par_id3147349" xml-lang="en-US" l10n="U">Line 
Input #iVar, sVar</paragraph>
+<paragraph role="paragraph" id="par_id3151073" xml-lang="en-US" l10n="U">Close 
#iVar</paragraph>
+<paragraph role="paragraph" id="par_id3148456" xml-lang="en-US" l10n="U">exit 
sub</paragraph>
+<paragraph role="paragraph" id="par_id3147394" xml-lang="en-US" 
l10n="U">ErrorHandler:</paragraph>
+<paragraph role="paragraph" id="par_id3155416" xml-lang="en-US" 
l10n="U">MsgBox "Error " &amp; err &amp; ": " &amp; error$ + chr(13) + "In line 
: " + Erl + chr(13) + Now , 16 ,"An error occurred"</paragraph>
+<paragraph role="paragraph" id="par_id3153878" xml-lang="en-US" l10n="U">end 
sub</paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/sbasic/shared/03060500.xhp 
b/main/helpcontent2/source/text/sbasic/shared/03060500.xhp
index c95ca1557f..02ee24d4c4 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03060500.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03060500.xhp
@@ -33,28 +33,26 @@
 <bookmark xml-lang="en-US" branch="index" id="bm_id3150986">
 <bookmark_value>Or operator (logical)</bookmark_value>
 </bookmark>
-<paragraph role="heading" id="hd_id3150986" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/sbasic/shared/03060500.xhp" 
name="Or-Operator [Runtime]">Or Operator [Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3148552" xml-lang="en-US" l10n="U" 
oldref="2">Performs a logical OR disjunction on two expressions.</paragraph>
+<paragraph role="heading" id="hd_id3150986" xml-lang="en-US" level="1" 
l10n="U"><link href="text/sbasic/shared/03060500.xhp" name="Or-Operator 
[Runtime]">Or Operator [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3148552" xml-lang="en-US" 
l10n="U">Performs a logical OR disjunction on two expressions.</paragraph>
 </section>
-<paragraph role="heading" id="hd_id3148664" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Syntax:</paragraph>
-<paragraph role="paragraph" id="par_id3150358" xml-lang="en-US" l10n="U" 
oldref="4">Result = Expression1 Or Expression2</paragraph>
-<paragraph role="heading" id="hd_id3151211" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Parameters:</paragraph>
-<paragraph role="paragraph" id="par_id3153192" xml-lang="en-US" l10n="U" 
oldref="6">
-<emph>Result:</emph> Any numeric variable that contains the result of the 
disjunction.</paragraph>
-<paragraph role="paragraph" id="par_id3147229" xml-lang="en-US" l10n="U" 
oldref="7">
-<emph>Expression1, Expression2:</emph> Any numeric expressions that you want 
to compare.</paragraph>
-<paragraph role="paragraph" id="par_id3154684" xml-lang="en-US" l10n="U" 
oldref="8">A logical OR disjunction of two Boolean expressions returns the 
value True if at least one comparison expression is True.</paragraph>
-<paragraph role="paragraph" id="par_id3153768" xml-lang="en-US" l10n="U" 
oldref="9">A bit-wise comparison sets a bit in the result if the corresponding 
bit is set in at least one of the two expressions.</paragraph>
-<paragraph role="heading" id="hd_id3161831" xml-lang="en-US" level="2" 
l10n="U" oldref="10">Example:</paragraph>
-<paragraph role="paragraph" id="par_id3147427" xml-lang="en-US" l10n="U" 
oldref="11">Sub ExampleOr</paragraph>
-<paragraph role="paragraph" id="par_id3153142" xml-lang="en-US" l10n="U" 
oldref="12">Dim vA as Variant, vB as Variant, vC as Variant, vD as 
Variant</paragraph>
-<paragraph role="paragraph" id="par_id3154014" xml-lang="en-US" l10n="U" 
oldref="13">Dim vOut as Variant</paragraph>
-<paragraph role="paragraph" id="par_id3155856" xml-lang="en-US" l10n="U" 
oldref="14">vA = 10: vB = 8: vC = 6: vD = Null</paragraph>
-<paragraph role="paragraph" id="par_id3152460" xml-lang="en-US" l10n="U" 
oldref="15">vOut = vA &gt; vB Or vB &gt; vC REM -1</paragraph>
-<paragraph role="paragraph" id="par_id3147349" xml-lang="en-US" l10n="U" 
oldref="16">vOut = vB &gt; vA Or vB &gt; vC REM -1</paragraph>
-<paragraph role="paragraph" id="par_id3151114" xml-lang="en-US" l10n="U" 
oldref="17">vOut = vA &gt; vB Or vB &gt; vD REM -1</paragraph>
-<paragraph role="paragraph" id="par_id3153726" xml-lang="en-US" l10n="CHG" 
oldref="18">vOut = (vB &gt; vD Or vB &gt; vA) REM 0</paragraph>
-<paragraph role="paragraph" id="par_id3152598" xml-lang="en-US" l10n="U" 
oldref="19">vOut = vB Or vA REM 10</paragraph>
-<paragraph role="paragraph" id="par_id3150420" xml-lang="en-US" l10n="U" 
oldref="20">End Sub</paragraph>
+<paragraph role="heading" id="hd_id3148664" xml-lang="en-US" level="2" 
l10n="U">Syntax:</paragraph>
+<paragraph role="paragraph" id="par_id3150358" xml-lang="en-US" 
l10n="U">Result = Expression1 Or Expression2</paragraph>
+<paragraph role="heading" id="hd_id3151211" xml-lang="en-US" level="2" 
l10n="U">Parameters:</paragraph>
+<paragraph role="paragraph" id="par_id3153192" xml-lang="en-US" 
l10n="U"><emph>Result:</emph> Any numeric variable that contains the result of 
the disjunction.</paragraph>
+<paragraph role="paragraph" id="par_id3147229" xml-lang="en-US" 
l10n="U"><emph>Expression1, Expression2:</emph> Any numeric expressions that 
you want to compare.</paragraph>
+<paragraph role="paragraph" id="par_id3154684" xml-lang="en-US" l10n="U">A 
logical OR disjunction of two Boolean expressions returns the value True if at 
least one comparison expression is True.</paragraph>
+<paragraph role="paragraph" id="par_id3153768" xml-lang="en-US" l10n="U">A 
bit-wise comparison sets a bit in the result if the corresponding bit is set in 
at least one of the two expressions.</paragraph>
+<paragraph role="heading" id="hd_id3161831" xml-lang="en-US" level="2" 
l10n="U">Example:</paragraph>
+<paragraph role="paragraph" id="par_id3147427" xml-lang="en-US" l10n="U">Sub 
ExampleOr</paragraph>
+<paragraph role="paragraph" id="par_id3153142" xml-lang="en-US" l10n="U">Dim 
vA as Variant, vB as Variant, vC as Variant, vD as Variant</paragraph>
+<paragraph role="paragraph" id="par_id3154014" xml-lang="en-US" l10n="U">Dim 
vOut as Variant</paragraph>
+<paragraph role="paragraph" id="par_id3155856" xml-lang="en-US" l10n="U">vA = 
10: vB = 8: vC = 6: vD = Null</paragraph>
+<paragraph role="paragraph" id="par_id3152460" xml-lang="en-US" l10n="U">vOut 
= vA &gt; vB Or vB &gt; vC REM -1</paragraph>
+<paragraph role="paragraph" id="par_id3147349" xml-lang="en-US" l10n="U">vOut 
= vB &gt; vA Or vB &gt; vC REM -1</paragraph>
+<paragraph role="paragraph" id="par_id3151114" xml-lang="en-US" l10n="U">vOut 
= vA &gt; vB Or vB &gt; vD REM -1</paragraph>
+<paragraph role="paragraph" id="par_id3153726" xml-lang="en-US" 
l10n="CHG">vOut = (vB &gt; vD Or vB &gt; vA) REM 0</paragraph>
+<paragraph role="paragraph" id="par_id3152598" xml-lang="en-US" l10n="U">vOut 
= vB Or vA REM 10</paragraph>
+<paragraph role="paragraph" id="par_id3150420" xml-lang="en-US" l10n="U">End 
Sub</paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/sbasic/shared/03090402.xhp 
b/main/helpcontent2/source/text/sbasic/shared/03090402.xhp
index 3021f16c88..bed33a2150 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03090402.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03090402.xhp
@@ -33,29 +33,27 @@
 <bookmark xml-lang="en-US" branch="index" id="bm_id3143271">
 <bookmark_value>Choose function</bookmark_value>
 </bookmark>
-<paragraph role="heading" id="hd_id3143271" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/sbasic/shared/03090402.xhp" name="Choose 
Function [Runtime]">Choose Function [Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3149234" xml-lang="en-US" l10n="U" 
oldref="2">Returns a selected value from a list of arguments.</paragraph>
+<paragraph role="heading" id="hd_id3143271" xml-lang="en-US" level="1" 
l10n="U"><link href="text/sbasic/shared/03090402.xhp" name="Choose Function 
[Runtime]">Choose Function [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3149234" xml-lang="en-US" 
l10n="U">Returns a selected value from a list of arguments.</paragraph>
 </section>
-<paragraph role="heading" id="hd_id3148943" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Syntax:</paragraph>
-<paragraph role="paragraph" id="par_id3147560" xml-lang="en-US" l10n="U" 
oldref="4">Choose (Index, Selection1[, Selection2, ... 
[,Selection_n]])</paragraph>
-<paragraph role="heading" id="hd_id3154346" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Parameters:</paragraph>
-<paragraph role="paragraph" id="par_id3148664" xml-lang="en-US" l10n="U" 
oldref="6">
-<emph>Index:</emph> A numeric expression that specifies the value to 
return.</paragraph>
-<paragraph role="paragraph" id="par_id3150791" xml-lang="en-US" l10n="U" 
oldref="7">
-<emph>Selection1:</emph> Any expression that contains one of the possible 
choices.</paragraph>
-<paragraph role="paragraph" id="par_id3151043" xml-lang="en-US" l10n="U" 
oldref="8">The <emph>Choose</emph> function returns a value from the list of 
expressions based on the index value. If Index = 1, the function returns the 
first expression in the list, if index i= 2, it returns the second expression, 
and so on.</paragraph>
-<paragraph role="paragraph" id="par_id3153192" xml-lang="en-US" l10n="U" 
oldref="9">If the index value is less than 1 or greater than the number of 
expressions listed, the function returns a Null value.</paragraph>
-<paragraph role="paragraph" id="par_id3156281" xml-lang="en-US" l10n="U" 
oldref="10">The following example uses the <emph>Choose</emph> function to 
select a string from several strings that form a menu:</paragraph>
+<paragraph role="heading" id="hd_id3148943" xml-lang="en-US" level="2" 
l10n="U">Syntax:</paragraph>
+<paragraph role="paragraph" id="par_id3147560" xml-lang="en-US" 
l10n="U">Choose (Index, Selection1[, Selection2, ... 
[,Selection_n]])</paragraph>
+<paragraph role="heading" id="hd_id3154346" xml-lang="en-US" level="2" 
l10n="U">Parameters:</paragraph>
+<paragraph role="paragraph" id="par_id3148664" xml-lang="en-US" 
l10n="U"><emph>Index:</emph> A numeric expression that specifies the value to 
return.</paragraph>
+<paragraph role="paragraph" id="par_id3150791" xml-lang="en-US" 
l10n="U"><emph>Selection1:</emph> Any expression that contains one of the 
possible choices.</paragraph>
+<paragraph role="paragraph" id="par_id3151043" xml-lang="en-US" l10n="U">The 
<emph>Choose</emph> function returns a value from the list of expressions based 
on the index value. If Index = 1, the function returns the first expression in 
the list, if index i= 2, it returns the second expression, and so 
on.</paragraph>
+<paragraph role="paragraph" id="par_id3153192" xml-lang="en-US" l10n="U">If 
the index value is less than 1 or greater than the number of expressions 
listed, the function returns a Null value.</paragraph>
+<paragraph role="paragraph" id="par_id3156281" xml-lang="en-US" l10n="U">The 
following example uses the <emph>Choose</emph> function to select a string from 
several strings that form a menu:</paragraph>
 <embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
 <embed href="text/sbasic/shared/00000003.xhp#err5"/>
-<paragraph role="heading" id="hd_id3150439" xml-lang="en-US" level="2" 
l10n="U" oldref="11">Example:</paragraph>
-<paragraph role="paragraph" id="par_id3153091" xml-lang="en-US" l10n="U" 
oldref="12">Sub ExampleChoose</paragraph>
-<paragraph role="paragraph" id="par_id3152597" xml-lang="en-US" l10n="U" 
oldref="13">Dim sReturn As String</paragraph>
-<paragraph role="paragraph" id="par_id3155855" xml-lang="en-US" l10n="U" 
oldref="14">sReturn = ChooseMenu(2)</paragraph>
-<paragraph role="paragraph" id="par_id3148575" xml-lang="en-US" l10n="U" 
oldref="15">Print sReturn</paragraph>
-<paragraph role="paragraph" id="par_id3154012" xml-lang="en-US" l10n="U" 
oldref="16">end sub</paragraph>
-<paragraph role="paragraph" id="par_id3146921" xml-lang="en-US" l10n="U" 
oldref="19">Function ChooseMenu(Index As Integer)</paragraph>
-<paragraph role="paragraph" id="par_id3156443" xml-lang="en-US" l10n="U" 
oldref="20">ChooseMenu = Choose(Index, "Quick Format", "Save Format", "System 
Format")</paragraph>
-<paragraph role="paragraph" id="par_id3148645" xml-lang="en-US" l10n="U" 
oldref="21">End Function</paragraph>
+<paragraph role="heading" id="hd_id3150439" xml-lang="en-US" level="2" 
l10n="U">Example:</paragraph>
+<paragraph role="paragraph" id="par_id3153091" xml-lang="en-US" l10n="U">Sub 
ExampleChoose</paragraph>
+<paragraph role="paragraph" id="par_id3152597" xml-lang="en-US" l10n="U">Dim 
sReturn As String</paragraph>
+<paragraph role="paragraph" id="par_id3155855" xml-lang="en-US" 
l10n="U">sReturn = ChooseMenu(2)</paragraph>
+<paragraph role="paragraph" id="par_id3148575" xml-lang="en-US" l10n="U">Print 
sReturn</paragraph>
+<paragraph role="paragraph" id="par_id3154012" xml-lang="en-US" l10n="U">end 
sub</paragraph>
+<paragraph role="paragraph" id="par_id3146921" xml-lang="en-US" 
l10n="U">Function ChooseMenu(Index As Integer)</paragraph>
+<paragraph role="paragraph" id="par_id3156443" xml-lang="en-US" 
l10n="U">ChooseMenu = Choose(Index, "Quick Format", "Save Format", "System 
Format")</paragraph>
+<paragraph role="paragraph" id="par_id3148645" xml-lang="en-US" l10n="U">End 
Function</paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/sbasic/shared/03102900.xhp 
b/main/helpcontent2/source/text/sbasic/shared/03102900.xhp
index 2b8eecf36a..9a19bfdede 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03102900.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03102900.xhp
@@ -33,33 +33,31 @@
 <bookmark xml-lang="en-US" branch="index" id="bm_id3156027">
 <bookmark_value>LBound function</bookmark_value>
 </bookmark>
-<paragraph role="heading" id="hd_id3156027" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/sbasic/shared/03102900.xhp" name="LBound 
Function [Runtime]">LBound Function [Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3147226" xml-lang="en-US" l10n="U" 
oldref="2">Returns the lower boundary of an array.</paragraph>
+<paragraph role="heading" id="hd_id3156027" xml-lang="en-US" level="1" 
l10n="U"><link href="text/sbasic/shared/03102900.xhp" name="LBound Function 
[Runtime]">LBound Function [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3147226" xml-lang="en-US" 
l10n="U">Returns the lower boundary of an array.</paragraph>
 </section>
-<paragraph role="heading" id="hd_id3148538" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Syntax:</paragraph>
-<paragraph role="paragraph" id="par_id3150503" xml-lang="en-US" l10n="U" 
oldref="4">LBound (ArrayName [, Dimension])</paragraph>
-<paragraph role="heading" id="hd_id3150984" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Return value:</paragraph>
-<paragraph role="paragraph" id="par_id3153126" xml-lang="en-US" l10n="U" 
oldref="6">Integer</paragraph>
-<paragraph role="heading" id="hd_id3144500" xml-lang="en-US" level="2" 
l10n="U" oldref="7">Parameters:</paragraph>
-<paragraph role="paragraph" id="par_id3145069" xml-lang="en-US" l10n="U" 
oldref="8">
-<emph>ArrayName:</emph> Name of the array for which you want to return the 
upper (<emph>Ubound</emph>) or the lower (<emph>LBound</emph>) boundary of the 
array dimension.</paragraph>
-<paragraph role="paragraph" id="par_id3149457" xml-lang="en-US" l10n="U" 
oldref="9">
-<emph>[Dimension]:</emph> Integer that specifies which dimension to return the 
upper (<emph>Ubound</emph>) or the lower (<emph>LBound</emph>) boundary for. If 
a value is not specified, the first dimension is assumed.</paragraph>
+<paragraph role="heading" id="hd_id3148538" xml-lang="en-US" level="2" 
l10n="U">Syntax:</paragraph>
+<paragraph role="paragraph" id="par_id3150503" xml-lang="en-US" 
l10n="U">LBound (ArrayName [, Dimension])</paragraph>
+<paragraph role="heading" id="hd_id3150984" xml-lang="en-US" level="2" 
l10n="U">Return value:</paragraph>
+<paragraph role="paragraph" id="par_id3153126" xml-lang="en-US" 
l10n="U">Integer</paragraph>
+<paragraph role="heading" id="hd_id3144500" xml-lang="en-US" level="2" 
l10n="U">Parameters:</paragraph>
+<paragraph role="paragraph" id="par_id3145069" xml-lang="en-US" 
l10n="U"><emph>ArrayName:</emph> Name of the array for which you want to return 
the upper (<emph>Ubound</emph>) or the lower (<emph>LBound</emph>) boundary of 
the array dimension.</paragraph>
+<paragraph role="paragraph" id="par_id3149457" xml-lang="en-US" 
l10n="U"><emph>[Dimension]:</emph> Integer that specifies which dimension to 
return the upper (<emph>Ubound</emph>) or the lower (<emph>LBound</emph>) 
boundary for. If a value is not specified, the first dimension is 
assumed.</paragraph>
 <embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
 <embed href="text/sbasic/shared/00000003.xhp#err5"/>
 <embed href="text/sbasic/shared/00000003.xhp#err9"/>
-<paragraph role="heading" id="hd_id3145171" xml-lang="en-US" level="2" 
l10n="U" oldref="10">Example:</paragraph>
-<paragraph role="paragraph" id="par_id3148673" xml-lang="en-US" l10n="U" 
oldref="11">Sub ExampleUboundLbound</paragraph>
-<paragraph role="paragraph" id="par_id3153193" xml-lang="en-US" l10n="U" 
oldref="12">Dim sVar(10 to 20) As String</paragraph>
-<paragraph role="paragraph" id="par_id3148452" xml-lang="en-US" l10n="U" 
oldref="13">print LBound(sVar())</paragraph>
-<paragraph role="paragraph" id="par_id3153768" xml-lang="en-US" l10n="U" 
oldref="14">print UBound(sVar())</paragraph>
-<paragraph role="paragraph" id="par_id3147288" xml-lang="en-US" l10n="U" 
oldref="15">end Sub</paragraph>
-<paragraph role="paragraph" id="par_id3146974" xml-lang="en-US" l10n="U" 
oldref="16">Sub ExampleUboundLbound2</paragraph>
-<paragraph role="paragraph" id="par_id3146985" xml-lang="en-US" l10n="U" 
oldref="17">Dim sVar(10 to 20,5 To 70) As String</paragraph>
-<paragraph role="paragraph" id="par_id3145365" xml-lang="en-US" l10n="U" 
oldref="18">Print LBound(sVar()) REM Returns 10</paragraph>
-<paragraph role="paragraph" id="par_id3150486" xml-lang="en-US" l10n="U" 
oldref="19">Print UBound(sVar()) REM Returns 20</paragraph>
-<paragraph role="paragraph" id="par_id3149665" xml-lang="en-US" l10n="U" 
oldref="20">Print LBound(sVar(),2) REM Returns 5</paragraph>
-<paragraph role="paragraph" id="par_id3159154" xml-lang="en-US" l10n="U" 
oldref="21">Print UBound(sVar(),2) REM Returns 70</paragraph>
-<paragraph role="paragraph" id="par_id3154013" xml-lang="en-US" l10n="U" 
oldref="22">end Sub</paragraph>
+<paragraph role="heading" id="hd_id3145171" xml-lang="en-US" level="2" 
l10n="U">Example:</paragraph>
+<paragraph role="paragraph" id="par_id3148673" xml-lang="en-US" l10n="U">Sub 
ExampleUboundLbound</paragraph>
+<paragraph role="paragraph" id="par_id3153193" xml-lang="en-US" l10n="U">Dim 
sVar(10 to 20) As String</paragraph>
+<paragraph role="paragraph" id="par_id3148452" xml-lang="en-US" l10n="U">print 
LBound(sVar())</paragraph>
+<paragraph role="paragraph" id="par_id3153768" xml-lang="en-US" l10n="U">print 
UBound(sVar())</paragraph>
+<paragraph role="paragraph" id="par_id3147288" xml-lang="en-US" l10n="U">end 
Sub</paragraph>
+<paragraph role="paragraph" id="par_id3146974" xml-lang="en-US" l10n="U">Sub 
ExampleUboundLbound2</paragraph>
+<paragraph role="paragraph" id="par_id3146985" xml-lang="en-US" l10n="U">Dim 
sVar(10 to 20,5 To 70) As String</paragraph>
+<paragraph role="paragraph" id="par_id3145365" xml-lang="en-US" l10n="U">Print 
LBound(sVar()) REM Returns 10</paragraph>
+<paragraph role="paragraph" id="par_id3150486" xml-lang="en-US" l10n="U">Print 
UBound(sVar()) REM Returns 20</paragraph>
+<paragraph role="paragraph" id="par_id3149665" xml-lang="en-US" l10n="U">Print 
LBound(sVar(),2) REM Returns 5</paragraph>
+<paragraph role="paragraph" id="par_id3159154" xml-lang="en-US" l10n="U">Print 
UBound(sVar(),2) REM Returns 70</paragraph>
+<paragraph role="paragraph" id="par_id3154013" xml-lang="en-US" l10n="U">end 
Sub</paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/sbasic/shared/03120309.xhp 
b/main/helpcontent2/source/text/sbasic/shared/03120309.xhp
index 893f2a8d61..1f775a089c 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03120309.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03120309.xhp
@@ -33,31 +33,30 @@
 <bookmark xml-lang="en-US" branch="index" id="bm_id3154286">
 <bookmark_value>RTrim function</bookmark_value>
 </bookmark>
-<paragraph role="heading" id="hd_id3154286" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/sbasic/shared/03120309.xhp" name="RTrim 
Function [Runtime]">RTrim Function [Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3153127" xml-lang="en-US" l10n="U" 
oldref="2">Deletes the spaces at the end of a string expression.</paragraph>
+<paragraph role="heading" id="hd_id3154286" xml-lang="en-US" level="1" 
l10n="U"><link href="text/sbasic/shared/03120309.xhp" name="RTrim Function 
[Runtime]">RTrim Function [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3153127" xml-lang="en-US" 
l10n="U">Deletes the spaces at the end of a string expression.</paragraph>
 </section>
-<paragraph role="paragraph" id="par_id3153062" xml-lang="en-US" l10n="U" 
oldref="3">See also: <link href="text/sbasic/shared/03120305.xhp" name="LTrim 
Function">LTrim Function</link></paragraph>
-<paragraph role="heading" id="hd_id3154924" xml-lang="en-US" level="2" 
l10n="U" oldref="4">Syntax:</paragraph>
-<paragraph role="paragraph" id="par_id3154347" xml-lang="en-US" l10n="U" 
oldref="5">RTrim (Text As String)</paragraph>
-<paragraph role="heading" id="hd_id3149457" xml-lang="en-US" level="2" 
l10n="U" oldref="6">Return value:</paragraph>
-<paragraph role="paragraph" id="par_id3153381" xml-lang="en-US" l10n="U" 
oldref="7">String</paragraph>
-<paragraph role="heading" id="hd_id3148798" xml-lang="en-US" level="2" 
l10n="U" oldref="8">Parameters:</paragraph>
-<paragraph role="paragraph" id="par_id3151380" xml-lang="en-US" l10n="U" 
oldref="9">
-<emph>Text:</emph> Any string expression.</paragraph>
+<paragraph role="paragraph" id="par_id3153062" xml-lang="en-US" l10n="U">See 
also: <link href="text/sbasic/shared/03120305.xhp" name="LTrim Function">LTrim 
Function</link></paragraph>
+<paragraph role="heading" id="hd_id3154924" xml-lang="en-US" level="2" 
l10n="U">Syntax:</paragraph>
+<paragraph role="paragraph" id="par_id3154347" xml-lang="en-US" l10n="U">RTrim 
(Text As String)</paragraph>
+<paragraph role="heading" id="hd_id3149457" xml-lang="en-US" level="2" 
l10n="U">Return value:</paragraph>
+<paragraph role="paragraph" id="par_id3153381" xml-lang="en-US" 
l10n="U">String</paragraph>
+<paragraph role="heading" id="hd_id3148798" xml-lang="en-US" level="2" 
l10n="U">Parameters:</paragraph>
+<paragraph role="paragraph" id="par_id3151380" xml-lang="en-US" 
l10n="U"><emph>Text:</emph> Any string expression.</paragraph>
 <embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
 <embed href="text/sbasic/shared/00000003.xhp#err5"/>
-<paragraph role="heading" id="hd_id3151041" xml-lang="en-US" level="2" 
l10n="U" oldref="10">Example:</paragraph>
-<paragraph role="paragraph" id="par_id3148673" xml-lang="en-US" l10n="U" 
oldref="11">Sub ExampleSpaces</paragraph>
-<paragraph role="paragraph" id="par_id3156281" xml-lang="en-US" l10n="U" 
oldref="12">Dim sText2 as String,sText as String,sOut as String</paragraph>
-<paragraph role="paragraph" id="par_id3154125" xml-lang="en-US" l10n="U" 
oldref="13">sText2 = " &lt;*Las Vegas*&gt; "</paragraph>
-<paragraph role="paragraph" id="par_id3155131" xml-lang="en-US" l10n="U" 
oldref="15">sOut = "'"+sText2 +"'"+ Chr(13)</paragraph>
-<paragraph role="paragraph" id="par_id3161833" xml-lang="en-US" l10n="CHG" 
oldref="16">sText = Ltrim(sText2) REM sText = "&lt;*Las Vegas*&gt; "</paragraph>
-<paragraph role="paragraph" id="par_id3147317" xml-lang="en-US" l10n="U" 
oldref="17">sOut = sOut + "'"+sText +"'" + Chr(13)</paragraph>
-<paragraph role="paragraph" id="par_id3151112" xml-lang="en-US" l10n="U" 
oldref="18">sText = Rtrim(sText2) REM sText = " &lt;*Las Vegas*&gt;"</paragraph>
-<paragraph role="paragraph" id="par_id3149664" xml-lang="en-US" l10n="U" 
oldref="19">sOut = sOut +"'"+ sText +"'" + Chr(13)</paragraph>
-<paragraph role="paragraph" id="par_id3152576" xml-lang="en-US" l10n="CHG" 
oldref="20">sText = Trim(sText2) REM sText = "&lt;*Las Vegas*&gt;"</paragraph>
-<paragraph role="paragraph" id="par_id3153729" xml-lang="en-US" l10n="U" 
oldref="21">sOut = sOut +"'"+ sText +"'"</paragraph>
-<paragraph role="paragraph" id="par_id3145749" xml-lang="en-US" l10n="U" 
oldref="22">MsgBox sOut</paragraph>
-<paragraph role="paragraph" id="par_id3146922" xml-lang="en-US" l10n="U" 
oldref="23">end sub</paragraph>
+<paragraph role="heading" id="hd_id3151041" xml-lang="en-US" level="2" 
l10n="U">Example:</paragraph>
+<paragraph role="paragraph" id="par_id3148673" xml-lang="en-US" l10n="U">Sub 
ExampleSpaces</paragraph>
+<paragraph role="paragraph" id="par_id3156281" xml-lang="en-US" l10n="U">Dim 
sText2 as String,sText as String,sOut as String</paragraph>
+<paragraph role="paragraph" id="par_id3154125" xml-lang="en-US" 
l10n="U">sText2 = " &lt;*Las Vegas*&gt; "</paragraph>
+<paragraph role="paragraph" id="par_id3155131" xml-lang="en-US" l10n="U">sOut 
= "'"+sText2 +"'"+ Chr(13)</paragraph>
+<paragraph role="paragraph" id="par_id3161833" xml-lang="en-US" 
l10n="CHG">sText = Ltrim(sText2) REM sText = "&lt;*Las Vegas*&gt; "</paragraph>
+<paragraph role="paragraph" id="par_id3147317" xml-lang="en-US" l10n="U">sOut 
= sOut + "'"+sText +"'" + Chr(13)</paragraph>
+<paragraph role="paragraph" id="par_id3151112" xml-lang="en-US" l10n="U">sText 
= Rtrim(sText2) REM sText = " &lt;*Las Vegas*&gt;"</paragraph>
+<paragraph role="paragraph" id="par_id3149664" xml-lang="en-US" l10n="U">sOut 
= sOut +"'"+ sText +"'" + Chr(13)</paragraph>
+<paragraph role="paragraph" id="par_id3152576" xml-lang="en-US" 
l10n="CHG">sText = Trim(sText2) REM sText = "&lt;*Las Vegas*&gt;"</paragraph>
+<paragraph role="paragraph" id="par_id3153729" xml-lang="en-US" l10n="U">sOut 
= sOut +"'"+ sText +"'"</paragraph>
+<paragraph role="paragraph" id="par_id3145749" xml-lang="en-US" 
l10n="U">MsgBox sOut</paragraph>
+<paragraph role="paragraph" id="par_id3146922" xml-lang="en-US" l10n="U">end 
sub</paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/scalc/guide/cellstyle_by_formula.xhp 
b/main/helpcontent2/source/text/scalc/guide/cellstyle_by_formula.xhp
index 25225f0567..27d3adad3c 100644
--- a/main/helpcontent2/source/text/scalc/guide/cellstyle_by_formula.xhp
+++ b/main/helpcontent2/source/text/scalc/guide/cellstyle_by_formula.xhp
@@ -36,34 +36,33 @@
 <bookmark_value>cell styles;assigning by formulas</bookmark_value>
 <bookmark_value>formulas;assigning cell formats</bookmark_value>
 </bookmark><comment>mw deleted "applying;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3145673" role="heading" level="1" l10n="U"
-oldref="13"><variable id="cellstyle_by_formula"><link 
href="text/scalc/guide/cellstyle_by_formula.xhp" name="Assigning Formats by 
Formula">Assigning Formats by Formula</link> 
+<paragraph xml-lang="en-US" id="hd_id3145673" role="heading" level="1" 
l10n="U"><variable id="cellstyle_by_formula"><link 
href="text/scalc/guide/cellstyle_by_formula.xhp" name="Assigning Formats by 
Formula">Assigning Formats by Formula</link> 
 </variable></paragraph>
-<paragraph xml-lang="en-US" id="par_id3150275" role="paragraph" l10n="CHG" 
oldref="14">The STYLE() function can be added to an existing formula in a cell. 
For example, together with the CURRENT function, you can color a cell depending 
on its value. The formula =...+STYLE(IF(CURRENT()&gt;3; "Red"; "Green")) 
applies the cell style "Red" to cells if the value is greater than 3, otherwise 
the cell style "Green" is applied.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3151385" role="paragraph" l10n="U" 
oldref="15">If you would like to apply a formula to all cells in a selected 
area, you can use the <item type="menuitem">Find &amp; Replace</item> 
dialog.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150275" role="paragraph" l10n="CHG">The 
STYLE() function can be added to an existing formula in a cell. For example, 
together with the CURRENT function, you can color a cell depending on its 
value. The formula =...+STYLE(IF(CURRENT()&gt;3; "Red"; "Green")) applies the 
cell style "Red" to cells if the value is greater than 3, otherwise the cell 
style "Green" is applied.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3151385" role="paragraph" l10n="U">If 
you would like to apply a formula to all cells in a selected area, you can use 
the <item type="menuitem">Find &amp; Replace</item> dialog.</paragraph>
 <list type="ordered">
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3149456" role="listitem" l10n="U" 
oldref="16">Select all the desired cells.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149456" role="listitem" l10n="U">Select 
all the desired cells.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3148797" role="listitem" l10n="U" 
oldref="17">Select the menu command <emph>Edit - Find &amp; 
Replace</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3148797" role="listitem" l10n="U">Select 
the menu command <emph>Edit - Find &amp; Replace</emph>.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3150767" role="listitem" l10n="U" 
oldref="18">For the <item type="menuitem">Search for</item> term, enter: .<item 
type="literal">*</item>
+<paragraph xml-lang="en-US" id="par_id3150767" role="listitem" l10n="U">For 
the <item type="menuitem">Search for</item> term, enter: .<item 
type="literal">*</item>
 </paragraph>
-<paragraph xml-lang="en-US" id="par_id3153770" role="listitem" l10n="U" 
oldref="19">".*" is a regular expression that designates the contents of the 
current cell.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153770" role="listitem" l10n="U">".*" 
is a regular expression that designates the contents of the current 
cell.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3153143" role="listitem" l10n="U" 
oldref="20">Enter the following formula in the <item type="menuitem">Replace 
with</item> field: <item 
type="literal">=&amp;+STYLE(IF(CURRENT()&gt;3;"Red";"Green"))</item>
+<paragraph xml-lang="en-US" id="par_id3153143" role="listitem" l10n="U">Enter 
the following formula in the <item type="menuitem">Replace with</item> field: 
<item type="literal">=&amp;+STYLE(IF(CURRENT()&gt;3;"Red";"Green"))</item>
 </paragraph>
-<paragraph xml-lang="en-US" id="par_id3146975" role="listitem" l10n="U" 
oldref="21">The "&amp;" symbol designates the current contents of the 
<emph>Search for</emph> field. The line must begin with an equal sign, since it 
is a formula. It is assumed that the cell styles "Red" and "Green" already 
exist.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3146975" role="listitem" l10n="U">The 
"&amp;" symbol designates the current contents of the <emph>Search for</emph> 
field. The line must begin with an equal sign, since it is a formula. It is 
assumed that the cell styles "Red" and "Green" already exist.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3149262" role="listitem" l10n="U" 
oldref="22">Mark the fields <link href="text/shared/01/02100000.xhp" 
name="Regular expressions"><emph>Regular expressions</emph></link> and 
<emph>Current selection only</emph>. Click <emph>Find All</emph>.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3144767" role="listitem" l10n="U" 
oldref="24">All cells with contents that were included in the selection are now 
highlighted.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149262" role="listitem" l10n="U">Mark 
the fields <link href="text/shared/01/02100000.xhp" name="Regular 
expressions"><emph>Regular expressions</emph></link> and <emph>Current 
selection only</emph>. Click <emph>Find All</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3144767" role="listitem" l10n="U">All 
cells with contents that were included in the selection are now 
highlighted.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3147127" role="listitem" l10n="U" 
oldref="23">Click <item type="menuitem">Replace all</item>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3147127" role="listitem" l10n="U">Click 
<item type="menuitem">Replace all</item>.</paragraph>
 </listitem>
 </list>
 <section id="relatedtopics">
diff --git a/main/helpcontent2/source/text/shared/00/00000099.xhp 
b/main/helpcontent2/source/text/shared/00/00000099.xhp
index 92fdaa2dd3..0b6579b161 100644
--- a/main/helpcontent2/source/text/shared/00/00000099.xhp
+++ b/main/helpcontent2/source/text/shared/00/00000099.xhp
@@ -29,19 +29,19 @@
 </topic>
 </meta>
 <body>
-<paragraph role="heading" id="hd_id3147527" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><variable id="siehe">See also...
+<paragraph role="heading" id="hd_id3147527" xml-lang="en-US" level="1" 
l10n="U"><variable id="siehe">See also...
 </variable></paragraph>
 <switch select="appl">
 <case select="CALC">
-<paragraph role="paragraph" id="par_id3143206" xml-lang="en-US" l10n="U" 
oldref="71"><variable id="userszenarien"><link 
href="text/scalc/01/06050000.xhp" name="Tools Menu - Scenarios">Tools Menu - 
Scenarios</link>
+<paragraph role="paragraph" id="par_id3143206" xml-lang="en-US" 
l10n="U"><variable id="userszenarien"><link href="text/scalc/01/06050000.xhp" 
name="Tools Menu - Scenarios">Tools Menu - Scenarios</link>
 </variable></paragraph>
 </case>
 </switch>
 <section id="table">
-<paragraph role="paragraph" id="par_id3156069" xml-lang="en-US" l10n="U" 
oldref="83">On the help page for <link href="text/shared/guide/main.xhp" 
name="$[officename] general">$[officename] general</link> you can find 
instructions that are applicable to all modules, such as working with windows 
and menus, customizing $[officename], data sources, Gallery, and drag and 
drop.</paragraph>
-<paragraph role="paragraph" id="par_id3149662" xml-lang="en-US" l10n="U" 
oldref="84">If you want help with another module, switch to the help for that 
module with the combo box in the navigation area.</paragraph>
+<paragraph role="paragraph" id="par_id3156069" xml-lang="en-US" l10n="U">On 
the help page for <link href="text/shared/guide/main.xhp" name="$[officename] 
general">$[officename] general</link> you can find instructions that are 
applicable to all modules, such as working with windows and menus, customizing 
$[officename], data sources, Gallery, and drag and drop.</paragraph>
+<paragraph role="paragraph" id="par_id3149662" xml-lang="en-US" l10n="U">If 
you want help with another module, switch to the help for that module with the 
combo box in the navigation area.</paragraph>
 </section>
-<paragraph role="paragraph" id="par_id3154408" xml-lang="en-US" l10n="U" 
oldref="85"><variable id="winmanager">The availability of this function depends 
on your X Window Manager.
+<paragraph role="paragraph" id="par_id3154408" xml-lang="en-US" 
l10n="U"><variable id="winmanager">The availability of this function depends on 
your X Window Manager.
 </variable></paragraph>
 <bookmark xml-lang="en-US" branch="hid/.uno:HelperDialog" id="bm_id562099" 
localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/.uno:HelperDialog" id="bm_id3153681" 
localize="false"/>
diff --git 
a/main/helpcontent2/source/text/shared/explorer/database/11170000.xhp 
b/main/helpcontent2/source/text/shared/explorer/database/11170000.xhp
index 5d647969d4..f48a1dcf7d 100644
--- a/main/helpcontent2/source/text/shared/explorer/database/11170000.xhp
+++ b/main/helpcontent2/source/text/shared/explorer/database/11170000.xhp
@@ -30,26 +30,26 @@
 </meta>
 <body>
 <section id="serveradmin">
-<paragraph role="heading" id="hd_id3150445" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/shared/explorer/database/11170000.xhp" 
name="Adabas D Statistics">Adabas D Statistics</link></paragraph>
-<paragraph role="paragraph" id="par_id3157898" xml-lang="en-US" l10n="U" 
oldref="2"><ahelp hid=".">Specifies the access options for the Adabas 
database.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3150445" xml-lang="en-US" level="1" 
l10n="U"><link href="text/shared/explorer/database/11170000.xhp" name="Adabas D 
Statistics">Adabas D Statistics</link></paragraph>
+<paragraph role="paragraph" id="par_id3157898" xml-lang="en-US" 
l10n="U"><ahelp hid=".">Specifies the access options for the Adabas 
database.</ahelp></paragraph>
 </section>
 <!-- removed HID DBACCESS_NUMERICFIELD_TAB_PAG_ADABAS_SETTINGS_NF_CACHE_SIZE 
-->
-<paragraph role="heading" id="hd_id3153750" xml-lang="en-US" level="2" 
l10n="U" oldref="4">Data Buffer Size</paragraph>
-<paragraph role="paragraph" id="par_id3155892" xml-lang="en-US" l10n="U" 
oldref="5"><ahelp 
hid="DBACCESS_NUMERICFIELD_TAB_PAG_ADABAS_SETTINGS_NF_CACHE_SIZE">Enter the 
size of the data buffer for the database.</ahelp> The setting takes effect 
after you restart the database.</paragraph>
+<paragraph role="heading" id="hd_id3153750" xml-lang="en-US" level="2" 
l10n="U">Data Buffer Size</paragraph>
+<paragraph role="paragraph" id="par_id3155892" xml-lang="en-US" 
l10n="U"><ahelp 
hid="DBACCESS_NUMERICFIELD_TAB_PAG_ADABAS_SETTINGS_NF_CACHE_SIZE">Enter the 
size of the data buffer for the database.</ahelp> The setting takes effect 
after you restart the database.</paragraph>
 <!-- removed HID 
DBACCESS_NUMERICFIELD_TAB_PAG_ADABAS_SETTINGS_NF_DATA_INCREMENT -->
-<paragraph role="heading" id="hd_id3149095" xml-lang="en-US" level="2" 
l10n="U" oldref="6">Increment size</paragraph>
-<paragraph role="paragraph" id="par_id3149177" xml-lang="en-US" l10n="U" 
oldref="7"><ahelp 
hid="DBACCESS_NUMERICFIELD_TAB_PAG_ADABAS_SETTINGS_NF_DATA_INCREMENT">Enter the 
size by which you want to automatically increment the database. The maximum 
increment size is 100 MB.</ahelp> The setting takes effect after you restart 
the database.</paragraph>
+<paragraph role="heading" id="hd_id3149095" xml-lang="en-US" level="2" 
l10n="U">Increment size</paragraph>
+<paragraph role="paragraph" id="par_id3149177" xml-lang="en-US" 
l10n="U"><ahelp 
hid="DBACCESS_NUMERICFIELD_TAB_PAG_ADABAS_SETTINGS_NF_DATA_INCREMENT">Enter the 
size by which you want to automatically increment the database. The maximum 
increment size is 100 MB.</ahelp> The setting takes effect after you restart 
the database.</paragraph>
 <!-- removed HID DBACCESS_EDIT_TAB_PAG_ADABAS_SETTINGS_ET_CTRLUSERNAME -->
-<paragraph role="heading" id="hd_id3156346" xml-lang="en-US" level="2" 
l10n="U" oldref="8">Control User Name</paragraph>
-<paragraph role="paragraph" id="par_id3150355" xml-lang="en-US" l10n="U" 
oldref="9"><ahelp 
hid="DBACCESS_EDIT_TAB_PAG_ADABAS_SETTINGS_ET_CTRLUSERNAME">Enter the name of a 
user that you want to give limited control to modify some parameters of the 
database.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3156346" xml-lang="en-US" level="2" 
l10n="U">Control User Name</paragraph>
+<paragraph role="paragraph" id="par_id3150355" xml-lang="en-US" 
l10n="U"><ahelp 
hid="DBACCESS_EDIT_TAB_PAG_ADABAS_SETTINGS_ET_CTRLUSERNAME">Enter the name of a 
user that you want to give limited control to modify some parameters of the 
database.</ahelp></paragraph>
 <!-- removed HID DBACCESS_EDIT_TAB_PAG_ADABAS_SETTINGS_ET_CTRLPASSWORD -->
-<paragraph role="heading" id="hd_id3153146" xml-lang="en-US" level="2" 
l10n="U" oldref="10">Control Password</paragraph>
-<paragraph role="paragraph" id="par_id3153821" xml-lang="en-US" l10n="U" 
oldref="11"><ahelp 
hid="DBACCESS_EDIT_TAB_PAG_ADABAS_SETTINGS_ET_CTRLPASSWORD">Enter the password 
of the Control User.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3153146" xml-lang="en-US" level="2" 
l10n="U">Control Password</paragraph>
+<paragraph role="paragraph" id="par_id3153821" xml-lang="en-US" 
l10n="U"><ahelp 
hid="DBACCESS_EDIT_TAB_PAG_ADABAS_SETTINGS_ET_CTRLPASSWORD">Enter the password 
of the Control User.</ahelp></paragraph>
 <!-- removed HID DBACCESS_CHECKBOX_TAB_PAG_ADABAS_SETTINGS_CB_SHUTDB -->
-<paragraph role="heading" id="hd_id3149235" xml-lang="en-US" level="2" 
l10n="U" oldref="12">Shut down the service when closing 
$[officename]</paragraph>
-<paragraph role="paragraph" id="par_id3153254" xml-lang="en-US" l10n="U" 
oldref="13"><ahelp 
hid="DBACCESS_CHECKBOX_TAB_PAG_ADABAS_SETTINGS_CB_SHUTDB">Exits the Adabas 
database server when you exit $[officename].</ahelp> This option is only 
available if you start the database server from $[officename] with a control 
user and password.</paragraph>
+<paragraph role="heading" id="hd_id3149235" xml-lang="en-US" level="2" 
l10n="U">Shut down the service when closing $[officename]</paragraph>
+<paragraph role="paragraph" id="par_id3153254" xml-lang="en-US" 
l10n="U"><ahelp hid="DBACCESS_CHECKBOX_TAB_PAG_ADABAS_SETTINGS_CB_SHUTDB">Exits 
the Adabas database server when you exit $[officename].</ahelp> This option is 
only available if you start the database server from $[officename] with a 
control user and password.</paragraph>
 <!-- removed HID DBACCESS_PUSHBUTTON_TAB_PAG_ADABAS_SETTINGS_PB_STAT -->
-<paragraph role="heading" id="hd_id3146948" xml-lang="en-US" level="2" 
l10n="U" oldref="14">Extended</paragraph>
-<paragraph role="paragraph" id="par_id3156002" xml-lang="en-US" l10n="U" 
oldref="15"><ahelp 
hid="DBACCESS_PUSHBUTTON_TAB_PAG_ADABAS_SETTINGS_PB_STAT">Opens the <link 
href="text/shared/explorer/database/11170100.xhp" name="Database 
Statistics">Database Statistics</link> dialog, where you can view statistics 
about the Adabas database.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3146948" xml-lang="en-US" level="2" 
l10n="U">Extended</paragraph>
+<paragraph role="paragraph" id="par_id3156002" xml-lang="en-US" 
l10n="U"><ahelp hid="DBACCESS_PUSHBUTTON_TAB_PAG_ADABAS_SETTINGS_PB_STAT">Opens 
the <link href="text/shared/explorer/database/11170100.xhp" name="Database 
Statistics">Database Statistics</link> dialog, where you can view statistics 
about the Adabas database.</ahelp></paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/shared/guide/configure_overview.xhp 
b/main/helpcontent2/source/text/shared/guide/configure_overview.xhp
index 6f16e511cf..65f8725130 100644
--- a/main/helpcontent2/source/text/shared/guide/configure_overview.xhp
+++ b/main/helpcontent2/source/text/shared/guide/configure_overview.xhp
@@ -33,42 +33,42 @@
 <bookmark_value>configuring; $[officename]</bookmark_value>
 <bookmark_value>customizing; $[officename]</bookmark_value>
 </bookmark>
-<paragraph role="heading" id="hd_id3152801" xml-lang="en-US" level="1" 
l10n="U" oldref="44"><variable id="configure_overview"><link 
href="text/shared/guide/configure_overview.xhp" name="Configuring 
$[officename]">Configuring $[officename]</link>
+<paragraph role="heading" id="hd_id3152801" xml-lang="en-US" level="1" 
l10n="U"><variable id="configure_overview"><link 
href="text/shared/guide/configure_overview.xhp" name="Configuring 
$[officename]">Configuring $[officename]</link>
 </variable></paragraph>
 <section id="conftext">
-<paragraph role="paragraph" id="par_id3153345" xml-lang="en-US" l10n="U" 
oldref="43">You can customize your $[officename] to suit your needs.</paragraph>
-<paragraph role="paragraph" id="par_id3155421" xml-lang="en-US" l10n="CHG" 
oldref="49">Use <link href="text/shared/01/06140000.xhp" name="Tools - 
Customize"><emph>Tools - Customize</emph></link> to open the 
<emph>Customize</emph> dialog to change toolbars, menus and other user 
interface items.</paragraph>
+<paragraph role="paragraph" id="par_id3153345" xml-lang="en-US" l10n="U">You 
can customize your $[officename] to suit your needs.</paragraph>
+<paragraph role="paragraph" id="par_id3155421" xml-lang="en-US" l10n="CHG">Use 
<link href="text/shared/01/06140000.xhp" name="Tools - Customize"><emph>Tools - 
Customize</emph></link> to open the <emph>Customize</emph> dialog to change 
toolbars, menus and other user interface items.</paragraph>
 <list type="unordered">
 <listitem>
-<paragraph role="listitem" id="par_id3145071" xml-lang="en-US" l10n="U" 
oldref="46">You are free to change the items on the menu bar. You can delete 
items, add new ones, copy items from one menu to another, rename them, and so 
on.</paragraph>
+<paragraph role="listitem" id="par_id3145071" xml-lang="en-US" l10n="U">You 
are free to change the items on the menu bar. You can delete items, add new 
ones, copy items from one menu to another, rename them, and so on.</paragraph>
 </listitem>
 <listitem>
-<paragraph role="listitem" id="par_id3149811" xml-lang="en-US" l10n="CHG" 
oldref="47">The toolbars may be freely configured.</paragraph>
+<paragraph role="listitem" id="par_id3149811" xml-lang="en-US" l10n="CHG">The 
toolbars may be freely configured.</paragraph>
 </listitem>
 <listitem>
-<paragraph role="listitem" id="par_id3150443" xml-lang="en-US" l10n="CHG" 
oldref="48">You can change the shortcut keys.</paragraph>
+<paragraph role="listitem" id="par_id3150443" xml-lang="en-US" l10n="CHG">You 
can change the shortcut keys.</paragraph>
 </listitem>
 </list>
 </section>
 <br/>
 <section id="optionstext">
-<paragraph role="paragraph" id="opt3153345" xml-lang="en-US" l10n="U" 
oldref="43">You can change default settings of $[officename] to suit your 
needs.</paragraph>
-<paragraph role="paragraph" id="optid3155421" xml-lang="en-US" l10n="CHG" 
oldref="49">Use <link href="text/shared/optionen/01000000.xhp" name="Tools - 
Options"><emph>Tools - Options</emph></link> to open the <emph>Options</emph> 
dialog to change a variety of settings you will use in $[officename] modules. 
Items presented in the <emph>Tools - Options</emph> menu will change depending 
on the module you are using.</paragraph>
+<paragraph role="paragraph" id="opt3153345" xml-lang="en-US" l10n="U">You can 
change default settings of $[officename] to suit your needs.</paragraph>
+<paragraph role="paragraph" id="optid3155421" xml-lang="en-US" l10n="CHG">Use 
<link href="text/shared/optionen/01000000.xhp" name="Tools - 
Options"><emph>Tools - Options</emph></link> to open the <emph>Options</emph> 
dialog to change a variety of settings you will use in $[officename] modules. 
Items presented in the <emph>Tools - Options</emph> menu will change depending 
on the module you are using.</paragraph>
 <list type="unordered">
 <listitem>
-<paragraph role="listitem" id="opt3145071" xml-lang="en-US" l10n="U" 
oldref="46">In <link href="text/shared/guide/language_select.xhp"><emph>Tools - 
Options - Language Settings</emph></link>, you will find options for your 
default language and currency setting.</paragraph>
+<paragraph role="listitem" id="opt3145071" xml-lang="en-US" l10n="U">In <link 
href="text/shared/guide/language_select.xhp"><emph>Tools - Options - Language 
Settings</emph></link>, you will find options for your default language and 
currency setting.</paragraph>
 </listitem>
 <listitem>
-<paragraph role="listitem" id="opt3149811" xml-lang="en-US" l10n="CHG" 
oldref="47">In <link href="text/shared/optionen/01040000.xhp"><emph>Tools - 
Options - $[officename] Writer - Basic Fonts</emph></link>, you will find 
default font settings. Change these to suit your preferences. Fonts can easily 
be changed on per document basis.</paragraph>
+<paragraph role="listitem" id="opt3149811" xml-lang="en-US" l10n="CHG">In 
<link href="text/shared/optionen/01040000.xhp"><emph>Tools - Options - 
$[officename] Writer - Basic Fonts</emph></link>, you will find default font 
settings. Change these to suit your preferences. Fonts can easily be changed on 
per document basis.</paragraph>
 </listitem>
 <listitem>
-<paragraph role="listitem" id="opt3150443" xml-lang="en-US" l10n="CHG" 
oldref="48"><link href="text/shared/optionen/01010900.xhp"><emph>Tools - 
Options - Print</emph></link> contains a number of print customizations that 
may be useful for your particular needs.</paragraph>
+<paragraph role="listitem" id="opt3150443" xml-lang="en-US" l10n="CHG"><link 
href="text/shared/optionen/01010900.xhp"><emph>Tools - Options - 
Print</emph></link> contains a number of print customizations that may be 
useful for your particular needs.</paragraph>
 </listitem>
 </list>
 </section>
 <section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3155388" xml-lang="en-US" l10n="U" 
oldref="45"><link href="text/shared/01/06140000.xhp" name="Tools - 
Customize">Tools - Customize</link></paragraph>
-<paragraph role="paragraph" id="opt3155388" xml-lang="en-US" l10n="U" 
oldref="45"><link href="text/shared/optionen/01000000.xhp" name="Tools - 
Options">Tools - Options</link></paragraph>
+<paragraph role="paragraph" id="par_id3155388" xml-lang="en-US" l10n="U"><link 
href="text/shared/01/06140000.xhp" name="Tools - Customize">Tools - 
Customize</link></paragraph>
+<paragraph role="paragraph" id="opt3155388" xml-lang="en-US" l10n="U"><link 
href="text/shared/optionen/01000000.xhp" name="Tools - Options">Tools - 
Options</link></paragraph>
 </section>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/shared/guide/measurement_units.xhp 
b/main/helpcontent2/source/text/shared/guide/measurement_units.xhp
index 520850b741..602d2cb7a0 100644
--- a/main/helpcontent2/source/text/shared/guide/measurement_units.xhp
+++ b/main/helpcontent2/source/text/shared/guide/measurement_units.xhp
@@ -40,27 +40,27 @@
 </bookmark>
 <paragraph role="heading" id="hd_id3159201" xml-lang="en-US" level="1" 
l10n="C"><variable id="measurement_units"><link 
href="text/shared/guide/measurement_units.xhp" name="Selecting Measurement 
Units">Selecting Measurement Units</link>
 </variable></paragraph>
-<paragraph role="paragraph" id="par_id3146957" xml-lang="en-US" l10n="U" 
oldref="2">You can select separate measurement units for $[officename] Writer, 
$[officename] Writer/Web, $[officename] Calc, $[officename] Impress and 
$[officename] Draw documents.</paragraph>
+<paragraph role="paragraph" id="par_id3146957" xml-lang="en-US" l10n="U">You 
can select separate measurement units for $[officename] Writer, $[officename] 
Writer/Web, $[officename] Calc, $[officename] Impress and $[officename] Draw 
documents.</paragraph>
 <list type="ordered">
 <listitem>
 <paragraph role="listitem" id="par_idN10674" xml-lang="en-US" l10n="NEW">Open 
a document of the type for which you want to change the measurement 
units.</paragraph>
 </listitem>
 <listitem>
-<paragraph role="listitem" id="par_id3153345" xml-lang="en-US" l10n="U" 
oldref="3">Choose <emph><switchinline select="sys"><caseinline 
select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - 
Options</defaultinline></switchinline></emph>.</paragraph>
+<paragraph role="listitem" id="par_id3153345" xml-lang="en-US" l10n="U">Choose 
<emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - 
Preferences</caseinline><defaultinline>Tools - 
Options</defaultinline></switchinline></emph>.</paragraph>
 </listitem>
 <listitem>
-<paragraph role="listitem" id="par_id3154749" xml-lang="en-US" l10n="CHG" 
oldref="4">In the left pane of the dialog, double-click the application for 
which you want to select the measurement unit.</paragraph>
-<paragraph role="listitem" id="par_id3147653" xml-lang="en-US" l10n="CHG" 
oldref="5">Double-click <emph>%PRODUCTNAME Writer</emph> if you want to select 
the measurement units for text documents.</paragraph>
+<paragraph role="listitem" id="par_id3154749" xml-lang="en-US" l10n="CHG">In 
the left pane of the dialog, double-click the application for which you want to 
select the measurement unit.</paragraph>
+<paragraph role="listitem" id="par_id3147653" xml-lang="en-US" 
l10n="CHG">Double-click <emph>%PRODUCTNAME Writer</emph> if you want to select 
the measurement units for text documents.</paragraph>
 </listitem>
 <listitem>
-<paragraph role="listitem" id="par_id3150443" xml-lang="en-US" l10n="U" 
oldref="6">Click on <emph>General</emph>.</paragraph>
+<paragraph role="listitem" id="par_id3150443" xml-lang="en-US" l10n="U">Click 
on <emph>General</emph>.</paragraph>
 </listitem>
 <listitem>
-<paragraph role="listitem" id="par_id3147335" xml-lang="en-US" l10n="CHG" 
oldref="7">On the <emph>General</emph> tab page, select the measurement unit. 
Close the dialog with <emph>OK</emph>.</paragraph>
+<paragraph role="listitem" id="par_id3147335" xml-lang="en-US" l10n="CHG">On 
the <emph>General</emph> tab page, select the measurement unit. Close the 
dialog with <emph>OK</emph>.</paragraph>
 </listitem>
 </list>
 <embed href="text/shared/00/00000004.xhp#related"/>
-<paragraph role="paragraph" id="par_id3153126" xml-lang="en-US" l10n="CHG" 
oldref="8"><link href="text/shared/00/00000003.xhp" name="Entering measurement 
units directly">Entering measurement units directly</link></paragraph>
-<paragraph role="paragraph" id="par_id3148473" xml-lang="en-US" l10n="U" 
oldref="9"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - 
Preferences</caseinline><defaultinline>Tools - 
Options</defaultinline></switchinline> - <link 
href="text/shared/optionen/01040200.xhp" name="Writer - General">%PRODUCTNAME 
Writer - General</link></paragraph>
+<paragraph role="paragraph" id="par_id3153126" xml-lang="en-US" 
l10n="CHG"><link href="text/shared/00/00000003.xhp" name="Entering measurement 
units directly">Entering measurement units directly</link></paragraph>
+<paragraph role="paragraph" id="par_id3148473" xml-lang="en-US" 
l10n="U"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - 
Preferences</caseinline><defaultinline>Tools - 
Options</defaultinline></switchinline> - <link 
href="text/shared/optionen/01040200.xhp" name="Writer - General">%PRODUCTNAME 
Writer - General</link></paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/shared/guide/textmode_change.xhp 
b/main/helpcontent2/source/text/shared/guide/textmode_change.xhp
index 42122e45b9..16b27b2d7e 100644
--- a/main/helpcontent2/source/text/shared/guide/textmode_change.xhp
+++ b/main/helpcontent2/source/text/shared/guide/textmode_change.xhp
@@ -34,32 +34,28 @@
 <bookmark_value>overwrite mode</bookmark_value>
 <bookmark_value>insert mode for entering text</bookmark_value>
 </bookmark>
-<paragraph role="heading" id="hd_id3159233" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><variable id="textmode_change"><link 
href="text/shared/guide/textmode_change.xhp" name="Switching Between Insert 
Mode and Overwrite Mode">Switching Between Insert Mode and Overwrite Mode</link>
+<paragraph role="heading" id="hd_id3159233" xml-lang="en-US" level="1" 
l10n="U"><variable id="textmode_change"><link 
href="text/shared/guide/textmode_change.xhp" name="Switching Between Insert 
Mode and Overwrite Mode">Switching Between Insert Mode and Overwrite Mode</link>
 </variable></paragraph>
-<paragraph role="heading" id="hd_id3149811" xml-lang="en-US" level="2" 
l10n="U" oldref="2">With the keyboard:</paragraph>
-<paragraph role="paragraph" id="par_id3153031" xml-lang="en-US" l10n="U" 
oldref="3">Press Insert to toggle between overwrite mode and insert mode. The 
current mode is displayed on the Status Bar.<switchinline 
select="appl"><caseinline select="CALC"> The text cursor must be enabled in the 
cell or in the input line. 
+<paragraph role="heading" id="hd_id3149811" xml-lang="en-US" level="2" 
l10n="U">With the keyboard:</paragraph>
+<paragraph role="paragraph" id="par_id3153031" xml-lang="en-US" l10n="U">Press 
Insert to toggle between overwrite mode and insert mode. The current mode is 
displayed on the Status Bar.<switchinline select="appl"><caseinline 
select="CALC"> The text cursor must be enabled in the cell or in the input 
line. 
 </caseinline></switchinline></paragraph>
-<paragraph role="heading" id="hd_id3152349" xml-lang="en-US" level="2" 
l10n="U" oldref="4">With the mouse:</paragraph>
-<paragraph role="paragraph" id="par_id3159157" xml-lang="en-US" l10n="U" 
oldref="5">On the Status Bar, click on the area indicating the current mode in 
order to switch to the other mode:</paragraph>
+<paragraph role="heading" id="hd_id3152349" xml-lang="en-US" level="2" 
l10n="U">With the mouse:</paragraph>
+<paragraph role="paragraph" id="par_id3159157" xml-lang="en-US" l10n="U">On 
the Status Bar, click on the area indicating the current mode in order to 
switch to the other mode:</paragraph>
 <list type="unordered">
 <listitem>
-<paragraph role="listitem" id="par_id3145673" xml-lang="en-US" l10n="U" 
oldref="6">
-<emph>INSRT</emph>
-</paragraph>
-<paragraph role="listitem" id="par_id3154307" xml-lang="en-US" l10n="U" 
oldref="7">Insert mode is enabled. <switchinline select="appl"><caseinline 
select="WRITER">The text cursor is a blinking vertical line. 
+<paragraph role="listitem" id="par_id3145673" xml-lang="en-US" 
l10n="U"><emph>INSRT</emph></paragraph>
+<paragraph role="listitem" id="par_id3154307" xml-lang="en-US" l10n="U">Insert 
mode is enabled. <switchinline select="appl"><caseinline select="WRITER">The 
text cursor is a blinking vertical line. 
 </caseinline></switchinline>Click on the area to enable the overwrite 
mode.</paragraph>
 </listitem>
 </list>
 <list type="unordered">
 <listitem>
-<paragraph role="listitem" id="par_id3150984" xml-lang="en-US" l10n="U" 
oldref="8">
-<emph>OVER</emph>
-</paragraph>
-<paragraph role="listitem" id="par_id3148491" xml-lang="en-US" l10n="U" 
oldref="9">The overwrite mode is enabled. <switchinline 
select="appl"><caseinline select="WRITER">The text cursor is a blinking block. 
+<paragraph role="listitem" id="par_id3150984" xml-lang="en-US" 
l10n="U"><emph>OVER</emph></paragraph>
+<paragraph role="listitem" id="par_id3148491" xml-lang="en-US" l10n="U">The 
overwrite mode is enabled. <switchinline select="appl"><caseinline 
select="WRITER">The text cursor is a blinking block. 
 </caseinline></switchinline>Click on the area to enable insert 
mode.</paragraph>
 </listitem>
 </list>
 <embed href="text/shared/00/00000004.xhp#related"/>
-<paragraph role="paragraph" id="par_id3154346" xml-lang="en-US" l10n="U" 
oldref="10"><link href="text/shared/04/01010000.xhp" name="Keyboard 
commands">Keyboard commands</link></paragraph>
+<paragraph role="paragraph" id="par_id3154346" xml-lang="en-US" l10n="U"><link 
href="text/shared/04/01010000.xhp" name="Keyboard commands">Keyboard 
commands</link></paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/swriter/guide/calculate_intext2.xhp 
b/main/helpcontent2/source/text/swriter/guide/calculate_intext2.xhp
index 655fc5555f..1dbed7fad0 100644
--- a/main/helpcontent2/source/text/swriter/guide/calculate_intext2.xhp
+++ b/main/helpcontent2/source/text/swriter/guide/calculate_intext2.xhp
@@ -33,31 +33,30 @@
 <bookmark_value>calculating;in text tables</bookmark_value>
 <bookmark_value>tables; performing calculations in</bookmark_value>
 </bookmark><comment>MW reduced "text tables;" to "tables;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3153899" role="heading" level="1" l10n="U"
-oldref="49"><variable id="calculate_intext2"><link 
href="text/swriter/guide/calculate_intext2.xhp" name="Displaying the Result of 
a Table Calculation in a Different Table">Displaying the Result of a Table 
Calculation in a Different Table</link>
+<paragraph xml-lang="en-US" id="hd_id3153899" role="heading" level="1" 
l10n="U"><variable id="calculate_intext2"><link 
href="text/swriter/guide/calculate_intext2.xhp" name="Displaying the Result of 
a Table Calculation in a Different Table">Displaying the Result of a Table 
Calculation in a Different Table</link>
 </variable></paragraph>
-<paragraph xml-lang="en-US" id="par_id3154250" role="paragraph" l10n="U" 
oldref="6">You can perform a calculation on cells in one table and display the 
result in a different table.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154250" role="paragraph" l10n="U">You 
can perform a calculation on cells in one table and display the result in a 
different table.</paragraph>
 <list type="ordered">
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3150508" role="listitem" l10n="U" 
oldref="26">Open a text document, insert a table with multiple columns and 
rows, and then insert another table consisting of one cell.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150508" role="listitem" l10n="U">Open a 
text document, insert a table with multiple columns and rows, and then insert 
another table consisting of one cell.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3150528" role="listitem" l10n="U" 
oldref="50">Enter numbers into some of the cells of the large table.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150528" role="listitem" l10n="U">Enter 
numbers into some of the cells of the large table.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3155532" role="listitem" l10n="U" 
oldref="29">Place the cursor in the table with the single cell, and then press 
F2.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155532" role="listitem" l10n="U">Place 
the cursor in the table with the single cell, and then press F2.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3155551" role="listitem" l10n="U" 
oldref="30">In the <item type="menuitem">Formula Bar</item>, enter the function 
that you want to perform, for example, <item 
type="literal">=SUM</item>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155551" role="listitem" l10n="U">In the 
<item type="menuitem">Formula Bar</item>, enter the function that you want to 
perform, for example, <item type="literal">=SUM</item>.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3155577" role="listitem" l10n="U" 
oldref="31">Click in a cell in the larger table that contains a number, press 
the plus sign (+), and then click in a different cell containing a 
number.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155577" role="listitem" l10n="U">Click 
in a cell in the larger table that contains a number, press the plus sign (+), 
and then click in a different cell containing a number.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3155598" role="listitem" l10n="U" 
oldref="32">Press <emph>Enter</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155598" role="listitem" l10n="U">Press 
<emph>Enter</emph>.</paragraph>
 </listitem>
 </list>
-<paragraph xml-lang="en-US" id="par_id3147776" role="note" l10n="CHG" 
oldref="51">If you want, you can format the table to behave as normal text. 
Insert the table into a frame, and then anchor the frame as a character. The 
frame remains anchored to the adjacent text when you insert or delete 
text.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3147776" role="note" l10n="CHG">If you 
want, you can format the table to behave as normal text. Insert the table into 
a frame, and then anchor the frame as a character. The frame remains anchored 
to the adjacent text when you insert or delete text.</paragraph>
 <embed href="text/shared/00/00000004.xhp#related"/>
 <embed href="text/swriter/guide/calculate_intext.xhp#calculate_intext"/>
 <embed href="text/swriter/main0214.xhp#releistename"/>
diff --git a/main/helpcontent2/source/text/swriter/guide/sections.xhp 
b/main/helpcontent2/source/text/swriter/guide/sections.xhp
index f6a7389d92..5a603218c1 100644
--- a/main/helpcontent2/source/text/swriter/guide/sections.xhp
+++ b/main/helpcontent2/source/text/swriter/guide/sections.xhp
@@ -36,32 +36,30 @@
 <bookmark_value>text columns</bookmark_value>
 <bookmark_value>sections; columns in/use of</bookmark_value>
 </bookmark><comment>mw changed a typo in "multicolumn"</comment><comment>mw 
deleted "sections;using" and changed "section;columns in"</comment>
-<paragraph xml-lang="en-US" id="hd_id3149832" role="heading" level="1" l10n="U"
-oldref="40"><variable id="sections"><link 
href="text/swriter/guide/sections.xhp" name="Using Sections">Using 
Sections</link>
+<paragraph xml-lang="en-US" id="hd_id3149832" role="heading" level="1" 
l10n="U"><variable id="sections"><link href="text/swriter/guide/sections.xhp" 
name="Using Sections">Using Sections</link>
 </variable></paragraph>
-<paragraph xml-lang="en-US" id="par_id3153128" role="paragraph" l10n="U" 
oldref="2">Sections are named blocks of text, including graphics or objects, 
that you can use in a number of ways:</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153128" role="paragraph" 
l10n="U">Sections are named blocks of text, including graphics or objects, that 
you can use in a number of ways:</paragraph>
 <list type="unordered">
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3149284" role="listitem" l10n="U" 
oldref="5">To prevent text from being edited.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149284" role="listitem" l10n="U">To 
prevent text from being edited.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3149630" role="listitem" l10n="U" 
oldref="4">To show or hide text.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149630" role="listitem" l10n="U">To 
show or hide text.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3149647" role="listitem" l10n="U" 
oldref="20">To reuse text and graphics from other $[officename] 
documents.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149647" role="listitem" l10n="U">To 
reuse text and graphics from other $[officename] documents.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3149612" role="listitem" l10n="U" 
oldref="38">To insert sections of text that uses a different column layout than 
the current page style.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149612" role="listitem" l10n="U">To 
insert sections of text that uses a different column layout than the current 
page style.</paragraph>
 </listitem>
 </list>
-<paragraph xml-lang="en-US" id="par_id3149855" role="paragraph" l10n="U" 
oldref="7">A section contains at least one paragraph. When you select a text 
and create a section, a paragraph break is automatically inserted at the end of 
the text.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3149872" role="paragraph" l10n="U" 
oldref="8">You can insert sections from a text document, or an entire text 
document as a section into another text document. You can also insert sections 
from a text document as links in another text document, or in the same 
document.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3153367" role="note" l10n="U" 
oldref="39">To insert a new paragraph immediately before or after a section, 
click in front or behind the section, and then press <switchinline 
select="sys"><caseinline select="MAC">Option 
+<paragraph xml-lang="en-US" id="par_id3149855" role="paragraph" l10n="U">A 
section contains at least one paragraph. When you select a text and create a 
section, a paragraph break is automatically inserted at the end of the 
text.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149872" role="paragraph" l10n="U">You 
can insert sections from a text document, or an entire text document as a 
section into another text document. You can also insert sections from a text 
document as links in another text document, or in the same document.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153367" role="note" l10n="U">To insert 
a new paragraph immediately before or after a section, click in front or behind 
the section, and then press <switchinline select="sys"><caseinline 
select="MAC">Option 
 
</caseinline><defaultinline>Alt</defaultinline></switchinline>+Enter.</paragraph>
-<paragraph xml-lang="en-US" id="hd_id3154242" role="heading" level="2" l10n="U"
-oldref="44">Sections and Columns</paragraph>
-<paragraph xml-lang="en-US" id="par_id3154255" role="paragraph" l10n="U" 
oldref="41">You can insert sections into an existing section. For example, you 
can insert a section containing two columns into a section that contains one 
column.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3154845" role="paragraph" l10n="U" 
oldref="42">A section layout, for example on the number of columns, has 
priority over the page layout defined in a page style.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3154242" role="heading" level="2" 
l10n="U">Sections and Columns</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154255" role="paragraph" l10n="U">You 
can insert sections into an existing section. For example, you can insert a 
section containing two columns into a section that contains one 
column.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154845" role="paragraph" l10n="U">A 
section layout, for example on the number of columns, has priority over the 
page layout defined in a page style.</paragraph>
 <section id="relatedtopics">
 <embed href="text/swriter/guide/section_insert.xhp#section_insert"/>
 <embed href="text/swriter/guide/section_edit.xhp#section_edit"/>
diff --git a/main/helpcontent2/source/text/swriter/guide/text_capital.xhp 
b/main/helpcontent2/source/text/swriter/guide/text_capital.xhp
index 87883e8811..7c5a7403da 100644
--- a/main/helpcontent2/source/text/swriter/guide/text_capital.xhp
+++ b/main/helpcontent2/source/text/swriter/guide/text_capital.xhp
@@ -39,29 +39,28 @@
 <bookmark_value>initial capitals in titles</bookmark_value>
 <bookmark_value>small capitals (guide)</bookmark_value>
 </bookmark><comment>MW added "small capitals"</comment>
-<paragraph xml-lang="en-US" id="hd_id3155182" role="heading" level="1" 
l10n="U" oldref="1"><variable id="text_capital"><link 
href="text/swriter/guide/text_capital.xhp" name="Changing the Case of 
Text">Changing the Case of Text</link>
+<paragraph xml-lang="en-US" id="hd_id3155182" role="heading" level="1" 
l10n="U"><variable id="text_capital"><link 
href="text/swriter/guide/text_capital.xhp" name="Changing the Case of 
Text">Changing the Case of Text</link>
 </variable></paragraph>
-<paragraph xml-lang="en-US" id="par_id3155916" role="paragraph" l10n="U" 
oldref="2">You can change the case of text, format text with small capitals, or 
capitalize the first letter of each word in a selection.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155916" role="paragraph" l10n="U">You 
can change the case of text, format text with small capitals, or capitalize the 
first letter of each word in a selection.</paragraph>
 <paragraph xml-lang="en-US" id="par_idN10728" role="note" l10n="NEW">When you 
apply a formatting to your text by <emph>Format - Character</emph>, the text 
stays the same, it is only displayed in another way. On the other hand, when 
you choose <emph>Format - Change Case</emph>, the text is permanently 
changed.</paragraph>
-<paragraph xml-lang="en-US" id="hd_id3155861" role="heading" level="2" 
l10n="U" oldref="8">To Capitalize Text</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3155861" role="heading" level="2" 
l10n="U">To Capitalize Text</paragraph>
 <list type="ordered">
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3147420" role="listitem" l10n="U" 
oldref="9">Select the text that you want to capitalize.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3147420" role="listitem" l10n="U">Select 
the text that you want to capitalize.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3149841" role="listitem" l10n="U" 
oldref="10">Do one of the following:</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149841" role="listitem" l10n="U">Do one 
of the following:</paragraph>
 <paragraph xml-lang="en-US" id="par_id1120200910485778" role="listitem" 
l10n="NEW">Choose <item type="menuitem">Format - Change Case - 
Uppercase</item>.</paragraph>
 <paragraph xml-lang="en-US" id="par_id1120200910485775" role="listitem" 
l10n="NEW">Choose <item type="menuitem">Format - Character</item>, click the 
Font Effects tab, then select the type of capitalization in the Effects box. 
"Capitals" capitalizes all letters. "Title" capitalizes the first letter of 
each word. "Small capitals" capitalizes all letters, but in a reduced font 
size.</paragraph>
 </listitem>
 </list>
-<paragraph xml-lang="en-US" id="hd_id3149644" role="heading" level="2" l10n="U"
-oldref="11">To Change Text to Lowercase</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3149644" role="heading" level="2" 
l10n="U">To Change Text to Lowercase</paragraph>
 <list type="ordered">
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3149964" role="listitem" l10n="U" 
oldref="12">Select the text that you want to change to lowercase.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149964" role="listitem" l10n="U">Select 
the text that you want to change to lowercase.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3149606" role="listitem" l10n="U" 
oldref="13">Do one of the following:</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149606" role="listitem" l10n="U">Do one 
of the following:</paragraph>
 <paragraph xml-lang="en-US" id="par_id112020091049000" role="listitem" 
l10n="NEW">Choose <item type="menuitem">Format - Change Case - 
Lowercase</item>.</paragraph>
 <paragraph xml-lang="en-US" id="par_id1120200910490034" role="listitem" 
l10n="NEW">Choose <item type="menuitem">Format - Character</item>, click the 
Font Effects tab, then select "Lowercase" in the Effects box.</paragraph>
 </listitem>
diff --git a/main/helpcontent2/source/text/swriter/guide/using_thesaurus.xhp 
b/main/helpcontent2/source/text/swriter/guide/using_thesaurus.xhp
index 5857d3587a..fa3672322d 100644
--- a/main/helpcontent2/source/text/swriter/guide/using_thesaurus.xhp
+++ b/main/helpcontent2/source/text/swriter/guide/using_thesaurus.xhp
@@ -38,34 +38,33 @@
 <bookmark_value>synonyms in thesaurus</bookmark_value>
 <bookmark_value>searching;synonyms</bookmark_value>
 </bookmark>
-<paragraph xml-lang="en-US" id="hd_id3145576" role="heading" level="1" l10n="U"
-oldref="15"><variable id="using_thesaurus"><link 
href="text/swriter/guide/using_thesaurus.xhp" name="Thesaurus">Thesaurus</link>
+<paragraph xml-lang="en-US" id="hd_id3145576" role="heading" level="1" 
l10n="U"><variable id="using_thesaurus"><link 
href="text/swriter/guide/using_thesaurus.xhp" name="Thesaurus">Thesaurus</link>
 </variable></paragraph>
-<paragraph xml-lang="en-US" id="par_id3149820" role="paragraph" l10n="U" 
oldref="16">You can use the thesaurus to look up synonyms or related 
terms.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149820" role="paragraph" l10n="U">You 
can use the thesaurus to look up synonyms or related terms.</paragraph>
 <list type="ordered">
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3155920" role="listitem" l10n="U" 
oldref="17">Click in the word that you want to look up or replace.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155920" role="listitem" l10n="U">Click 
in the word that you want to look up or replace.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3155867" role="listitem" l10n="CHG" 
oldref="39">Choose <emph>Tools - Language - Thesaurus</emph>, or press 
<switchinline select="sys"><caseinline select="MAC">Command
+<paragraph xml-lang="en-US" id="par_id3155867" role="listitem" 
l10n="CHG">Choose <emph>Tools - Language - Thesaurus</emph>, or press 
<switchinline select="sys"><caseinline select="MAC">Command
 </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F7.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3149848" role="listitem" l10n="U" 
oldref="40">In the Alternatives list, click an entry to copy that related term 
to the "Replace with" text box.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149848" role="listitem" l10n="U">In the 
Alternatives list, click an entry to copy that related term to the "Replace 
with" text box.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3153136" role="listitem" l10n="U" 
oldref="45">Optionally double-click an entry to look up related terms for that 
entry. On your keyboard, you can also press the arrow up or down keys to select 
an entry. Then press Return to replace, or press the spacebar to look 
up.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153136" role="listitem" 
l10n="U">Optionally double-click an entry to look up related terms for that 
entry. On your keyboard, you can also press the arrow up or down keys to select 
an entry. Then press Return to replace, or press the spacebar to look 
up.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3149644" role="listitem" l10n="U" 
oldref="46">Click <emph>Replace</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149644" role="listitem" l10n="U">Click 
<emph>Replace</emph>.</paragraph>
 </listitem>
 </list>
-<paragraph xml-lang="en-US" id="par_id3156263" role="paragraph" l10n="U" 
oldref="19">Initially, the thesaurus uses the language of the selected word in 
the document, if a thesaurus library for that language is installed. The title 
bar of the Thesaurus dialog displays the language in use.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3145113" role="note" l10n="U" 
oldref="18">To look up the word in a different language, click the Language 
button, and select one of the installed thesaurus languages. A thesaurus 
library may not be available for all installed languages. You can install 
languages with a thesaurus library from the <link 
href="https://extensions.openoffice.org/";>Extensions</link> web 
page.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3196263" role="paragraph" l10n="U" 
oldref="19">If a thesaurus library is installed for the language of a word, the 
context menu of the word shows a Synonyms submenu. Select any of the terms from 
the submenu to replace the word.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3156263" role="paragraph" 
l10n="U">Initially, the thesaurus uses the language of the selected word in the 
document, if a thesaurus library for that language is installed. The title bar 
of the Thesaurus dialog displays the language in use.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3145113" role="note" l10n="U">To look up 
the word in a different language, click the Language button, and select one of 
the installed thesaurus languages. A thesaurus library may not be available for 
all installed languages. You can install languages with a thesaurus library 
from the <link href="https://extensions.openoffice.org/";>Extensions</link> web 
page.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3196263" role="paragraph" l10n="U">If a 
thesaurus library is installed for the language of a word, the context menu of 
the word shows a Synonyms submenu. Select any of the terms from the submenu to 
replace the word.</paragraph>
 <embed href="text/shared/00/00000004.xhp#related"/>
 <embed href="text/swriter/guide/spellcheck_dialog.xhp#spellcheck_dialog"/>
 <embed href="text/swriter/guide/using_hyphen.xhp#using_hyphen"/>
-<paragraph xml-lang="en-US" id="par_id3154392" role="paragraph" l10n="U" 
oldref="41"><link href="text/shared/01/06020000.xhp" 
name="Thesaurus">Thesaurus</link></paragraph>
+<paragraph xml-lang="en-US" id="par_id3154392" role="paragraph" l10n="U"><link 
href="text/shared/01/06020000.xhp" name="Thesaurus">Thesaurus</link></paragraph>
 </body>
 </helpdocument>

Reply via email to