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

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


The following commit(s) were added to refs/heads/AOO42X by this push:
     new c408df068d Remove 'oldref' entries (work in progress)
c408df068d is described below

commit c408df068d2bc02700b1b164a1ba775baa5977ae
Author: mseidel <msei...@apache.org>
AuthorDate: Thu Mar 13 17:49:45 2025 +0100

    Remove 'oldref' entries (work in progress)
    
    (cherry picked from commit 613d87f36a2d4346767efb74c689ca877ee61c5b)
---
 .../source/text/sbasic/shared/01030200.xhp         | 42 ++++++-------
 .../source/text/sbasic/shared/03120304.xhp         | 72 ++++++++++------------
 .../source/text/sbasic/shared/03130500.xhp         | 62 +++++++++----------
 .../helpcontent2/source/text/scalc/01/02150000.xhp | 46 +++++++-------
 .../source/text/shared/02/01170900.xhp             | 28 ++++-----
 .../source/text/shared/autopi/01050100.xhp         | 38 ++++++------
 .../text/shared/explorer/database/02000000.xhp     | 44 ++++++-------
 .../text/shared/explorer/database/05020000.xhp     | 30 ++++-----
 .../source/text/shared/optionen/01150300.xhp       | 38 ++++++------
 .../source/text/swriter/01/04030000.xhp            | 38 ++++++------
 10 files changed, 216 insertions(+), 222 deletions(-)

diff --git a/main/helpcontent2/source/text/sbasic/shared/01030200.xhp 
b/main/helpcontent2/source/text/sbasic/shared/01030200.xhp
index a1d6359182..36905feb9e 100644
--- a/main/helpcontent2/source/text/sbasic/shared/01030200.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/01030200.xhp
@@ -39,49 +39,49 @@
 <bookmark_value>lines of text;in Basic editor</bookmark_value>
 <bookmark_value>continuation;long lines in editor</bookmark_value>
 </bookmark><comment>mw deleted "Basic;"</comment>
-<paragraph role="heading" id="hd_id3147264" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/sbasic/shared/01030200.xhp" name="The 
Basic Editor">The Basic Editor</link></paragraph>
+<paragraph role="heading" id="hd_id3147264" xml-lang="en-US" level="1" 
l10n="U"><link href="text/sbasic/shared/01030200.xhp" name="The Basic 
Editor">The Basic Editor</link></paragraph>
 </section>
-<paragraph role="paragraph" id="par_id3145069" xml-lang="en-US" l10n="U" 
oldref="3">The Basic Editor provides the standard editing functions you are 
familiar with when working in a text document. It supports the functions of the 
<emph>Edit</emph> menu (Cut, Delete, Paste), the ability to select text with 
the Shift key, as well as cursor positioning functions (for example, moving 
from word to word with <switchinline select="sys"><caseinline 
select="MAC">Command</caseinline><defaultinline> [...]
-<paragraph role="paragraph" id="par_id3154686" xml-lang="en-US" l10n="CHG" 
oldref="31">Long lines can be split into several parts by inserting a space and 
an underline character _ as the last two characters of a line. This connects 
the line with the following line to one logical line. (If "Option Compatible" 
is used in the same Basic module, the line continuation feature is also valid 
for comment lines.)</paragraph>
-<paragraph role="paragraph" id="par_id3151042" xml-lang="en-US" l10n="CHG" 
oldref="32">If you press the <emph>Run BASIC</emph> icon on the 
<emph>Macro</emph> bar, program execution starts at the first line of the Basic 
editor. The program executes the first Sub or Function and then program 
execution stops. The "Sub Main" does not take precedence on program 
execution.</paragraph>
+<paragraph role="paragraph" id="par_id3145069" xml-lang="en-US" l10n="U">The 
Basic Editor provides the standard editing functions you are familiar with when 
working in a text document. It supports the functions of the <emph>Edit</emph> 
menu (Cut, Delete, Paste), the ability to select text with the Shift key, as 
well as cursor positioning functions (for example, moving from word to word 
with <switchinline select="sys"><caseinline 
select="MAC">Command</caseinline><defaultinline>Ctrl</defau [...]
+<paragraph role="paragraph" id="par_id3154686" xml-lang="en-US" 
l10n="CHG">Long lines can be split into several parts by inserting a space and 
an underline character _ as the last two characters of a line. This connects 
the line with the following line to one logical line. (If "Option Compatible" 
is used in the same Basic module, the line continuation feature is also valid 
for comment lines.)</paragraph>
+<paragraph role="paragraph" id="par_id3151042" xml-lang="en-US" l10n="CHG">If 
you press the <emph>Run BASIC</emph> icon on the <emph>Macro</emph> bar, 
program execution starts at the first line of the Basic editor. The program 
executes the first Sub or Function and then program execution stops. The "Sub 
Main" does not take precedence on program execution.</paragraph>
 <paragraph role="tip" id="par_id59816" xml-lang="en-US" l10n="NEW">Insert your 
Basic code between the Sub Main and End Sub lines that you see when you first 
open the IDE. Alternatively, delete all lines and then enter your own Basic 
code.</paragraph>
-<paragraph role="heading" id="hd_id3125863" xml-lang="en-US" level="2" 
l10n="U" oldref="4">Navigating in a Project</paragraph>
-<paragraph role="heading" id="hd_id3145785" xml-lang="en-US" level="3" 
l10n="U" oldref="6">The Library List</paragraph>
-<paragraph role="paragraph" id="par_id3146120" xml-lang="en-US" l10n="U" 
oldref="7">Select a library from the <emph>Library</emph> list at the left of 
the toolbar to load the library in the editor. The first module of the selected 
library will be displayed.</paragraph>
-<paragraph role="heading" id="hd_id3153190" xml-lang="en-US" level="3" 
l10n="U" oldref="8">The Object Catalog</paragraph>
+<paragraph role="heading" id="hd_id3125863" xml-lang="en-US" level="2" 
l10n="U">Navigating in a Project</paragraph>
+<paragraph role="heading" id="hd_id3145785" xml-lang="en-US" level="3" 
l10n="U">The Library List</paragraph>
+<paragraph role="paragraph" id="par_id3146120" xml-lang="en-US" 
l10n="U">Select a library from the <emph>Library</emph> list at the left of the 
toolbar to load the library in the editor. The first module of the selected 
library will be displayed.</paragraph>
+<paragraph role="heading" id="hd_id3153190" xml-lang="en-US" level="3" 
l10n="U">The Object Catalog</paragraph>
 <embed href="text/sbasic/shared/01020200.xhp#object_catalog"/>
-<paragraph role="heading" id="hd_id3148647" xml-lang="en-US" level="2" 
l10n="U" oldref="15">Saving and Loading Basic Source Code</paragraph>
-<paragraph role="paragraph" id="par_id3154320" xml-lang="en-US" l10n="U" 
oldref="16">You can save Basic code in a text file for saving and importing in 
other programming systems.</paragraph>
-<paragraph role="warning" id="par_id3149959" xml-lang="en-US" l10n="U" 
oldref="25">You cannot save Basic dialogs to a text file.</paragraph>
-<paragraph role="heading" id="hd_id3149403" xml-lang="en-US" level="3" 
l10n="U" oldref="17">Saving Source Code to a Text File</paragraph>
+<paragraph role="heading" id="hd_id3148647" xml-lang="en-US" level="2" 
l10n="U">Saving and Loading Basic Source Code</paragraph>
+<paragraph role="paragraph" id="par_id3154320" xml-lang="en-US" l10n="U">You 
can save Basic code in a text file for saving and importing in other 
programming systems.</paragraph>
+<paragraph role="warning" id="par_id3149959" xml-lang="en-US" l10n="U">You 
cannot save Basic dialogs to a text file.</paragraph>
+<paragraph role="heading" id="hd_id3149403" xml-lang="en-US" level="3" 
l10n="U">Saving Source Code to a Text File</paragraph>
 <list type="ordered">
 <listitem>
-<paragraph role="listitem" id="par_id3150327" xml-lang="en-US" l10n="U" 
oldref="18">Select the module that you want to export as text from the object 
catalog.</paragraph>
+<paragraph role="listitem" id="par_id3150327" xml-lang="en-US" l10n="U">Select 
the module that you want to export as text from the object catalog.</paragraph>
 </listitem>
 <listitem>
-<paragraph role="listitem" id="par_id3150752" xml-lang="en-US" l10n="U" 
oldref="19">Click the <emph>Save Source As</emph> icon in the Macro 
toolbar.</paragraph>
+<paragraph role="listitem" id="par_id3150752" xml-lang="en-US" l10n="U">Click 
the <emph>Save Source As</emph> icon in the Macro toolbar.</paragraph>
 </listitem>
 <listitem>
-<paragraph role="listitem" id="par_id3154754" xml-lang="en-US" l10n="U" 
oldref="20">Select a file name and click <emph>OK</emph> to save the 
file.</paragraph>
+<paragraph role="listitem" id="par_id3154754" xml-lang="en-US" l10n="U">Select 
a file name and click <emph>OK</emph> to save the file.</paragraph>
 </listitem>
 </list>
-<paragraph role="heading" id="hd_id3159264" xml-lang="en-US" level="3" 
l10n="U" oldref="21">Loading Source Code From a Text File</paragraph>
+<paragraph role="heading" id="hd_id3159264" xml-lang="en-US" level="3" 
l10n="U">Loading Source Code From a Text File</paragraph>
 <list type="ordered">
 <listitem>
-<paragraph role="listitem" id="par_id3147343" xml-lang="en-US" l10n="U" 
oldref="22">Select the module where you want to import the source code from the 
object catalog.</paragraph>
+<paragraph role="listitem" id="par_id3147343" xml-lang="en-US" l10n="U">Select 
the module where you want to import the source code from the object 
catalog.</paragraph>
 </listitem>
 <listitem>
-<paragraph role="listitem" id="par_id3145230" xml-lang="en-US" l10n="U" 
oldref="23">Position the cursor where you want to insert the program 
code.</paragraph>
+<paragraph role="listitem" id="par_id3145230" xml-lang="en-US" 
l10n="U">Position the cursor where you want to insert the program 
code.</paragraph>
 </listitem>
 <listitem>
-<paragraph role="listitem" id="par_id3149565" xml-lang="en-US" l10n="U" 
oldref="24">Click the <emph>Insert Source Text</emph> icon in the Macro 
toolbar.</paragraph>
+<paragraph role="listitem" id="par_id3149565" xml-lang="en-US" l10n="U">Click 
the <emph>Insert Source Text</emph> icon in the Macro toolbar.</paragraph>
 </listitem>
 <listitem>
-<paragraph role="listitem" id="par_id3154020" xml-lang="en-US" l10n="U" 
oldref="33">Select the text file containing the source code and click 
<emph>OK</emph>.</paragraph>
+<paragraph role="listitem" id="par_id3154020" xml-lang="en-US" l10n="U">Select 
the text file containing the source code and click <emph>OK</emph>.</paragraph>
 </listitem>
 </list>
 <section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3153198" xml-lang="en-US" l10n="U" 
oldref="29"><link href="text/sbasic/shared/01050000.xhp" name="Basic IDE">Basic 
IDE</link></paragraph>
+<paragraph role="paragraph" id="par_id3153198" xml-lang="en-US" l10n="U"><link 
href="text/sbasic/shared/01050000.xhp" name="Basic IDE">Basic 
IDE</link></paragraph>
 <embed href="text/sbasic/shared/01020200.xhp#01020200"/>
 </section>
 </body>
diff --git a/main/helpcontent2/source/text/sbasic/shared/03120304.xhp 
b/main/helpcontent2/source/text/sbasic/shared/03120304.xhp
index e5f1353682..ff7614288c 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03120304.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03120304.xhp
@@ -33,44 +33,40 @@
 <bookmark xml-lang="en-US" branch="index" id="bm_id3143268">
 <bookmark_value>LSet statement</bookmark_value>
 </bookmark>
-<paragraph role="heading" id="hd_id3143268" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/sbasic/shared/03120304.xhp" name="LSet 
Statement [Runtime]">LSet Statement [Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3155419" xml-lang="en-US" l10n="U" 
oldref="2">Aligns a string to the left of a string variable, or copies a 
variable of a user-defined type to another variable of a different user-defined 
type.</paragraph>
+<paragraph role="heading" id="hd_id3143268" xml-lang="en-US" level="1" 
l10n="U"><link href="text/sbasic/shared/03120304.xhp" name="LSet Statement 
[Runtime]">LSet Statement [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3155419" xml-lang="en-US" 
l10n="U">Aligns a string to the left of a string variable, or copies a variable 
of a user-defined type to another variable of a different user-defined 
type.</paragraph>
 </section>
-<paragraph role="heading" id="hd_id3145317" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Syntax:</paragraph>
-<paragraph role="paragraph" id="par_id3150984" xml-lang="en-US" l10n="U" 
oldref="4">LSet Var As String = Text or LSet Var1 = Var2</paragraph>
-<paragraph role="heading" id="hd_id3143271" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Parameters:</paragraph>
-<paragraph role="paragraph" id="par_id3145610" xml-lang="en-US" l10n="U" 
oldref="6">
-<emph>Var:</emph> Any String variable that contains the string that you want 
align to the left.</paragraph>
-<paragraph role="paragraph" id="par_id3154346" xml-lang="en-US" l10n="U" 
oldref="7">
-<emph>Text:</emph> String that you want to align to the left of the string 
variable.</paragraph>
-<paragraph role="paragraph" id="par_id3151054" xml-lang="en-US" l10n="U" 
oldref="8">
-<emph>Var1:</emph> Name of the user-defined type variable that you want to 
copy to.</paragraph>
-<paragraph role="paragraph" id="par_id3153361" xml-lang="en-US" l10n="U" 
oldref="9">
-<emph>Var2:</emph> Name of the user-defined type variable that you want to 
copy from.</paragraph>
-<paragraph role="paragraph" id="par_id3154686" xml-lang="en-US" l10n="U" 
oldref="10">If the string is shorter than the string variable, 
<emph>LSet</emph> left-aligns the string within the string variable. Any 
remaining positions in the string variable are replaced by spaces. If the 
string is longer than the string variable, only the leftmost characters up to 
the length of the string variable are copied. With the <emph>LSet</emph> 
statement, you can also copy a user-defined type variable  [...]
-<paragraph role="heading" id="hd_id3156282" xml-lang="en-US" level="2" 
l10n="U" oldref="11">Example:</paragraph>
-<paragraph role="paragraph" id="par_id3153193" xml-lang="en-US" l10n="U" 
oldref="12">Sub ExampleRLSet</paragraph>
-<paragraph role="paragraph" id="par_id3150768" xml-lang="en-US" l10n="U" 
oldref="13">Dim sVar As String</paragraph>
-<paragraph role="paragraph" id="par_id3150447" xml-lang="en-US" l10n="U" 
oldref="14">Dim sExpr As String</paragraph>
-<paragraph role="paragraph" id="par_id3149561" xml-lang="en-US" l10n="U" 
oldref="16">sVar = String(40,"*")</paragraph>
-<paragraph role="paragraph" id="par_id3153768" xml-lang="en-US" l10n="U" 
oldref="17">sExpr = "SBX"</paragraph>
-<paragraph role="paragraph" id="par_id3152940" xml-lang="en-US" l10n="U" 
oldref="18">REM Align "SBX" within the 40-character reference string</paragraph>
-<paragraph role="paragraph" id="par_id3148647" xml-lang="en-US" l10n="U" 
oldref="19">REM Replace asterisks with spaces</paragraph>
-<paragraph role="paragraph" id="par_id3146119" xml-lang="en-US" l10n="U" 
oldref="20">RSet sVar = sExpr</paragraph>
-<paragraph role="paragraph" id="par_id3153365" xml-lang="en-US" l10n="U" 
oldref="21">Print "&gt;"; sVar; "&lt;"</paragraph>
-<paragraph role="paragraph" id="par_id3149260" xml-lang="en-US" l10n="U" 
oldref="23">sVar = String(5,"*")</paragraph>
-<paragraph role="paragraph" id="par_id3147436" xml-lang="en-US" l10n="U" 
oldref="24">sExpr = "123457896"</paragraph>
-<paragraph role="paragraph" id="par_id3146923" xml-lang="en-US" l10n="U" 
oldref="25">RSet sVar = sExpr</paragraph>
-<paragraph role="paragraph" id="par_id3151114" xml-lang="en-US" l10n="U" 
oldref="26">Print "&gt;"; sVar; "&lt;"</paragraph>
-<paragraph role="paragraph" id="par_id3155855" xml-lang="en-US" l10n="U" 
oldref="28">sVar = String(40,"*")</paragraph>
-<paragraph role="paragraph" id="par_id3145253" xml-lang="en-US" l10n="U" 
oldref="29">sExpr = "SBX"</paragraph>
-<paragraph role="paragraph" id="par_id3151075" xml-lang="en-US" l10n="U" 
oldref="30">REM Left-align "SBX" within the 40-character reference 
string</paragraph>
-<paragraph role="paragraph" id="par_id3147126" xml-lang="en-US" l10n="U" 
oldref="31">LSet sVar = sExpr</paragraph>
-<paragraph role="paragraph" id="par_id3154792" xml-lang="en-US" l10n="U" 
oldref="32">Print "&gt;"; sVar; "&lt;"</paragraph>
-<paragraph role="paragraph" id="par_id3154942" xml-lang="en-US" l10n="U" 
oldref="34">sVar = String(5,"*")</paragraph>
-<paragraph role="paragraph" id="par_id3155603" xml-lang="en-US" l10n="U" 
oldref="35">sExpr = "123456789"</paragraph>
-<paragraph role="paragraph" id="par_id3150716" xml-lang="en-US" l10n="U" 
oldref="36">LSet sVar = sExpr</paragraph>
-<paragraph role="paragraph" id="par_id3146969" xml-lang="en-US" l10n="U" 
oldref="37">Print "&gt;"; sVar; "&lt;"</paragraph>
-<paragraph role="paragraph" id="par_id3150749" xml-lang="en-US" l10n="U" 
oldref="38">End Sub</paragraph>
+<paragraph role="heading" id="hd_id3145317" xml-lang="en-US" level="2" 
l10n="U">Syntax:</paragraph>
+<paragraph role="paragraph" id="par_id3150984" xml-lang="en-US" l10n="U">LSet 
Var As String = Text or LSet Var1 = Var2</paragraph>
+<paragraph role="heading" id="hd_id3143271" xml-lang="en-US" level="2" 
l10n="U">Parameters:</paragraph>
+<paragraph role="paragraph" id="par_id3145610" xml-lang="en-US" 
l10n="U"><emph>Var:</emph> Any String variable that contains the string that 
you want align to the left.</paragraph>
+<paragraph role="paragraph" id="par_id3154346" xml-lang="en-US" 
l10n="U"><emph>Text:</emph> String that you want to align to the left of the 
string variable.</paragraph>
+<paragraph role="paragraph" id="par_id3151054" xml-lang="en-US" 
l10n="U"><emph>Var1:</emph> Name of the user-defined type variable that you 
want to copy to.</paragraph>
+<paragraph role="paragraph" id="par_id3153361" xml-lang="en-US" 
l10n="U"><emph>Var2:</emph> Name of the user-defined type variable that you 
want to copy from.</paragraph>
+<paragraph role="paragraph" id="par_id3154686" xml-lang="en-US" l10n="U">If 
the string is shorter than the string variable, <emph>LSet</emph> left-aligns 
the string within the string variable. Any remaining positions in the string 
variable are replaced by spaces. If the string is longer than the string 
variable, only the leftmost characters up to the length of the string variable 
are copied. With the <emph>LSet</emph> statement, you can also copy a 
user-defined type variable to another v [...]
+<paragraph role="heading" id="hd_id3156282" xml-lang="en-US" level="2" 
l10n="U">Example:</paragraph>
+<paragraph role="paragraph" id="par_id3153193" xml-lang="en-US" l10n="U">Sub 
ExampleRLSet</paragraph>
+<paragraph role="paragraph" id="par_id3150768" xml-lang="en-US" l10n="U">Dim 
sVar As String</paragraph>
+<paragraph role="paragraph" id="par_id3150447" xml-lang="en-US" l10n="U">Dim 
sExpr As String</paragraph>
+<paragraph role="paragraph" id="par_id3149561" xml-lang="en-US" l10n="U">sVar 
= String(40,"*")</paragraph>
+<paragraph role="paragraph" id="par_id3153768" xml-lang="en-US" l10n="U">sExpr 
= "SBX"</paragraph>
+<paragraph role="paragraph" id="par_id3152940" xml-lang="en-US" l10n="U">REM 
Align "SBX" within the 40-character reference string</paragraph>
+<paragraph role="paragraph" id="par_id3148647" xml-lang="en-US" l10n="U">REM 
Replace asterisks with spaces</paragraph>
+<paragraph role="paragraph" id="par_id3146119" xml-lang="en-US" l10n="U">RSet 
sVar = sExpr</paragraph>
+<paragraph role="paragraph" id="par_id3153365" xml-lang="en-US" l10n="U">Print 
"&gt;"; sVar; "&lt;"</paragraph>
+<paragraph role="paragraph" id="par_id3149260" xml-lang="en-US" l10n="U">sVar 
= String(5,"*")</paragraph>
+<paragraph role="paragraph" id="par_id3147436" xml-lang="en-US" l10n="U">sExpr 
= "123457896"</paragraph>
+<paragraph role="paragraph" id="par_id3146923" xml-lang="en-US" l10n="U">RSet 
sVar = sExpr</paragraph>
+<paragraph role="paragraph" id="par_id3151114" xml-lang="en-US" l10n="U">Print 
"&gt;"; sVar; "&lt;"</paragraph>
+<paragraph role="paragraph" id="par_id3155855" xml-lang="en-US" l10n="U">sVar 
= String(40,"*")</paragraph>
+<paragraph role="paragraph" id="par_id3145253" xml-lang="en-US" l10n="U">sExpr 
= "SBX"</paragraph>
+<paragraph role="paragraph" id="par_id3151075" xml-lang="en-US" l10n="U">REM 
Left-align "SBX" within the 40-character reference string</paragraph>
+<paragraph role="paragraph" id="par_id3147126" xml-lang="en-US" l10n="U">LSet 
sVar = sExpr</paragraph>
+<paragraph role="paragraph" id="par_id3154792" xml-lang="en-US" l10n="U">Print 
"&gt;"; sVar; "&lt;"</paragraph>
+<paragraph role="paragraph" id="par_id3154942" xml-lang="en-US" l10n="U">sVar 
= String(5,"*")</paragraph>
+<paragraph role="paragraph" id="par_id3155603" xml-lang="en-US" l10n="U">sExpr 
= "123456789"</paragraph>
+<paragraph role="paragraph" id="par_id3150716" xml-lang="en-US" l10n="U">LSet 
sVar = sExpr</paragraph>
+<paragraph role="paragraph" id="par_id3146969" xml-lang="en-US" l10n="U">Print 
"&gt;"; sVar; "&lt;"</paragraph>
+<paragraph role="paragraph" id="par_id3150749" xml-lang="en-US" l10n="U">End 
Sub</paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/sbasic/shared/03130500.xhp 
b/main/helpcontent2/source/text/sbasic/shared/03130500.xhp
index a286a99c92..6a5406738b 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03130500.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03130500.xhp
@@ -33,85 +33,85 @@
 <bookmark xml-lang="en-US" branch="index" id="bm_id3150040">
 <bookmark_value>Shell function</bookmark_value>
 </bookmark>
-<paragraph role="heading" id="hd_id3150040" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/sbasic/shared/03130500.xhp" name="Shell 
Function [Runtime]">Shell Function [Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3153394" xml-lang="en-US" l10n="U" 
oldref="2">Starts another application and defines the respective window style, 
if necessary.</paragraph>
+<paragraph role="heading" id="hd_id3150040" xml-lang="en-US" level="1" 
l10n="U"><link href="text/sbasic/shared/03130500.xhp" name="Shell Function 
[Runtime]">Shell Function [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3153394" xml-lang="en-US" 
l10n="U">Starts another application and defines the respective window style, if 
necessary.</paragraph>
 </section>
-<paragraph role="heading" id="hd_id3153345" xml-lang="en-US" level="2" 
l10n="U" oldref="4">Syntax</paragraph>
-<paragraph role="paragraph" id="par_id3147576" xml-lang="en-US" l10n="U" 
oldref="5">Shell (Pathname As String[, Windowstyle As Integer][, Param As 
String][, bSync])</paragraph>
-<paragraph role="heading" id="hd_id3149235" xml-lang="en-US" level="2" 
l10n="U" oldref="6">Parameter</paragraph>
-<paragraph role="heading" id="hd_id3154306" xml-lang="en-US" level="3" 
l10n="U" oldref="23">Pathname</paragraph>
-<paragraph role="paragraph" id="par_id3155419" xml-lang="en-US" l10n="U" 
oldref="7">Complete path and program name of the program that you want to 
start.</paragraph>
-<paragraph role="heading" id="hd_id3150771" xml-lang="en-US" level="3" 
l10n="U" oldref="24">Windowstyle</paragraph>
-<paragraph role="paragraph" id="par_id3145609" xml-lang="en-US" l10n="U" 
oldref="8">Optional integer expression that specifies the style of the window 
that the program is executed in. The following values are possible:</paragraph>
+<paragraph role="heading" id="hd_id3153345" xml-lang="en-US" level="2" 
l10n="U">Syntax</paragraph>
+<paragraph role="paragraph" id="par_id3147576" xml-lang="en-US" l10n="U">Shell 
(Pathname As String[, Windowstyle As Integer][, Param As String][, 
bSync])</paragraph>
+<paragraph role="heading" id="hd_id3149235" xml-lang="en-US" level="2" 
l10n="U">Parameter</paragraph>
+<paragraph role="heading" id="hd_id3154306" xml-lang="en-US" level="3" 
l10n="U">Pathname</paragraph>
+<paragraph role="paragraph" id="par_id3155419" xml-lang="en-US" 
l10n="U">Complete path and program name of the program that you want to 
start.</paragraph>
+<paragraph role="heading" id="hd_id3150771" xml-lang="en-US" level="3" 
l10n="U">Windowstyle</paragraph>
+<paragraph role="paragraph" id="par_id3145609" xml-lang="en-US" 
l10n="U">Optional integer expression that specifies the style of the window 
that the program is executed in. The following values are possible:</paragraph>
 <table id="tbl_id3156343">
 <tablerow>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3148663" xml-lang="en-US" l10n="U" 
oldref="25">0</paragraph>
+<paragraph role="paragraph" id="par_id3148663" xml-lang="en-US" 
l10n="U">0</paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3153360" xml-lang="en-US" l10n="U" 
oldref="10">The focus is on the hidden program window.</paragraph>
+<paragraph role="paragraph" id="par_id3153360" xml-lang="en-US" l10n="U">The 
focus is on the hidden program window.</paragraph>
 </tablecell>
 </tablerow>
 <tablerow>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3154123" xml-lang="en-US" l10n="U" 
oldref="26">1</paragraph>
+<paragraph role="paragraph" id="par_id3154123" xml-lang="en-US" 
l10n="U">1</paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3144760" xml-lang="en-US" l10n="U" 
oldref="11">The focus is on the program window in standard size.</paragraph>
+<paragraph role="paragraph" id="par_id3144760" xml-lang="en-US" l10n="U">The 
focus is on the program window in standard size.</paragraph>
 </tablecell>
 </tablerow>
 <tablerow>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3156422" xml-lang="en-US" l10n="U" 
oldref="27">2</paragraph>
+<paragraph role="paragraph" id="par_id3156422" xml-lang="en-US" 
l10n="U">2</paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3148451" xml-lang="en-US" l10n="U" 
oldref="12">The focus is on the minimized program window.</paragraph>
+<paragraph role="paragraph" id="par_id3148451" xml-lang="en-US" l10n="U">The 
focus is on the minimized program window.</paragraph>
 </tablecell>
 </tablerow>
 <tablerow>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3149561" xml-lang="en-US" l10n="U" 
oldref="28">3</paragraph>
+<paragraph role="paragraph" id="par_id3149561" xml-lang="en-US" 
l10n="U">3</paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3146921" xml-lang="en-US" l10n="U" 
oldref="13">focus is on the maximized program window.</paragraph>
+<paragraph role="paragraph" id="par_id3146921" xml-lang="en-US" l10n="U">focus 
is on the maximized program window.</paragraph>
 </tablecell>
 </tablerow>
 <tablerow>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3149481" xml-lang="en-US" l10n="U" 
oldref="29">4</paragraph>
+<paragraph role="paragraph" id="par_id3149481" xml-lang="en-US" 
l10n="U">4</paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3155854" xml-lang="en-US" l10n="U" 
oldref="14">Standard size program window, without focus.</paragraph>
+<paragraph role="paragraph" id="par_id3155854" xml-lang="en-US" 
l10n="U">Standard size program window, without focus.</paragraph>
 </tablecell>
 </tablerow>
 <tablerow>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3145271" xml-lang="en-US" l10n="U" 
oldref="30">6</paragraph>
+<paragraph role="paragraph" id="par_id3145271" xml-lang="en-US" 
l10n="U">6</paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3152938" xml-lang="en-US" l10n="U" 
oldref="15">Minimized program window, focus remains on the active 
window.</paragraph>
+<paragraph role="paragraph" id="par_id3152938" xml-lang="en-US" 
l10n="U">Minimized program window, focus remains on the active 
window.</paragraph>
 </tablecell>
 </tablerow>
 <tablerow>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3146119" xml-lang="en-US" l10n="U" 
oldref="31">10</paragraph>
+<paragraph role="paragraph" id="par_id3146119" xml-lang="en-US" 
l10n="U">10</paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3151112" xml-lang="en-US" l10n="U" 
oldref="16">Full-screen display.</paragraph>
+<paragraph role="paragraph" id="par_id3151112" xml-lang="en-US" 
l10n="U">Full-screen display.</paragraph>
 </tablecell>
 </tablerow>
 </table>
-<paragraph role="heading" id="hd_id3150419" xml-lang="en-US" level="3" 
l10n="U" oldref="33">Param</paragraph>
-<paragraph role="paragraph" id="par_id3149412" xml-lang="en-US" l10n="U" 
oldref="17">Any string expression that specifies the command line that want to 
pass.</paragraph>
-<paragraph role="heading" id="hd_id3148456" xml-lang="en-US" level="3" 
l10n="U" oldref="32">bSync</paragraph>
-<paragraph role="paragraph" id="par_id3154096" xml-lang="en-US" l10n="U" 
oldref="18">If this value is set to <emph>true</emph>, the <emph>Shell</emph> 
command and all $[officename] tasks wait until the shell process completes. If 
the value is set to <emph>false</emph>, the shell returns directly. The default 
value is <emph>false</emph>.</paragraph>
+<paragraph role="heading" id="hd_id3150419" xml-lang="en-US" level="3" 
l10n="U">Param</paragraph>
+<paragraph role="paragraph" id="par_id3149412" xml-lang="en-US" l10n="U">Any 
string expression that specifies the command line that want to pass.</paragraph>
+<paragraph role="heading" id="hd_id3148456" xml-lang="en-US" level="3" 
l10n="U">bSync</paragraph>
+<paragraph role="paragraph" id="par_id3154096" xml-lang="en-US" l10n="U">If 
this value is set to <emph>true</emph>, the <emph>Shell</emph> command and all 
$[officename] tasks wait until the shell process completes. If the value is set 
to <emph>false</emph>, the shell returns directly. The default value is 
<emph>false</emph>.</paragraph>
 <embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
 <embed href="text/sbasic/shared/00000003.xhp#err5"/>
 <embed href="text/sbasic/shared/00000003.xhp#err53"/>
 <embed href="text/sbasic/shared/00000003.xhp#err73"/>
-<paragraph role="heading" id="hd_id3154270" xml-lang="en-US" level="2" 
l10n="U" oldref="19">Example</paragraph>
-<paragraph role="paragraph" id="par_id3153948" xml-lang="en-US" l10n="U" 
oldref="20">Sub ExampleShellForWin</paragraph>
-<paragraph role="paragraph" id="par_id3154479" xml-lang="en-US" l10n="U" 
oldref="21"> Shell("c:\windows\calc.exe",2)</paragraph>
-<paragraph role="paragraph" id="par_id3153709" xml-lang="en-US" l10n="U" 
oldref="22">end sub</paragraph>
+<paragraph role="heading" id="hd_id3154270" xml-lang="en-US" level="2" 
l10n="U">Example</paragraph>
+<paragraph role="paragraph" id="par_id3153948" xml-lang="en-US" l10n="U">Sub 
ExampleShellForWin</paragraph>
+<paragraph role="paragraph" id="par_id3154479" xml-lang="en-US" l10n="U"> 
Shell("c:\windows\calc.exe",2)</paragraph>
+<paragraph role="paragraph" id="par_id3153709" xml-lang="en-US" l10n="U">end 
sub</paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/scalc/01/02150000.xhp 
b/main/helpcontent2/source/text/scalc/01/02150000.xhp
index b6bd581de8..fbd0269744 100644
--- a/main/helpcontent2/source/text/scalc/01/02150000.xhp
+++ b/main/helpcontent2/source/text/scalc/01/02150000.xhp
@@ -37,40 +37,40 @@
 </bookmark>
 <bookmark xml-lang="en-US" branch="hid/.uno:Delete" id="bm_id5511579" 
localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/.uno:Delete" id="bm_id3145382" 
localize="false"/>
-<paragraph role="heading" id="hd_id3143284" xml-lang="en-US" level="1" 
l10n="U" oldref="1">Deleting Contents</paragraph>
-<paragraph role="paragraph" id="par_id3149456" xml-lang="en-US" l10n="CHG" 
oldref="2"><variable id="inhalteloeschentext"><ahelp 
hid=".uno:Delete">Specifies the contents to be deleted from the active cell or 
from a selected cell range.</ahelp>
+<paragraph role="heading" id="hd_id3143284" xml-lang="en-US" level="1" 
l10n="U">Deleting Contents</paragraph>
+<paragraph role="paragraph" id="par_id3149456" xml-lang="en-US" 
l10n="CHG"><variable id="inhalteloeschentext"><ahelp 
hid=".uno:Delete">Specifies the contents to be deleted from the active cell or 
from a selected cell range.</ahelp>
 </variable> If several sheets are selected, all selected sheets will be 
affected.</paragraph>
 <section id="howtoget">
 <embed href="text/scalc/00/00000402.xhp#binhalt"/>
 </section>
-<paragraph role="tip" id="par_id3159154" xml-lang="en-US" l10n="U" 
oldref="21">This dialog is also called by pressing Del after the cell cursor 
has been activated on the sheet.</paragraph>
-<paragraph role="tip" id="par_id3145367" xml-lang="en-US" l10n="U" 
oldref="22">Pressing Backspace deletes content without calling the dialog or 
changing formats.</paragraph>
-<paragraph role="tip" id="par_id3153951" xml-lang="en-US" l10n="U" 
oldref="23">Use <emph>Cut</emph> on the Standard bar to delete contents and 
formats without the dialog.</paragraph>
-<paragraph role="heading" id="hd_id3148575" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Selection</paragraph>
-<paragraph role="paragraph" id="par_id3149665" xml-lang="en-US" l10n="U" 
oldref="4">This area lists the options for deleting contents.</paragraph>
+<paragraph role="tip" id="par_id3159154" xml-lang="en-US" l10n="U">This dialog 
is also called by pressing Del after the cell cursor has been activated on the 
sheet.</paragraph>
+<paragraph role="tip" id="par_id3145367" xml-lang="en-US" l10n="U">Pressing 
Backspace deletes content without calling the dialog or changing 
formats.</paragraph>
+<paragraph role="tip" id="par_id3153951" xml-lang="en-US" l10n="U">Use 
<emph>Cut</emph> on the Standard bar to delete contents and formats without the 
dialog.</paragraph>
+<paragraph role="heading" id="hd_id3148575" xml-lang="en-US" level="2" 
l10n="U">Selection</paragraph>
+<paragraph role="paragraph" id="par_id3149665" xml-lang="en-US" l10n="U">This 
area lists the options for deleting contents.</paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/sc:CheckBox:RID_SCDLG_DELCONT:BTN_DELALL" id="bm_id3144766" 
localize="false"/>
-<paragraph role="heading" id="hd_id3146975" xml-lang="en-US" level="3" 
l10n="U" oldref="5">Delete All</paragraph>
-<paragraph role="paragraph" id="par_id3154729" xml-lang="en-US" l10n="U" 
oldref="6"><ahelp hid="SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELALL">Deletes all 
content from the selected cell range.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3146975" xml-lang="en-US" level="3" 
l10n="U">Delete All</paragraph>
+<paragraph role="paragraph" id="par_id3154729" xml-lang="en-US" 
l10n="U"><ahelp hid="SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELALL">Deletes all 
content from the selected cell range.</ahelp></paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/sc:CheckBox:RID_SCDLG_DELCONT:BTN_DELSTRINGS" id="bm_id3147394" 
localize="false"/>
-<paragraph role="heading" id="hd_id3156286" xml-lang="en-US" level="3" 
l10n="CHG" oldref="7">Text<comment>i50439</comment></paragraph>
-<paragraph role="paragraph" id="par_id3154015" xml-lang="en-US" l10n="CHG" 
oldref="8"><ahelp hid="SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELSTRINGS">Deletes 
text only. Formats, formulas, numbers and dates are not 
affected.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3156286" xml-lang="en-US" level="3" 
l10n="CHG">Text<comment>i50439</comment></paragraph>
+<paragraph role="paragraph" id="par_id3154015" xml-lang="en-US" 
l10n="CHG"><ahelp hid="SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELSTRINGS">Deletes 
text only. Formats, formulas, numbers and dates are not 
affected.</ahelp></paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/sc:CheckBox:RID_SCDLG_DELCONT:BTN_DELNUMBERS" id="bm_id3156276" 
localize="false"/>
-<paragraph role="heading" id="hd_id3153840" xml-lang="en-US" level="3" 
l10n="U" oldref="9">Numbers</paragraph>
-<paragraph role="paragraph" id="par_id3148405" xml-lang="en-US" l10n="U" 
oldref="10"><ahelp hid="SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELNUMBERS">Deletes 
numbers only. Formats and formulas remain unchanged.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3153840" xml-lang="en-US" level="3" 
l10n="U">Numbers</paragraph>
+<paragraph role="paragraph" id="par_id3148405" xml-lang="en-US" 
l10n="U"><ahelp hid="SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELNUMBERS">Deletes 
numbers only. Formats and formulas remain unchanged.</ahelp></paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/sc:CheckBox:RID_SCDLG_DELCONT:BTN_DELDATETIME" id="bm_id3154757" 
localize="false"/>
-<paragraph role="heading" id="hd_id3155764" xml-lang="en-US" level="3" 
l10n="U" oldref="11">Date &amp; time</paragraph>
-<paragraph role="paragraph" id="par_id3149567" xml-lang="en-US" l10n="U" 
oldref="12"><ahelp hid="SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELDATETIME">Deletes 
date and time values. Formats, text, numbers and formulas remain 
unchanged.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3155764" xml-lang="en-US" level="3" 
l10n="U">Date &amp; time</paragraph>
+<paragraph role="paragraph" id="par_id3149567" xml-lang="en-US" 
l10n="U"><ahelp hid="SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELDATETIME">Deletes 
date and time values. Formats, text, numbers and formulas remain 
unchanged.</ahelp></paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/sc:CheckBox:RID_SCDLG_DELCONT:BTN_DELFORMULAS" id="bm_id3149256" 
localize="false"/>
-<paragraph role="heading" id="hd_id3154703" xml-lang="en-US" level="3" 
l10n="U" oldref="13">Formulas</paragraph>
-<paragraph role="paragraph" id="par_id3148485" xml-lang="en-US" l10n="U" 
oldref="14"><ahelp hid="SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELFORMULAS">Deletes 
formulas. Text, numbers, formats, dates and times remain 
unchanged.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3154703" xml-lang="en-US" level="3" 
l10n="U">Formulas</paragraph>
+<paragraph role="paragraph" id="par_id3148485" xml-lang="en-US" 
l10n="U"><ahelp hid="SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELFORMULAS">Deletes 
formulas. Text, numbers, formats, dates and times remain 
unchanged.</ahelp></paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/sc:CheckBox:RID_SCDLG_DELCONT:BTN_DELNOTES" id="bm_id3152775" 
localize="false"/>
-<paragraph role="heading" id="hd_id3150300" xml-lang="en-US" level="3" 
l10n="U" oldref="15">Comments</paragraph>
-<paragraph role="paragraph" id="par_id3154658" xml-lang="en-US" l10n="U" 
oldref="16"><ahelp hid="SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELNOTES">Deletes 
comments added to cells. All other elements remain 
unchanged.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3150300" xml-lang="en-US" level="3" 
l10n="U">Comments</paragraph>
+<paragraph role="paragraph" id="par_id3154658" xml-lang="en-US" 
l10n="U"><ahelp hid="SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELNOTES">Deletes 
comments added to cells. All other elements remain 
unchanged.</ahelp></paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/sc:CheckBox:RID_SCDLG_DELCONT:BTN_DELATTRS" id="bm_id3145258" 
localize="false"/>
-<paragraph role="heading" id="hd_id3155112" xml-lang="en-US" level="3" 
l10n="U" oldref="17">Formats</paragraph>
-<paragraph role="paragraph" id="par_id3146134" xml-lang="en-US" l10n="U" 
oldref="18"><ahelp hid="SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELATTRS">Deletes 
format attributes applied to cells. All cell content remains 
unchanged.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3155112" xml-lang="en-US" level="3" 
l10n="U">Formats</paragraph>
+<paragraph role="paragraph" id="par_id3146134" xml-lang="en-US" 
l10n="U"><ahelp hid="SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELATTRS">Deletes format 
attributes applied to cells. All cell content remains 
unchanged.</ahelp></paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/sc:CheckBox:RID_SCDLG_DELCONT:BTN_DELOBJECTS" id="bm_id3152582" 
localize="false"/>
-<paragraph role="heading" id="hd_id3150088" xml-lang="en-US" level="3" 
l10n="U" oldref="19">Objects</paragraph>
-<paragraph role="paragraph" id="par_id3152990" xml-lang="en-US" l10n="U" 
oldref="20"><ahelp hid="SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELOBJECTS">Deletes 
objects. All cell content remains unchanged.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3150088" xml-lang="en-US" level="3" 
l10n="U">Objects</paragraph>
+<paragraph role="paragraph" id="par_id3152990" xml-lang="en-US" 
l10n="U"><ahelp hid="SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELOBJECTS">Deletes 
objects. All cell content remains unchanged.</ahelp></paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/shared/02/01170900.xhp 
b/main/helpcontent2/source/text/shared/02/01170900.xhp
index 756d64a4c2..5571b0fdf9 100644
--- a/main/helpcontent2/source/text/shared/02/01170900.xhp
+++ b/main/helpcontent2/source/text/shared/02/01170900.xhp
@@ -32,26 +32,24 @@
 <bookmark xml-lang="en-US" branch="index" id="bm_id3159233">
 <bookmark_value>forms; Combo Box/List Box Wizard</bookmark_value>
 </bookmark>
-<paragraph role="heading" id="hd_id3154094" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/shared/02/01170900.xhp" name="Combo 
Box/List Box Wizard">Combo Box/List Box Wizard</link></paragraph>
-<paragraph role="paragraph" id="par_id3152363" xml-lang="en-US" l10n="U" 
oldref="2">If you insert a combo box or a list box in a document, a wizard 
starts automatically. This wizard allows you to interactively specify which 
information is shown.</paragraph>
+<paragraph role="heading" id="hd_id3154094" xml-lang="en-US" level="1" 
l10n="U"><link href="text/shared/02/01170900.xhp" name="Combo Box/List Box 
Wizard">Combo Box/List Box Wizard</link></paragraph>
+<paragraph role="paragraph" id="par_id3152363" xml-lang="en-US" l10n="U">If 
you insert a combo box or a list box in a document, a wizard starts 
automatically. This wizard allows you to interactively specify which 
information is shown.</paragraph>
 <section id="howtoget">
 <embed href="text/shared/00/00040501.xhp#aupikomli"/>
 </section>
-<paragraph role="note" id="par_id3145211" xml-lang="en-US" l10n="CHG" 
oldref="21">You can use the <link href="text/shared/02/01171100.xhp" 
name="Wizards On/Off"><emph>Wizards On/Off</emph></link> icon to keep the 
wizard from starting automatically.</paragraph>
-<paragraph role="paragraph" id="par_id3155391" xml-lang="en-US" l10n="U" 
oldref="22">The wizards for combo boxes and list boxes differ from each other 
in their final step. This is because the nature of control fields:</paragraph>
-<paragraph role="paragraph" id="par_id3159233" xml-lang="en-US" l10n="U" 
oldref="23">
-<emph>List Boxes</emph>
+<paragraph role="note" id="par_id3145211" xml-lang="en-US" l10n="CHG">You can 
use the <link href="text/shared/02/01171100.xhp" name="Wizards 
On/Off"><emph>Wizards On/Off</emph></link> icon to keep the wizard from 
starting automatically.</paragraph>
+<paragraph role="paragraph" id="par_id3155391" xml-lang="en-US" l10n="U">The 
wizards for combo boxes and list boxes differ from each other in their final 
step. This is because the nature of control fields:</paragraph>
+<paragraph role="paragraph" id="par_id3159233" xml-lang="en-US" 
l10n="U"><emph>List Boxes</emph>
 </paragraph>
-<paragraph role="paragraph" id="par_id3166410" xml-lang="en-US" l10n="U" 
oldref="24">In the case of a list box, the user selects one entry from a list 
of entries. These entries are saved in a database table and cannot be modified 
through the list box.</paragraph>
-<paragraph role="paragraph" id="par_id3166460" xml-lang="en-US" l10n="U" 
oldref="25">As a general rule, the database table that contains the visible 
list entries in the form is not the table on which the form is based. The list 
boxes in a form work by using references; that is, references to the visible 
list entries are located in the form table (values table) and are also entered 
as such in the values table if the user selects an entry from the list and 
saves it. Through reference value [...]
-<paragraph role="paragraph" id="par_id3145673" xml-lang="en-US" l10n="U" 
oldref="31">In the other tables the required field is searched for by using the 
field names (ControlSource) and then the fields will be completed accordingly. 
If the field name is not found, the list will remain empty. When list fields 
contain linked columns, the first column of the other table will be used 
without a query being shown first.</paragraph>
-<paragraph role="paragraph" id="par_id3154860" xml-lang="en-US" l10n="U" 
oldref="26">If an article table contains, for example, the number of a 
supplier, the list box can use the "Supplier number" link to display the name 
of the supplier from the supplier table. On the <emph>Field links</emph> page 
the Wizard will ask you about all the settings required for this 
link.</paragraph>
-<paragraph role="paragraph" id="par_id3150977" xml-lang="en-US" l10n="U" 
oldref="27">
-<emph>Combo Boxes</emph>
+<paragraph role="paragraph" id="par_id3166410" xml-lang="en-US" l10n="U">In 
the case of a list box, the user selects one entry from a list of entries. 
These entries are saved in a database table and cannot be modified through the 
list box.</paragraph>
+<paragraph role="paragraph" id="par_id3166460" xml-lang="en-US" l10n="U">As a 
general rule, the database table that contains the visible list entries in the 
form is not the table on which the form is based. The list boxes in a form work 
by using references; that is, references to the visible list entries are 
located in the form table (values table) and are also entered as such in the 
values table if the user selects an entry from the list and saves it. Through 
reference values, list boxe [...]
+<paragraph role="paragraph" id="par_id3145673" xml-lang="en-US" l10n="U">In 
the other tables the required field is searched for by using the field names 
(ControlSource) and then the fields will be completed accordingly. If the field 
name is not found, the list will remain empty. When list fields contain linked 
columns, the first column of the other table will be used without a query being 
shown first.</paragraph>
+<paragraph role="paragraph" id="par_id3154860" xml-lang="en-US" l10n="U">If an 
article table contains, for example, the number of a supplier, the list box can 
use the "Supplier number" link to display the name of the supplier from the 
supplier table. On the <emph>Field links</emph> page the Wizard will ask you 
about all the settings required for this link.</paragraph>
+<paragraph role="paragraph" id="par_id3150977" xml-lang="en-US" 
l10n="U"><emph>Combo Boxes</emph>
 </paragraph>
-<paragraph role="paragraph" id="par_id3158430" xml-lang="en-US" l10n="U" 
oldref="28">In the case of combo boxes, users can select one entry from the 
list entries or enter text themselves. The entries, which are offered as a list 
from which users can select, may originate from any database table. The entries 
that users select or enter so that they can be saved can be saved either in the 
form only, or in a database. If they are saved in a database, they will be 
written to the database tabl [...]
-<paragraph role="paragraph" id="par_id3154046" xml-lang="en-US" l10n="U" 
oldref="29">Combo boxes can display the data of any table. A direct link 
between the current form table and the table whose values are to be displayed 
in the combo box (list table) is not required. Combo boxes do not work with 
references. If the user enters or selects a value and saves it, the value 
actually displayed will be entered in the form table. As there is no link 
between the form table and the list table, t [...]
-<paragraph role="paragraph" id="par_id3146949" xml-lang="en-US" l10n="U" 
oldref="30">In the case of a list box, you select entries from the list, and 
these are saved in the list table. In the case of a combo box, you can add 
additional text that can be written to the current database table of the form 
(values table) and stored there as desired. For this function, the <emph>Combo 
Box Wizard</emph> has the <emph>Data Processing</emph> page as the last page, 
whereas in the case of list boxe [...]
+<paragraph role="paragraph" id="par_id3158430" xml-lang="en-US" l10n="U">In 
the case of combo boxes, users can select one entry from the list entries or 
enter text themselves. The entries, which are offered as a list from which 
users can select, may originate from any database table. The entries that users 
select or enter so that they can be saved can be saved either in the form only, 
or in a database. If they are saved in a database, they will be written to the 
database table on which t [...]
+<paragraph role="paragraph" id="par_id3154046" xml-lang="en-US" l10n="U">Combo 
boxes can display the data of any table. A direct link between the current form 
table and the table whose values are to be displayed in the combo box (list 
table) is not required. Combo boxes do not work with references. If the user 
enters or selects a value and saves it, the value actually displayed will be 
entered in the form table. As there is no link between the form table and the 
list table, the <emph>Fie [...]
+<paragraph role="paragraph" id="par_id3146949" xml-lang="en-US" l10n="U">In 
the case of a list box, you select entries from the list, and these are saved 
in the list table. In the case of a combo box, you can add additional text that 
can be written to the current database table of the form (values table) and 
stored there as desired. For this function, the <emph>Combo Box Wizard</emph> 
has the <emph>Data Processing</emph> page as the last page, whereas in the case 
of list boxes this page  [...]
 <embed href="text/shared/02/01170801.xhp#seite1"/>
 <embed href="text/shared/02/01170901.xhp#seite1"/>
 <embed href="text/shared/02/01170902.xhp#seite2"/>
diff --git a/main/helpcontent2/source/text/shared/autopi/01050100.xhp 
b/main/helpcontent2/source/text/shared/autopi/01050100.xhp
index a848fb93c2..1b494f5b6f 100644
--- a/main/helpcontent2/source/text/shared/autopi/01050100.xhp
+++ b/main/helpcontent2/source/text/shared/autopi/01050100.xhp
@@ -32,38 +32,38 @@
 <body>
 <section id="autopilotseite1">
 <bookmark xml-lang="en-US" branch="hid/SD_HID_SD_AUTOPILOT_PAGE1" 
id="bm_id3155364" localize="false"/>
-<paragraph role="heading" id="hd_id3155320" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/shared/autopi/01050100.xhp" 
name="Presentation Wizard Page 1">Presentation Wizard Page 1</link></paragraph>
-<paragraph role="paragraph" id="par_id3152594" xml-lang="en-US" l10n="U" 
oldref="14"><ahelp hid="HID_SD_AUTOPILOT_PAGE1">Specifies the presentation type 
and allows you to select a template.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3155320" xml-lang="en-US" level="1" 
l10n="U"><link href="text/shared/autopi/01050100.xhp" name="Presentation Wizard 
Page 1">Presentation Wizard Page 1</link></paragraph>
+<paragraph role="paragraph" id="par_id3152594" xml-lang="en-US" 
l10n="U"><ahelp hid="HID_SD_AUTOPILOT_PAGE1">Specifies the presentation type 
and allows you to select a template.</ahelp></paragraph>
 </section>
 <section id="howtoget">
 <embed href="text/shared/00/00000401.xhp#dtapse"/>
 </section>
-<paragraph role="heading" id="hd_id3145090" xml-lang="en-US" level="2" 
l10n="U" oldref="15">Type</paragraph>
-<paragraph role="paragraph" id="par_id3153684" xml-lang="en-US" l10n="U" 
oldref="23">You can determine the presentation type in this area.</paragraph>
+<paragraph role="heading" id="hd_id3145090" xml-lang="en-US" level="2" 
l10n="U">Type</paragraph>
+<paragraph role="paragraph" id="par_id3153684" xml-lang="en-US" l10n="U">You 
can determine the presentation type in this area.</paragraph>
 <bookmark xml-lang="en-US" branch="hid/sd:RadioButton:DLG_ASS:RB_PAGE1_EMPTY" 
id="bm_id3153749" localize="false"/>
-<paragraph role="heading" id="hd_id3153527" xml-lang="en-US" level="3" 
l10n="U" oldref="16">Empty presentation</paragraph>
-<paragraph role="paragraph" id="par_id3149388" xml-lang="en-US" l10n="U" 
oldref="24"><ahelp hid="SD:RADIOBUTTON:DLG_ASS:RB_PAGE1_EMPTY">Creates a new 
(empty) presentation.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3153527" xml-lang="en-US" level="3" 
l10n="U">Empty presentation</paragraph>
+<paragraph role="paragraph" id="par_id3149388" xml-lang="en-US" 
l10n="U"><ahelp hid="SD:RADIOBUTTON:DLG_ASS:RB_PAGE1_EMPTY">Creates a new 
(empty) presentation.</ahelp></paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/sd:RadioButton:DLG_ASS:RB_PAGE1_TEMPLATE" id="bm_id3153346" 
localize="false"/>
-<paragraph role="heading" id="hd_id3147008" xml-lang="en-US" level="3" 
l10n="U" oldref="17">From template</paragraph>
-<paragraph role="paragraph" id="par_id3154318" xml-lang="en-US" l10n="U" 
oldref="25"><ahelp hid="SD:RADIOBUTTON:DLG_ASS:RB_PAGE1_TEMPLATE">Opens a list 
box containing various modifiable presentations.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3147008" xml-lang="en-US" level="3" 
l10n="U">From template</paragraph>
+<paragraph role="paragraph" id="par_id3154318" xml-lang="en-US" 
l10n="U"><ahelp hid="SD:RADIOBUTTON:DLG_ASS:RB_PAGE1_TEMPLATE">Opens a list box 
containing various modifiable presentations.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/sd:RadioButton:DLG_ASS:RB_PAGE1_OPEN" 
id="bm_id3166460" localize="false"/>
-<paragraph role="heading" id="hd_id3153662" xml-lang="en-US" level="3" 
l10n="U" oldref="18">Open existing presentation</paragraph>
-<paragraph role="paragraph" id="par_id3147275" xml-lang="en-US" l10n="CHG" 
oldref="26"><ahelp hid="SD:RADIOBUTTON:DLG_ASS:RB_PAGE1_OPEN">Displays a list 
of previously created presentations.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3153662" xml-lang="en-US" level="3" 
l10n="U">Open existing presentation</paragraph>
+<paragraph role="paragraph" id="par_id3147275" xml-lang="en-US" 
l10n="CHG"><ahelp hid="SD:RADIOBUTTON:DLG_ASS:RB_PAGE1_OPEN">Displays a list of 
previously created presentations.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/sd:PushButton:DLG_ASS:PB_PAGE1_OPEN" 
id="bm_id5456099" localize="false"/>
 <paragraph role="paragraph" id="par_idN1067B" xml-lang="en-US" 
l10n="NEW"><ahelp hid=".">Click <emph>Open</emph> to see a file selection 
dialog.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/SD_HID_SD_AUTOPILOT_REGION" 
id="bm_id3156002" localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/SD_HID_SD_AUTOPILOT_TEMPLATES" 
id="bm_id3155136" localize="false"/>
-<paragraph role="heading" id="hd_id3149763" xml-lang="en-US" level="3" 
l10n="U" oldref="19">List of template categories (only available when you 
select the From template option)</paragraph>
-<paragraph role="paragraph" id="par_id3150503" xml-lang="en-US" l10n="U" 
oldref="27"><ahelp hid="HID_SD_AUTOPILOT_TEMPLATES">Lists the available 
template categories for presentations.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3149763" xml-lang="en-US" level="3" 
l10n="U">List of template categories (only available when you select the From 
template option)</paragraph>
+<paragraph role="paragraph" id="par_id3150503" xml-lang="en-US" 
l10n="U"><ahelp hid="HID_SD_AUTOPILOT_TEMPLATES">Lists the available template 
categories for presentations.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/SD_HID_SD_AUTOPILOT_OPEN" 
id="bm_id3153665" localize="false"/>
-<paragraph role="heading" id="hd_id3153349" xml-lang="en-US" level="3" 
l10n="U" oldref="20">List of existing presentations (only available when you 
select the Open existing presentation option)</paragraph>
-<paragraph role="paragraph" id="par_id3145317" xml-lang="en-US" l10n="CHG" 
oldref="28"><ahelp hid="HID_SD_AUTOPILOT_OPEN">Lists the presentations that you 
created and saved to the Templates directory that is specified under 
<emph>%PRODUCTNAME - Paths</emph> in the Options dialog box. To edit the layout 
and formatting of a presentation with the wizard, select the presentation, and 
then click <emph>Next</emph>.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3153349" xml-lang="en-US" level="3" 
l10n="U">List of existing presentations (only available when you select the 
Open existing presentation option)</paragraph>
+<paragraph role="paragraph" id="par_id3145317" xml-lang="en-US" 
l10n="CHG"><ahelp hid="HID_SD_AUTOPILOT_OPEN">Lists the presentations that you 
created and saved to the Templates directory that is specified under 
<emph>%PRODUCTNAME - Paths</emph> in the Options dialog box. To edit the layout 
and formatting of a presentation with the wizard, select the presentation, and 
then click <emph>Next</emph>.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/sd:CheckBox:DLG_ASS:CB_PREVIEW" 
id="bm_id3156192" localize="false"/>
-<paragraph role="heading" id="hd_id3155388" xml-lang="en-US" level="3" 
l10n="U" oldref="21">Preview</paragraph>
-<paragraph role="paragraph" id="par_id3150256" xml-lang="en-US" l10n="U" 
oldref="29"><ahelp hid="SD:CHECKBOX:DLG_ASS:CB_PREVIEW">Specifies that 
templates appear in the preview window.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3155388" xml-lang="en-US" level="3" 
l10n="U">Preview</paragraph>
+<paragraph role="paragraph" id="par_id3150256" xml-lang="en-US" 
l10n="U"><ahelp hid="SD:CHECKBOX:DLG_ASS:CB_PREVIEW">Specifies that templates 
appear in the preview window.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/sd:CheckBox:DLG_ASS:CB_STARTWITH" 
id="bm_id3145609" localize="false"/>
-<paragraph role="heading" id="hd_id3153561" xml-lang="en-US" level="3" 
l10n="U" oldref="22">Do not show this dialog again</paragraph>
-<paragraph role="paragraph" id="par_id3153061" xml-lang="en-US" l10n="U" 
oldref="30"><ahelp hid="SD:CHECKBOX:DLG_ASS:CB_STARTWITH">Specifies that you 
only want the Wizard to start when you expressly request it with <emph>File - 
Wizards - Presentation</emph>.</ahelp> This field is only visible when you 
create a presentation by choosing <emph>File - New - Presentation</emph>. You 
can also specify whether to show the dialog with the <emph>Start with 
Wizard</emph> check box in <emph><switchi [...]
-<paragraph role="paragraph" id="par_id3159414" xml-lang="en-US" l10n="U" 
oldref="13">Continue here to <link href="text/shared/autopi/01050200.xhp" 
name="Wizard Page 2">Wizard Page 2</link>.</paragraph>
+<paragraph role="heading" id="hd_id3153561" xml-lang="en-US" level="3" 
l10n="U">Do not show this dialog again</paragraph>
+<paragraph role="paragraph" id="par_id3153061" xml-lang="en-US" 
l10n="U"><ahelp hid="SD:CHECKBOX:DLG_ASS:CB_STARTWITH">Specifies that you only 
want the Wizard to start when you expressly request it with <emph>File - 
Wizards - Presentation</emph>.</ahelp> This field is only visible when you 
create a presentation by choosing <emph>File - New - Presentation</emph>. You 
can also specify whether to show the dialog with the <emph>Start with 
Wizard</emph> check box in <emph><switchinline select [...]
+<paragraph role="paragraph" id="par_id3159414" xml-lang="en-US" 
l10n="U">Continue here to <link href="text/shared/autopi/01050200.xhp" 
name="Wizard Page 2">Wizard Page 2</link>.</paragraph>
 </body>
 </helpdocument>
diff --git 
a/main/helpcontent2/source/text/shared/explorer/database/02000000.xhp 
b/main/helpcontent2/source/text/shared/explorer/database/02000000.xhp
index 41ca8394fd..68188c02a9 100644
--- a/main/helpcontent2/source/text/shared/explorer/database/02000000.xhp
+++ b/main/helpcontent2/source/text/shared/explorer/database/02000000.xhp
@@ -36,44 +36,44 @@
 <bookmark_value>printing; queries (Base)</bookmark_value>
 <bookmark_value>queries; printing (Base)</bookmark_value>
 </bookmark><comment>mw added "(Base)" to all entries </comment>
-<paragraph role="heading" id="hd_id3150445" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/shared/explorer/database/02000000.xhp" 
name="Queries">Queries</link></paragraph>
-<paragraph role="paragraph" id="par_id3150499" xml-lang="en-US" l10n="CHG" 
oldref="2">A "query" is a special view of a table. A query can display chosen 
records or chosen fields within records; it can also sort those records. A 
query can apply to one table to multiple tables, if they are linked by common 
data fields.<comment>i73680</comment></paragraph>
+<paragraph role="heading" id="hd_id3150445" xml-lang="en-US" level="1" 
l10n="U"><link href="text/shared/explorer/database/02000000.xhp" 
name="Queries">Queries</link></paragraph>
+<paragraph role="paragraph" id="par_id3150499" xml-lang="en-US" l10n="CHG">A 
"query" is a special view of a table. A query can display chosen records or 
chosen fields within records; it can also sort those records. A query can apply 
to one table to multiple tables, if they are linked by common data 
fields.<comment>i73680</comment></paragraph>
 </section>
 <section id="howtoget">
 <embed href="text/shared/00/00000450.xhp#Abfragen"/>
 </section>
-<paragraph role="paragraph" id="par_id3147399" xml-lang="en-US" l10n="U" 
oldref="12">Use queries to find records from data tables based on certain 
criteria. All queries created for a database are listed under the 
<emph>Queries</emph> entry. Since this entry contains the database queries, it 
is also called the "query container".</paragraph>
-<paragraph role="heading" id="hd_id3153750" xml-lang="en-US" level="2" 
l10n="U" oldref="39">Printing Queries</paragraph>
-<paragraph role="paragraph" id="par_id3149183" xml-lang="en-US" l10n="U" 
oldref="40">To print a query or table:</paragraph>
+<paragraph role="paragraph" id="par_id3147399" xml-lang="en-US" l10n="U">Use 
queries to find records from data tables based on certain criteria. All queries 
created for a database are listed under the <emph>Queries</emph> entry. Since 
this entry contains the database queries, it is also called the "query 
container".</paragraph>
+<paragraph role="heading" id="hd_id3153750" xml-lang="en-US" level="2" 
l10n="U">Printing Queries</paragraph>
+<paragraph role="paragraph" id="par_id3149183" xml-lang="en-US" l10n="U">To 
print a query or table:</paragraph>
 <list type="ordered">
 <listitem>
-<paragraph role="listitem" id="par_id3156426" xml-lang="en-US" l10n="U" 
oldref="41">Open a text document (or a spreadsheet document if you prefer the 
specific printing functions of this type of document).</paragraph>
+<paragraph role="listitem" id="par_id3156426" xml-lang="en-US" l10n="U">Open a 
text document (or a spreadsheet document if you prefer the specific printing 
functions of this type of document).</paragraph>
 </listitem>
 <listitem>
-<paragraph role="listitem" id="par_id3149827" xml-lang="en-US" l10n="CHG" 
oldref="42">Open the database file and click the Table icon if you want to 
print a table, or click the Query icon if you want to print a query.</paragraph>
+<paragraph role="listitem" id="par_id3149827" xml-lang="en-US" l10n="CHG">Open 
the database file and click the Table icon if you want to print a table, or 
click the Query icon if you want to print a query.</paragraph>
 </listitem>
 <listitem>
-<paragraph role="listitem" id="par_id3149398" xml-lang="en-US" l10n="CHG" 
oldref="43">Drag the name of the table or query into the open text document or 
spreadsheet. The dialog <link href="text/shared/02/12070000.xhp" name="Insert 
Database Columns">Insert Database Columns</link> opens.</paragraph>
+<paragraph role="listitem" id="par_id3149398" xml-lang="en-US" l10n="CHG">Drag 
the name of the table or query into the open text document or spreadsheet. The 
dialog <link href="text/shared/02/12070000.xhp" name="Insert Database 
Columns">Insert Database Columns</link> opens.</paragraph>
 </listitem>
 <listitem>
-<paragraph role="listitem" id="par_id3150443" xml-lang="en-US" l10n="U" 
oldref="44">Decide which columns = data fields you want to include. You can 
also click the <emph>AutoFormat</emph> button and select a corresponding 
formatting type. Close the dialog.</paragraph>
-<paragraph role="listitem" id="par_id3153561" xml-lang="en-US" l10n="U" 
oldref="49">The query or table will be inserted into your document.</paragraph>
+<paragraph role="listitem" id="par_id3150443" xml-lang="en-US" l10n="U">Decide 
which columns = data fields you want to include. You can also click the 
<emph>AutoFormat</emph> button and select a corresponding formatting type. 
Close the dialog.</paragraph>
+<paragraph role="listitem" id="par_id3153561" xml-lang="en-US" l10n="U">The 
query or table will be inserted into your document.</paragraph>
 </listitem>
 <listitem>
-<paragraph role="listitem" id="par_id3150503" xml-lang="en-US" l10n="U" 
oldref="50">Print the document by choosing <emph>File - 
Print</emph>.</paragraph>
+<paragraph role="listitem" id="par_id3150503" xml-lang="en-US" l10n="U">Print 
the document by choosing <emph>File - Print</emph>.</paragraph>
 </listitem>
 </list>
-<paragraph role="tip" id="par_id3153146" xml-lang="en-US" l10n="CHG" 
oldref="47">You can also open the data source view (F4), select the entire 
database table in the data source view (button in the top left corner of the 
table), and then drag the selection to a text document or 
spreadsheet.</paragraph>
-<paragraph role="heading" id="hd_id3148946" xml-lang="en-US" level="2" 
l10n="U" oldref="46"><link href="text/shared/main0212.xhp" name="Sorting and 
Filtering Data">Sorting and Filtering Data</link></paragraph>
-<paragraph role="paragraph" id="par_id3149655" xml-lang="en-US" l10n="U" 
oldref="28">Allows you to sort and filter the data in a query table.</paragraph>
-<paragraph role="heading" id="hd_id3153379" xml-lang="en-US" level="2" 
l10n="U" oldref="14"><link href="text/shared/explorer/database/02010100.xhp" 
name="Query Design">Query Design</link></paragraph>
-<paragraph role="paragraph" id="par_id3151211" xml-lang="en-US" l10n="U" 
oldref="18">With the <emph>Query Design</emph>, you can create and edit a query 
or view.</paragraph>
+<paragraph role="tip" id="par_id3153146" xml-lang="en-US" l10n="CHG">You can 
also open the data source view (F4), select the entire database table in the 
data source view (button in the top left corner of the table), and then drag 
the selection to a text document or spreadsheet.</paragraph>
+<paragraph role="heading" id="hd_id3148946" xml-lang="en-US" level="2" 
l10n="U"><link href="text/shared/main0212.xhp" name="Sorting and Filtering 
Data">Sorting and Filtering Data</link></paragraph>
+<paragraph role="paragraph" id="par_id3149655" xml-lang="en-US" 
l10n="U">Allows you to sort and filter the data in a query table.</paragraph>
+<paragraph role="heading" id="hd_id3153379" xml-lang="en-US" level="2" 
l10n="U"><link href="text/shared/explorer/database/02010100.xhp" name="Query 
Design">Query Design</link></paragraph>
+<paragraph role="paragraph" id="par_id3151211" xml-lang="en-US" l10n="U">With 
the <emph>Query Design</emph>, you can create and edit a query or 
view.</paragraph>
 <embed href="text/shared/main0214.xhp#sql"/>
-<paragraph role="heading" id="hd_id3153968" xml-lang="en-US" level="2" 
l10n="U" oldref="29"><link href="text/shared/explorer/database/02010100.xhp" 
name="Query Through Several Tables">Query Through Several 
Tables</link></paragraph>
-<paragraph role="paragraph" id="par_id3151043" xml-lang="en-US" l10n="U" 
oldref="30">The query result can contain data from several tables if these are 
linked to each other by suitable data fields.</paragraph>
-<paragraph role="heading" id="hd_id3159149" xml-lang="en-US" level="2" 
l10n="U" oldref="31"><link href="text/shared/explorer/database/02010100.xhp" 
name="Formulating Query Criteria">Formulating Query Criteria</link></paragraph>
-<paragraph role="paragraph" id="par_id3154910" xml-lang="en-US" l10n="U" 
oldref="32">You can find out which operators and commands can be used to 
formulate the filter conditions for a query.</paragraph>
-<paragraph role="heading" id="hd_id3156212" xml-lang="en-US" level="2" 
l10n="U" oldref="33"><link href="text/shared/explorer/database/02010100.xhp" 
name="Executing Functions">Executing Functions</link></paragraph>
-<paragraph role="paragraph" id="par_id3144762" xml-lang="en-US" l10n="U" 
oldref="34">You can perform calculations with the data of a table and store the 
results as a query result.</paragraph>
+<paragraph role="heading" id="hd_id3153968" xml-lang="en-US" level="2" 
l10n="U"><link href="text/shared/explorer/database/02010100.xhp" name="Query 
Through Several Tables">Query Through Several Tables</link></paragraph>
+<paragraph role="paragraph" id="par_id3151043" xml-lang="en-US" l10n="U">The 
query result can contain data from several tables if these are linked to each 
other by suitable data fields.</paragraph>
+<paragraph role="heading" id="hd_id3159149" xml-lang="en-US" level="2" 
l10n="U"><link href="text/shared/explorer/database/02010100.xhp" 
name="Formulating Query Criteria">Formulating Query Criteria</link></paragraph>
+<paragraph role="paragraph" id="par_id3154910" xml-lang="en-US" l10n="U">You 
can find out which operators and commands can be used to formulate the filter 
conditions for a query.</paragraph>
+<paragraph role="heading" id="hd_id3156212" xml-lang="en-US" level="2" 
l10n="U"><link href="text/shared/explorer/database/02010100.xhp" 
name="Executing Functions">Executing Functions</link></paragraph>
+<paragraph role="paragraph" id="par_id3144762" xml-lang="en-US" l10n="U">You 
can perform calculations with the data of a table and store the results as a 
query result.</paragraph>
 </body>
 </helpdocument>
diff --git 
a/main/helpcontent2/source/text/shared/explorer/database/05020000.xhp 
b/main/helpcontent2/source/text/shared/explorer/database/05020000.xhp
index 90053e6446..dd7e9fc148 100644
--- a/main/helpcontent2/source/text/shared/explorer/database/05020000.xhp
+++ b/main/helpcontent2/source/text/shared/explorer/database/05020000.xhp
@@ -31,38 +31,38 @@
 <body>
 <section id="relationen">
 <bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_CTL_RELATIONTAB" 
id="bm_id3153345" localize="false"/>
-<paragraph role="heading" id="hd_id3153323" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/shared/explorer/database/05020000.xhp" 
name="Relations">Relations</link></paragraph>
+<paragraph role="heading" id="hd_id3153323" xml-lang="en-US" level="1" 
l10n="U"><link href="text/shared/explorer/database/05020000.xhp" 
name="Relations">Relations</link></paragraph>
 <bookmark xml-lang="en-US" branch="index" id="bm_id3146957">
 <bookmark_value>relational databases (Base)</bookmark_value>
 </bookmark><comment>mw added "(Base)"</comment>
-<paragraph role="paragraph" id="par_id3146957" xml-lang="en-US" l10n="U" 
oldref="2">This command opens the <emph>Relation Design</emph> window, which 
allows you to define relationships between various database tables.</paragraph>
+<paragraph role="paragraph" id="par_id3146957" xml-lang="en-US" l10n="U">This 
command opens the <emph>Relation Design</emph> window, which allows you to 
define relationships between various database tables.</paragraph>
 </section>
-<paragraph role="paragraph" id="par_id3154823" xml-lang="en-US" l10n="CHG" 
oldref="19"><ahelp hid="HID_CTL_RELATIONTAB">Here you can link together tables 
from the current database through common data fields.</ahelp> Click the 
<emph>New Relation</emph> icon to create the relationships, or simply 
drag-and-drop with the mouse.</paragraph>
+<paragraph role="paragraph" id="par_id3154823" xml-lang="en-US" 
l10n="CHG"><ahelp hid="HID_CTL_RELATIONTAB">Here you can link together tables 
from the current database through common data fields.</ahelp> Click the 
<emph>New Relation</emph> icon to create the relationships, or simply 
drag-and-drop with the mouse.</paragraph>
 <section id="howtoget">
 <embed href="text/shared/00/00000450.xhp#relationen"/>
 </section>
-<paragraph role="note" id="par_id3145316" xml-lang="en-US" l10n="U" 
oldref="3">This function is only available if you are working with a relational 
database.</paragraph>
-<paragraph role="paragraph" id="par_id3149235" xml-lang="en-US" l10n="CHG" 
oldref="4">When you choose <emph>Tools - Relationships</emph>, a window opens 
in which all the existing relationships between the tables of the current 
database are shown. If no relationships have been defined, or if you want to 
relate other tables of the database to each other, then click the <emph>Add 
Tables</emph> icon. The <link href="text/shared/02/14020100.xhp" name="Add 
Tables">Add Tables</link> dialog open [...]
+<paragraph role="note" id="par_id3145316" xml-lang="en-US" l10n="U">This 
function is only available if you are working with a relational 
database.</paragraph>
+<paragraph role="paragraph" id="par_id3149235" xml-lang="en-US" 
l10n="CHG">When you choose <emph>Tools - Relationships</emph>, a window opens 
in which all the existing relationships between the tables of the current 
database are shown. If no relationships have been defined, or if you want to 
relate other tables of the database to each other, then click the <emph>Add 
Tables</emph> icon. The <link href="text/shared/02/14020100.xhp" name="Add 
Tables">Add Tables</link> dialog opens in which  [...]
 <embed href="text/shared/00/00000450.xhp#sytabelle"/>
-<paragraph role="note" id="par_id3152812" xml-lang="en-US" l10n="U" 
oldref="17">If the <emph>Relation Design</emph> window is open, the selected 
tables cannot be modified, even in Table Design mode. This ensures that tables 
are not changed while the relations are being created.</paragraph>
-<paragraph role="paragraph" id="par_id3150541" xml-lang="en-US" l10n="U" 
oldref="5">The selected tables are shown in the top area of the design view. 
You can close a table window through the context menu or with the Delete 
key.</paragraph>
+<paragraph role="note" id="par_id3152812" xml-lang="en-US" l10n="U">If the 
<emph>Relation Design</emph> window is open, the selected tables cannot be 
modified, even in Table Design mode. This ensures that tables are not changed 
while the relations are being created.</paragraph>
+<paragraph role="paragraph" id="par_id3150541" xml-lang="en-US" l10n="U">The 
selected tables are shown in the top area of the design view. You can close a 
table window through the context menu or with the Delete key.</paragraph>
 <embed href="text/shared/explorer/database/02010100.xhp#darstellungaendern"/>
 <bookmark xml-lang="en-US" branch="index" id="bm_id3148922">
 <bookmark_value>primary keys;inserting (Base)</bookmark_value>
 <bookmark_value>keys;primary keys (Base)</bookmark_value>
 <bookmark_value>external keys (Base)</bookmark_value>
 </bookmark><comment>mw added "(Base)" to all entries</comment>
-<paragraph role="heading" id="hd_id3148922" xml-lang="en-US" level="2" 
l10n="U" oldref="6">Primary key and other key</paragraph>
-<paragraph role="paragraph" id="par_id3149168" xml-lang="en-US" l10n="U" 
oldref="7">If you want to define a relation among the different tables, you 
should enter a <link href="text/shared/00/00000005.xhp#primaerschluessel" 
name="primary key">primary key</link> that clearly identifies a data field of 
the existing table. You can refer to the primary key from other tables to 
access the data of this table. All data fields referring to this primary key 
will be identified as an external key.</ [...]
-<paragraph role="paragraph" id="par_id3147085" xml-lang="en-US" l10n="U" 
oldref="8">All data fields referring to a primary key will be identified in the 
table window by a small key symbol.</paragraph>
-<paragraph role="heading" id="hd_id3153193" xml-lang="en-US" level="2" 
l10n="U" oldref="12">Define relations</paragraph>
+<paragraph role="heading" id="hd_id3148922" xml-lang="en-US" level="2" 
l10n="U">Primary key and other key</paragraph>
+<paragraph role="paragraph" id="par_id3149168" xml-lang="en-US" l10n="U">If 
you want to define a relation among the different tables, you should enter a 
<link href="text/shared/00/00000005.xhp#primaerschluessel" name="primary 
key">primary key</link> that clearly identifies a data field of the existing 
table. You can refer to the primary key from other tables to access the data of 
this table. All data fields referring to this primary key will be identified as 
an external key.</paragraph>
+<paragraph role="paragraph" id="par_id3147085" xml-lang="en-US" l10n="U">All 
data fields referring to a primary key will be identified in the table window 
by a small key symbol.</paragraph>
+<paragraph role="heading" id="hd_id3153193" xml-lang="en-US" level="2" 
l10n="U">Define relations</paragraph>
 <bookmark xml-lang="en-US" branch="index" id="bm_id3155430">
 <bookmark_value>relations; creating and deleting (Base)</bookmark_value>
 </bookmark><comment>mw added "(Base)"</comment>
-<paragraph role="paragraph" id="par_id3155430" xml-lang="en-US" l10n="U" 
oldref="13">All existing relations are shown in the relations windows by a line 
that connects the primary and other key fields. You can add a relation by using 
drag-and-drop to drop the field of one table onto the field of the other table. 
A relation is removed again by selecting it and pressing the Delete 
key.</paragraph>
-<paragraph role="paragraph" id="par_id3149984" xml-lang="en-US" l10n="U" 
oldref="18">Alternatively, you can also click the <emph>New Relation</emph> 
icon in the top area of the relation field and define the relation between two 
tables in the <link href="text/shared/explorer/database/05020100.xhp" 
name="Relations"><emph>Relations</emph></link> dialog.</paragraph>
+<paragraph role="paragraph" id="par_id3155430" xml-lang="en-US" l10n="U">All 
existing relations are shown in the relations windows by a line that connects 
the primary and other key fields. You can add a relation by using drag-and-drop 
to drop the field of one table onto the field of the other table. A relation is 
removed again by selecting it and pressing the Delete key.</paragraph>
+<paragraph role="paragraph" id="par_id3149984" xml-lang="en-US" 
l10n="U">Alternatively, you can also click the <emph>New Relation</emph> icon 
in the top area of the relation field and define the relation between two 
tables in the <link href="text/shared/explorer/database/05020100.xhp" 
name="Relations"><emph>Relations</emph></link> dialog.</paragraph>
 <embed href="text/shared/00/00000450.xhp#SyRelationen"/>
-<paragraph role="warning" id="par_id3153093" xml-lang="en-US" l10n="U" 
oldref="14">If you use $[officename] as the front-end for a relational 
database, the creation and deletion of relationships is not placed in an 
intermediate memory by $[officename], but is forwarded directly to the external 
database.</paragraph>
-<paragraph role="paragraph" id="par_id3155856" xml-lang="en-US" l10n="U" 
oldref="15">By double-clicking a connection line, you can assign certain 
properties to the relation. The <emph>Relations</emph> dialog opens.</paragraph>
+<paragraph role="warning" id="par_id3153093" xml-lang="en-US" l10n="U">If you 
use $[officename] as the front-end for a relational database, the creation and 
deletion of relationships is not placed in an intermediate memory by 
$[officename], but is forwarded directly to the external database.</paragraph>
+<paragraph role="paragraph" id="par_id3155856" xml-lang="en-US" l10n="U">By 
double-clicking a connection line, you can assign certain properties to the 
relation. The <emph>Relations</emph> dialog opens.</paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/shared/optionen/01150300.xhp 
b/main/helpcontent2/source/text/shared/optionen/01150300.xhp
index d58e3c574a..4edc9e6d79 100644
--- a/main/helpcontent2/source/text/shared/optionen/01150300.xhp
+++ b/main/helpcontent2/source/text/shared/optionen/01150300.xhp
@@ -33,45 +33,45 @@
 <bookmark xml-lang="en-US" branch="index" id="bm_id3148668">
 <bookmark_value>CTL; options</bookmark_value>
 </bookmark>
-<paragraph role="heading" id="hd_id3148668" xml-lang="en-US" level="1" 
l10n="U" oldref="3"><link href="text/shared/optionen/01150300.xhp" 
name="Complex Text Layout">Complex Text Layout</link></paragraph>
-<paragraph role="paragraph" id="par_id3150247" xml-lang="en-US" l10n="U" 
oldref="4"><ahelp hid=".">Defines the options for documents with complex text 
layouts.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3148668" xml-lang="en-US" level="1" 
l10n="U"><link href="text/shared/optionen/01150300.xhp" name="Complex Text 
Layout">Complex Text Layout</link></paragraph>
+<paragraph role="paragraph" id="par_id3150247" xml-lang="en-US" 
l10n="U"><ahelp hid=".">Defines the options for documents with complex text 
layouts.</ahelp></paragraph>
 </section>
 <section id="howtoget">
 <embed href="text/shared/00/00000406.xhp#sprachenctl"/>
 </section>
 <embed href="text/shared/guide/ctl.xhp#ctl"/>
-<paragraph role="heading" id="hd_id3145090" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Sequence checking</paragraph>
-<paragraph role="paragraph" id="par_id3147226" xml-lang="en-US" l10n="U" 
oldref="6">In languages such as Thai, rules specify that certain characters are 
not allowed next to other characters. If Sequence Input Checking (SIC) is 
enabled, <item type="productname">%PRODUCTNAME</item> will not allow a 
character next to another if this is forbidden by a rule.</paragraph>
+<paragraph role="heading" id="hd_id3145090" xml-lang="en-US" level="2" 
l10n="U">Sequence checking</paragraph>
+<paragraph role="paragraph" id="par_id3147226" xml-lang="en-US" l10n="U">In 
languages such as Thai, rules specify that certain characters are not allowed 
next to other characters. If Sequence Input Checking (SIC) is enabled, <item 
type="productname">%PRODUCTNAME</item> will not allow a character next to 
another if this is forbidden by a rule.</paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/cui:CheckBox:RID_SVXPAGE_OPTIONS_CTL:CB_SEQUENCECHECKING" 
id="bm_id3153681" localize="false"/>
 <!-- removed HID OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_SEQU_CHECK -->
-<paragraph role="heading" id="hd_id3159234" xml-lang="en-US" level="3" 
l10n="U" oldref="1">Use sequence checking</paragraph>
-<paragraph role="paragraph" id="par_id3157958" xml-lang="en-US" l10n="CHG" 
oldref="2"><ahelp hid="OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_SEQU_CHECK">Enables 
sequence input checking for languages such as Thai.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3159234" xml-lang="en-US" level="3" 
l10n="U">Use sequence checking</paragraph>
+<paragraph role="paragraph" id="par_id3157958" xml-lang="en-US" 
l10n="CHG"><ahelp hid="OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_SEQU_CHECK">Enables 
sequence input checking for languages such as Thai.</ahelp></paragraph>
 <paragraph role="paragraph" id="par_idN106A3" xml-lang="en-US" 
l10n="NEW"><comment>hid/svx_CheckBox_RID_SVXPAGE_OPTIONS_CTL_CB_RESTRICTED</comment><comment>UFI:
 must wait for next CWS to be converted to a Help ID</comment></paragraph>
 <paragraph role="heading" id="par_idN10691" xml-lang="en-US" level="3" 
l10n="NEW">Restricted</paragraph>
 <paragraph role="paragraph" id="par_idN10695" xml-lang="en-US" 
l10n="NEW">Prevents the use as well as the printing of illegal character 
combinations.<comment>UFI: see #103780#</comment></paragraph>
-<paragraph role="heading" id="hd_id3166410" xml-lang="en-US" level="2" 
l10n="U" oldref="7">Cursor control</paragraph>
-<paragraph role="paragraph" id="par_id3146797" xml-lang="en-US" l10n="U" 
oldref="8">Select the type of text cursor movement and text selection for mixed 
text (right-to-left mixed with left-to-right text direction).</paragraph>
+<paragraph role="heading" id="hd_id3166410" xml-lang="en-US" level="2" 
l10n="U">Cursor control</paragraph>
+<paragraph role="paragraph" id="par_id3146797" xml-lang="en-US" 
l10n="U">Select the type of text cursor movement and text selection for mixed 
text (right-to-left mixed with left-to-right text direction).</paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/cui:RadioButton:RID_SVXPAGE_OPTIONS_CTL:RB_MOVEMENT_LOGICAL" 
id="bm_id3145383" localize="false"/>
-<paragraph role="heading" id="hd_id3147653" xml-lang="en-US" level="3" 
l10n="U" oldref="9">Logical</paragraph>
-<paragraph role="paragraph" id="par_id3155342" xml-lang="en-US" l10n="CHG" 
oldref="10"><ahelp 
hid="SVX_RADIOBUTTON_RID_SVXPAGE_OPTIONS_CTL_RB_MOVEMENT_LOGICAL">Pressing the 
Right Arrow key moves the text cursor toward the end of the current text. 
Pressing the Left Arrow key moves the text cursor toward the beginning of the 
current text.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3147653" xml-lang="en-US" level="3" 
l10n="U">Logical</paragraph>
+<paragraph role="paragraph" id="par_id3155342" xml-lang="en-US" 
l10n="CHG"><ahelp 
hid="SVX_RADIOBUTTON_RID_SVXPAGE_OPTIONS_CTL_RB_MOVEMENT_LOGICAL">Pressing the 
Right Arrow key moves the text cursor toward the end of the current text. 
Pressing the Left Arrow key moves the text cursor toward the beginning of the 
current text.</ahelp></paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/cui:RadioButton:RID_SVXPAGE_OPTIONS_CTL:RB_MOVEMENT_VISUAL" 
id="bm_id3148685" localize="false"/>
-<paragraph role="heading" id="hd_id3145317" xml-lang="en-US" level="3" 
l10n="U" oldref="11">Visual</paragraph>
-<paragraph role="paragraph" id="par_id3149233" xml-lang="en-US" l10n="CHG" 
oldref="12"><ahelp 
hid="SVX_RADIOBUTTON_RID_SVXPAGE_OPTIONS_CTL_RB_MOVEMENT_VISUAL">Pressing the 
Right Arrow key moves the text cursor in the right-hand direction. Pressing the 
Left Arrow key moves the text cursor in the left-hand 
direction.</ahelp></paragraph>
-<paragraph role="heading" id="hd_id3157910" xml-lang="en-US" level="2" 
l10n="U" oldref="13">General options</paragraph>
+<paragraph role="heading" id="hd_id3145317" xml-lang="en-US" level="3" 
l10n="U">Visual</paragraph>
+<paragraph role="paragraph" id="par_id3149233" xml-lang="en-US" 
l10n="CHG"><ahelp 
hid="SVX_RADIOBUTTON_RID_SVXPAGE_OPTIONS_CTL_RB_MOVEMENT_VISUAL">Pressing the 
Right Arrow key moves the text cursor in the right-hand direction. Pressing the 
Left Arrow key moves the text cursor in the left-hand 
direction.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3157910" xml-lang="en-US" level="2" 
l10n="U">General options</paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/cui:ListBox:RID_SVXPAGE_OPTIONS_CTL:LB_NUMERALS" id="bm_id3159400" 
localize="false"/>
-<paragraph role="heading" id="hd_id3159176" xml-lang="en-US" level="3" 
l10n="U" oldref="14">Numerals (in text only)</paragraph>
-<paragraph role="paragraph" id="par_id3153254" xml-lang="en-US" l10n="U" 
oldref="15"><ahelp 
hid="SVX_LISTBOX_RID_SVXPAGE_OPTIONS_CTL_LB_NUMERALS">Selects the type of 
numerals used within text, text in objects, fields, and controls, in all <item 
type="productname">%PRODUCTNAME</item> modules. Only cell contents of <item 
type="productname">%PRODUCTNAME</item> Calc are not 
affected.</ahelp><comment>UFI: see 
http://www.webster-dictionary.org/definition/Indian%20numerals</comment></paragraph>
+<paragraph role="heading" id="hd_id3159176" xml-lang="en-US" level="3" 
l10n="U">Numerals (in text only)</paragraph>
+<paragraph role="paragraph" id="par_id3153254" xml-lang="en-US" 
l10n="U"><ahelp hid="SVX_LISTBOX_RID_SVXPAGE_OPTIONS_CTL_LB_NUMERALS">Selects 
the type of numerals used within text, text in objects, fields, and controls, 
in all <item type="productname">%PRODUCTNAME</item> modules. Only cell contents 
of <item type="productname">%PRODUCTNAME</item> Calc are not 
affected.</ahelp><comment>UFI: see 
http://www.webster-dictionary.org/definition/Indian%20numerals</comment></paragraph>
 <list type="unordered">
 <listitem>
-<paragraph role="listitem" id="par_id3153561" xml-lang="en-US" l10n="CHG" 
oldref="16">Arabic: All numbers are shown using Arabic numerals. This is the 
default.</paragraph>
+<paragraph role="listitem" id="par_id3153561" xml-lang="en-US" 
l10n="CHG">Arabic: All numbers are shown using Arabic numerals. This is the 
default.</paragraph>
 </listitem>
 <listitem>
-<paragraph role="listitem" id="par_id3148563" xml-lang="en-US" l10n="CHG" 
oldref="17">Hindi: All numbers are shown using Hindi numerals.</paragraph>
+<paragraph role="listitem" id="par_id3148563" xml-lang="en-US" 
l10n="CHG">Hindi: All numbers are shown using Hindi numerals.</paragraph>
 </listitem>
 <listitem>
-<paragraph role="listitem" id="par_id3149295" xml-lang="en-US" l10n="CHG" 
oldref="18">System: All numbers are shown using Arabic or Hindi numerals, 
according to the locale settings defined by your system locale.</paragraph>
+<paragraph role="listitem" id="par_id3149295" xml-lang="en-US" 
l10n="CHG">System: All numbers are shown using Arabic or Hindi numerals, 
according to the locale settings defined by your system locale.</paragraph>
 </listitem>
 </list>
-<paragraph role="paragraph" id="par_id3146794" xml-lang="en-US" l10n="U" 
oldref="19">This setting is not saved in the document but in the <item 
type="productname">%PRODUCTNAME</item> configuration.</paragraph>
+<paragraph role="paragraph" id="par_id3146794" xml-lang="en-US" l10n="U">This 
setting is not saved in the document but in the <item 
type="productname">%PRODUCTNAME</item> configuration.</paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/swriter/01/04030000.xhp 
b/main/helpcontent2/source/text/swriter/01/04030000.xhp
index b41eab61cc..93ea91e070 100644
--- a/main/helpcontent2/source/text/swriter/01/04030000.xhp
+++ b/main/helpcontent2/source/text/swriter/01/04030000.xhp
@@ -33,42 +33,42 @@
 <bookmark xml-lang="en-US" branch="hid/.uno:InsertFootnoteDialog" 
id="bm_id3148770" localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/.uno:InsertFootnote" id="bm_id4793576" 
localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/.uno:InsertFootnote" id="bm_id3148773" 
localize="false"/>
-<paragraph role="heading" id="hd_id3145241" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/swriter/01/04030000.xhp" name="Insert 
Footnote">Footnote/Endnote</link></paragraph>
-<paragraph role="paragraph" id="par_id3147167" xml-lang="en-US" l10n="U" 
oldref="2"><variable id="fussnoteein"><ahelp hid=".uno:InsertFootnote">Inserts 
a footnote or an endnote in the document. The anchor for the note is inserted 
at the current cursor position.</ahelp> You can choose between automatic 
numbering or a custom symbol. 
+<paragraph role="heading" id="hd_id3145241" xml-lang="en-US" level="1" 
l10n="U"><link href="text/swriter/01/04030000.xhp" name="Insert 
Footnote">Footnote/Endnote</link></paragraph>
+<paragraph role="paragraph" id="par_id3147167" xml-lang="en-US" 
l10n="U"><variable id="fussnoteein"><ahelp hid=".uno:InsertFootnote">Inserts a 
footnote or an endnote in the document. The anchor for the note is inserted at 
the current cursor position.</ahelp> You can choose between automatic numbering 
or a custom symbol. 
 </variable></paragraph>
-<paragraph role="paragraph" id="par_id3154645" xml-lang="en-US" l10n="U" 
oldref="23"><variable id="endnoten">The following applies to both footnotes and 
endnotes. 
+<paragraph role="paragraph" id="par_id3154645" xml-lang="en-US" 
l10n="U"><variable id="endnoten">The following applies to both footnotes and 
endnotes. 
 </variable></paragraph>
-<paragraph role="paragraph" id="par_id3151175" xml-lang="en-US" l10n="U" 
oldref="24"><variable id="endnotetext">Footnotes are inserted at the end of a 
page, and endnotes are inserted at the end of a document. 
+<paragraph role="paragraph" id="par_id3151175" xml-lang="en-US" 
l10n="U"><variable id="endnotetext">Footnotes are inserted at the end of a 
page, and endnotes are inserted at the end of a document. 
 </variable><comment>UFI: what about sections? Will endnotes be placed 
there?</comment></paragraph>
 <section id="howtoget">
 <embed href="text/swriter/00/00000404.xhp#fussnoteein"/>
 </section>
-<paragraph role="heading" id="hd_id3154106" xml-lang="en-US" level="2" 
l10n="U" oldref="7">Numbering</paragraph>
-<paragraph role="paragraph" id="par_id3149812" xml-lang="en-US" l10n="U" 
oldref="16">Select the type of numbering that you want to use for footnotes and 
endnotes.</paragraph>
+<paragraph role="heading" id="hd_id3154106" xml-lang="en-US" level="2" 
l10n="U">Numbering</paragraph>
+<paragraph role="paragraph" id="par_id3149812" xml-lang="en-US" 
l10n="U">Select the type of numbering that you want to use for footnotes and 
endnotes.</paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/sw:RadioButton:DLG_INS_FOOTNOTE:RB_NUMBER_AUTO" id="bm_id3154482" 
localize="false"/>
-<paragraph role="heading" id="hd_id3154470" xml-lang="en-US" level="3" 
l10n="U" oldref="8">Automatic</paragraph>
-<paragraph role="paragraph" id="par_id3153670" xml-lang="en-US" l10n="U" 
oldref="17"><variable id="bearbeitenautomatisch"><ahelp 
hid="SW:RADIOBUTTON:DLG_INS_FOOTNOTE:RB_NUMBER_AUTO">Automatically assigns 
consecutive numbers to the footnotes or endnotes that you insert.</ahelp> To 
change the settings for automatic numbering, choose <link 
href="text/swriter/01/06080000.xhp" name="Tools - Footnotes"><emph>Tools - 
Footnotes/Endnotes</emph></link>. 
+<paragraph role="heading" id="hd_id3154470" xml-lang="en-US" level="3" 
l10n="U">Automatic</paragraph>
+<paragraph role="paragraph" id="par_id3153670" xml-lang="en-US" 
l10n="U"><variable id="bearbeitenautomatisch"><ahelp 
hid="SW:RADIOBUTTON:DLG_INS_FOOTNOTE:RB_NUMBER_AUTO">Automatically assigns 
consecutive numbers to the footnotes or endnotes that you insert.</ahelp> To 
change the settings for automatic numbering, choose <link 
href="text/swriter/01/06080000.xhp" name="Tools - Footnotes"><emph>Tools - 
Footnotes/Endnotes</emph></link>. 
 </variable></paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/sw:RadioButton:DLG_INS_FOOTNOTE:RB_NUMBER_CHAR" id="bm_id3152963" 
localize="false"/>
 <bookmark xml-lang="en-US" 
branch="hid/sw:Edit:DLG_INS_FOOTNOTE:ED_NUMBER_CHAR" id="bm_id3152962" 
localize="false"/>
-<paragraph role="heading" id="hd_id3152952" xml-lang="en-US" level="3" 
l10n="U" oldref="9">Character</paragraph>
-<paragraph role="paragraph" id="par_id3155901" xml-lang="en-US" l10n="U" 
oldref="18"><variable id="bearbeitenzeichen"><ahelp 
hid="SW:EDIT:DLG_INS_FOOTNOTE:ED_NUMBER_CHAR">Choose this option to define a 
character or symbol for the current footnote.</ahelp> This can be either a 
letter or number. To assign a special character, click the button at the 
bottom. 
+<paragraph role="heading" id="hd_id3152952" xml-lang="en-US" level="3" 
l10n="U">Character</paragraph>
+<paragraph role="paragraph" id="par_id3155901" xml-lang="en-US" 
l10n="U"><variable id="bearbeitenzeichen"><ahelp 
hid="SW:EDIT:DLG_INS_FOOTNOTE:ED_NUMBER_CHAR">Choose this option to define a 
character or symbol for the current footnote.</ahelp> This can be either a 
letter or number. To assign a special character, click the button at the 
bottom. 
 </variable></paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/sw:PushButton:DLG_INS_FOOTNOTE:BT_NUMBER_CHAR" id="bm_id3153519" 
localize="false"/>
-<paragraph role="heading" id="hd_id3155185" xml-lang="en-US" level="3" 
l10n="U" oldref="10">...</paragraph>
-<paragraph role="paragraph" id="par_id3153526" xml-lang="en-US" l10n="U" 
oldref="19"><variable id="bearbeitensonderzeichen"><ahelp 
hid="SW:PUSHBUTTON:DLG_INS_FOOTNOTE:BT_NUMBER_CHAR">Inserts a <link 
href="text/shared/01/04100000.xhp" name="special character ">special character 
</link> as a footnote or endnote anchor.</ahelp>
+<paragraph role="heading" id="hd_id3155185" xml-lang="en-US" level="3" 
l10n="U">...</paragraph>
+<paragraph role="paragraph" id="par_id3153526" xml-lang="en-US" 
l10n="U"><variable id="bearbeitensonderzeichen"><ahelp 
hid="SW:PUSHBUTTON:DLG_INS_FOOTNOTE:BT_NUMBER_CHAR">Inserts a <link 
href="text/shared/01/04100000.xhp" name="special character ">special character 
</link> as a footnote or endnote anchor.</ahelp>
 </variable></paragraph>
-<paragraph role="heading" id="hd_id3149493" xml-lang="en-US" level="2" 
l10n="U" oldref="11">Type</paragraph>
-<paragraph role="paragraph" id="par_id3151256" xml-lang="en-US" l10n="U" 
oldref="20">Select whether to insert a footnote or an endnote. Endnote 
numbering is separate from the footnote numbering.</paragraph>
+<paragraph role="heading" id="hd_id3149493" xml-lang="en-US" level="2" 
l10n="U">Type</paragraph>
+<paragraph role="paragraph" id="par_id3151256" xml-lang="en-US" 
l10n="U">Select whether to insert a footnote or an endnote. Endnote numbering 
is separate from the footnote numbering.</paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/sw:RadioButton:DLG_INS_FOOTNOTE:RB_TYPE_FTN" id="bm_id3148974" 
localize="false"/>
-<paragraph role="heading" id="hd_id3149104" xml-lang="en-US" level="3" 
l10n="U" oldref="12">Footnote</paragraph>
-<paragraph role="paragraph" id="par_id3148981" xml-lang="en-US" l10n="U" 
oldref="21"><ahelp hid="SW:RADIOBUTTON:DLG_INS_FOOTNOTE:RB_TYPE_FTN">Inserts a 
footnote anchor at the current cursor position in the document, and adds a 
footnote to the bottom of the page.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3149104" xml-lang="en-US" level="3" 
l10n="U">Footnote</paragraph>
+<paragraph role="paragraph" id="par_id3148981" xml-lang="en-US" 
l10n="U"><ahelp hid="SW:RADIOBUTTON:DLG_INS_FOOTNOTE:RB_TYPE_FTN">Inserts a 
footnote anchor at the current cursor position in the document, and adds a 
footnote to the bottom of the page.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/.uno:InsertEndnote" id="bm_id5303788" 
localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/.uno:InsertEndnote" id="bm_id3149042" 
localize="false"/>
 <bookmark xml-lang="en-US" 
branch="hid/sw:RadioButton:DLG_INS_FOOTNOTE:RB_TYPE_ENDNOTE" id="bm_id3149046" 
localize="false"/>
-<paragraph role="heading" id="hd_id3153644" xml-lang="en-US" level="3" 
l10n="U" oldref="13">Endnote</paragraph>
-<paragraph role="paragraph" id="par_id3152770" xml-lang="en-US" l10n="U" 
oldref="22"><ahelp 
hid="SW:RADIOBUTTON:DLG_INS_FOOTNOTE:RB_TYPE_ENDNOTE">Inserts an endnote anchor 
at the current cursor position in the document, and adds an endnote at the end 
of the document.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3153644" xml-lang="en-US" level="3" 
l10n="U">Endnote</paragraph>
+<paragraph role="paragraph" id="par_id3152770" xml-lang="en-US" 
l10n="U"><ahelp hid="SW:RADIOBUTTON:DLG_INS_FOOTNOTE:RB_TYPE_ENDNOTE">Inserts 
an endnote anchor at the current cursor position in the document, and adds an 
endnote at the end of the document.</ahelp></paragraph>
 <embed href="text/shared/00/00000004.xhp#related"/>
-<paragraph role="paragraph" id="par_id3155135" xml-lang="en-US" l10n="U" 
oldref="25"><link href="text/swriter/guide/footnote_usage.xhp" name="Tips for 
working with footnotes">Tips for working with footnotes</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3155135" xml-lang="en-US" l10n="U"><link 
href="text/swriter/guide/footnote_usage.xhp" name="Tips for working with 
footnotes">Tips for working with footnotes</link>.</paragraph>
 </body>
 </helpdocument>


Reply via email to