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 fc046bda14 Remove 'oldref' entries (work in progress)
fc046bda14 is described below

commit fc046bda145953e673f3df127a241e83fcfed4f5
Author: mseidel <msei...@apache.org>
AuthorDate: Thu Mar 27 13:43:48 2025 +0100

    Remove 'oldref' entries (work in progress)
    
    (cherry picked from commit d1e37092ae041305571e5dc304feb68b7faab815)
---
 .../source/text/sbasic/shared/03010102.xhp         | 83 ++++++++++------------
 .../source/text/shared/01/01010201.xhp             | 56 +++++++--------
 .../source/text/shared/01/06140200.xhp             | 50 ++++++-------
 .../text/shared/explorer/database/05010100.xhp     | 52 +++++++-------
 .../source/text/shared/guide/doc_open.xhp          | 24 +++----
 .../source/text/shared/optionen/01040900.xhp       | 40 +++++------
 .../source/text/simpress/01/06060000.xhp           |  4 +-
 .../source/text/simpress/02/10050000.xhp           | 28 ++++----
 .../source/text/swriter/02/18010000.xhp            | 26 +++----
 .../source/text/swriter/guide/using_hyphen.xhp     | 58 +++++++--------
 10 files changed, 204 insertions(+), 217 deletions(-)

diff --git a/main/helpcontent2/source/text/sbasic/shared/03010102.xhp 
b/main/helpcontent2/source/text/sbasic/shared/03010102.xhp
index 7adf1ee97e..df14e3f963 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03010102.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03010102.xhp
@@ -33,54 +33,47 @@
 <bookmark xml-lang="en-US" branch="index" id="bm_id3153379">
 <bookmark_value>MsgBox function</bookmark_value>
 </bookmark>
-<paragraph role="heading" id="hd_id3153379" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/sbasic/shared/03010102.xhp" name="MsgBox 
Function [Runtime]">MsgBox Function [Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3145171" xml-lang="en-US" l10n="U" 
oldref="2">Displays a dialog box containing a message and returns a 
value.</paragraph>
+<paragraph role="heading" id="hd_id3153379" xml-lang="en-US" level="1" 
l10n="U"><link href="text/sbasic/shared/03010102.xhp" name="MsgBox Function 
[Runtime]">MsgBox Function [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3145171" xml-lang="en-US" 
l10n="U">Displays a dialog box containing a message and returns a 
value.</paragraph>
 </section>
-<paragraph role="heading" id="hd_id3156281" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Syntax:</paragraph>
-<paragraph role="code" id="par_id3154685" xml-lang="en-US" l10n="U" 
oldref="4">MsgBox (Text As String [,Type As Integer [,Dialogtitle As 
String]])</paragraph>
-<paragraph role="heading" id="hd_id3153771" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Return value:</paragraph>
-<paragraph role="paragraph" id="par_id3146985" xml-lang="en-US" l10n="U" 
oldref="6">Integer</paragraph>
-<paragraph role="heading" id="hd_id3153363" xml-lang="en-US" level="2" 
l10n="U" oldref="7">Parameter:</paragraph>
-<paragraph role="paragraph" id="par_id3153727" xml-lang="en-US" l10n="U" 
oldref="8">
-<emph>Text:</emph> String expression displayed as a message in the dialog box. 
Line breaks can be inserted with Chr$(13).</paragraph>
-<paragraph role="paragraph" id="par_id3147317" xml-lang="en-US" l10n="U" 
oldref="9">
-<emph>DialogTitle:</emph> String expression displayed in the title bar of the 
dialog. If omitted, the name of the respective application is 
displayed.</paragraph>
-<paragraph role="paragraph" id="par_id3153954" xml-lang="en-US" l10n="U" 
oldref="10">
-<emph>Type:</emph> Any integer expression that specifies the dialog type and 
defines the number and type of buttons or icons displayed. <emph>Type</emph> 
represents a combination of bit patterns (dialog elements defined by adding the 
respective values):</paragraph>
-<paragraph role="paragraph" id="par_id3154319" xml-lang="en-US" l10n="U" 
oldref="11">
-<emph>Values:</emph>
-</paragraph>
-<paragraph role="paragraph" id="par_id3147397" xml-lang="en-US" l10n="U" 
oldref="12">0 : Display OK button only.</paragraph>
-<paragraph role="paragraph" id="par_id3145646" xml-lang="en-US" l10n="U" 
oldref="13">1 : Display OK and Cancel buttons.</paragraph>
-<paragraph role="paragraph" id="par_id3149410" xml-lang="en-US" l10n="CHG" 
oldref="14">2 : Display Abort, Retry, and Ignore buttons.</paragraph>
-<paragraph role="paragraph" id="par_id3151075" xml-lang="en-US" l10n="U" 
oldref="15">3 : Display Yes, No, and Cancel buttons.</paragraph>
-<paragraph role="paragraph" id="par_id3153878" xml-lang="en-US" l10n="U" 
oldref="16">4 : Display Yes and No buttons.</paragraph>
-<paragraph role="paragraph" id="par_id3155601" xml-lang="en-US" l10n="U" 
oldref="17">5 : Display Retry and Cancel buttons.</paragraph>
-<paragraph role="paragraph" id="par_id3150716" xml-lang="en-US" l10n="U" 
oldref="18">16 : Add the Stop icon to the dialog.</paragraph>
-<paragraph role="paragraph" id="par_id3153837" xml-lang="en-US" l10n="U" 
oldref="19">32 : Add the Question icon to the dialog.</paragraph>
-<paragraph role="paragraph" id="par_id3150751" xml-lang="en-US" l10n="U" 
oldref="20">48 : Add the Exclamation Point icon to the dialog.</paragraph>
-<paragraph role="paragraph" id="par_id3146915" xml-lang="en-US" l10n="U" 
oldref="21">64 : Add the Information icon to the dialog.</paragraph>
-<paragraph role="paragraph" id="par_id3145640" xml-lang="en-US" l10n="U" 
oldref="22">128 : First button in the dialog as default button.</paragraph>
-<paragraph role="paragraph" id="par_id3153765" xml-lang="en-US" l10n="U" 
oldref="23">256 : Second button in the dialog as default button.</paragraph>
-<paragraph role="paragraph" id="par_id3153715" xml-lang="en-US" l10n="U" 
oldref="24">512 : Third button in the dialog as default button.</paragraph>
-<paragraph role="paragraph" id="par_id3159267" xml-lang="en-US" l10n="U" 
oldref="25">
-<emph>Return value:</emph>
-</paragraph>
-<paragraph role="paragraph" id="par_id3145230" xml-lang="en-US" l10n="U" 
oldref="26">1 : OK</paragraph>
-<paragraph role="paragraph" id="par_id3149567" xml-lang="en-US" l10n="U" 
oldref="27">2 : Cancel</paragraph>
+<paragraph role="heading" id="hd_id3156281" xml-lang="en-US" level="2" 
l10n="U">Syntax:</paragraph>
+<paragraph role="code" id="par_id3154685" xml-lang="en-US" l10n="U">MsgBox 
(Text As String [,Type As Integer [,Dialogtitle As String]])</paragraph>
+<paragraph role="heading" id="hd_id3153771" xml-lang="en-US" level="2" 
l10n="U">Return value:</paragraph>
+<paragraph role="paragraph" id="par_id3146985" xml-lang="en-US" 
l10n="U">Integer</paragraph>
+<paragraph role="heading" id="hd_id3153363" xml-lang="en-US" level="2" 
l10n="U">Parameter:</paragraph>
+<paragraph role="paragraph" id="par_id3153727" xml-lang="en-US" 
l10n="U"><emph>Text:</emph> String expression displayed as a message in the 
dialog box. Line breaks can be inserted with Chr$(13).</paragraph>
+<paragraph role="paragraph" id="par_id3147317" xml-lang="en-US" 
l10n="U"><emph>DialogTitle:</emph> String expression displayed in the title bar 
of the dialog. If omitted, the name of the respective application is 
displayed.</paragraph>
+<paragraph role="paragraph" id="par_id3153954" xml-lang="en-US" 
l10n="U"><emph>Type:</emph> Any integer expression that specifies the dialog 
type and defines the number and type of buttons or icons displayed. 
<emph>Type</emph> represents a combination of bit patterns (dialog elements 
defined by adding the respective values):</paragraph>
+<paragraph role="paragraph" id="par_id3154319" xml-lang="en-US" 
l10n="U"><emph>Values:</emph></paragraph>
+<paragraph role="paragraph" id="par_id3147397" xml-lang="en-US" l10n="U">0 : 
Display OK button only.</paragraph>
+<paragraph role="paragraph" id="par_id3145646" xml-lang="en-US" l10n="U">1 : 
Display OK and Cancel buttons.</paragraph>
+<paragraph role="paragraph" id="par_id3149410" xml-lang="en-US" l10n="CHG">2 : 
Display Abort, Retry, and Ignore buttons.</paragraph>
+<paragraph role="paragraph" id="par_id3151075" xml-lang="en-US" l10n="U">3 : 
Display Yes, No, and Cancel buttons.</paragraph>
+<paragraph role="paragraph" id="par_id3153878" xml-lang="en-US" l10n="U">4 : 
Display Yes and No buttons.</paragraph>
+<paragraph role="paragraph" id="par_id3155601" xml-lang="en-US" l10n="U">5 : 
Display Retry and Cancel buttons.</paragraph>
+<paragraph role="paragraph" id="par_id3150716" xml-lang="en-US" l10n="U">16 : 
Add the Stop icon to the dialog.</paragraph>
+<paragraph role="paragraph" id="par_id3153837" xml-lang="en-US" l10n="U">32 : 
Add the Question icon to the dialog.</paragraph>
+<paragraph role="paragraph" id="par_id3150751" xml-lang="en-US" l10n="U">48 : 
Add the Exclamation Point icon to the dialog.</paragraph>
+<paragraph role="paragraph" id="par_id3146915" xml-lang="en-US" l10n="U">64 : 
Add the Information icon to the dialog.</paragraph>
+<paragraph role="paragraph" id="par_id3145640" xml-lang="en-US" l10n="U">128 : 
First button in the dialog as default button.</paragraph>
+<paragraph role="paragraph" id="par_id3153765" xml-lang="en-US" l10n="U">256 : 
Second button in the dialog as default button.</paragraph>
+<paragraph role="paragraph" id="par_id3153715" xml-lang="en-US" l10n="U">512 : 
Third button in the dialog as default button.</paragraph>
+<paragraph role="paragraph" id="par_id3159267" xml-lang="en-US" 
l10n="U"><emph>Return value:</emph></paragraph>
+<paragraph role="paragraph" id="par_id3145230" xml-lang="en-US" l10n="U">1 : 
OK</paragraph>
+<paragraph role="paragraph" id="par_id3149567" xml-lang="en-US" l10n="U">2 : 
Cancel</paragraph>
 <paragraph role="paragraph" id="par_id4056825" xml-lang="en-US" l10n="NEW">3 : 
Abort</paragraph>
-<paragraph role="paragraph" id="par_id3155335" xml-lang="en-US" l10n="U" 
oldref="28">4 : Retry</paragraph>
-<paragraph role="paragraph" id="par_id3146918" xml-lang="en-US" l10n="U" 
oldref="29">5 : Ignore</paragraph>
-<paragraph role="paragraph" id="par_id3155961" xml-lang="en-US" l10n="U" 
oldref="30">6 : Yes</paragraph>
-<paragraph role="paragraph" id="par_id3148488" xml-lang="en-US" l10n="U" 
oldref="31">7 : No</paragraph>
+<paragraph role="paragraph" id="par_id3155335" xml-lang="en-US" l10n="U">4 : 
Retry</paragraph>
+<paragraph role="paragraph" id="par_id3146918" xml-lang="en-US" l10n="U">5 : 
Ignore</paragraph>
+<paragraph role="paragraph" id="par_id3155961" xml-lang="en-US" l10n="U">6 : 
Yes</paragraph>
+<paragraph role="paragraph" id="par_id3148488" xml-lang="en-US" l10n="U">7 : 
No</paragraph>
 <embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
 <embed href="text/sbasic/shared/00000003.xhp#err5"/>
-<paragraph role="heading" id="hd_id3150090" xml-lang="en-US" level="2" 
l10n="U" oldref="40">Example:</paragraph>
-<paragraph role="code" id="par_id3154120" xml-lang="en-US" l10n="U" 
oldref="41">Sub ExampleMsgBox</paragraph>
-<paragraph role="code" id="par_id3145131" xml-lang="en-US" l10n="U" 
oldref="42">Dim sVar as Integer</paragraph>
-<paragraph role="code" id="par_id3151278" xml-lang="en-US" l10n="U" 
oldref="43">sVar = MsgBox("Las Vegas")</paragraph>
-<paragraph role="code" id="par_id3149034" xml-lang="en-US" l10n="U" 
oldref="44">sVar = MsgBox("Las Vegas",1)</paragraph>
-<paragraph role="code" id="par_id3166424" xml-lang="en-US" l10n="U" 
oldref="45">sVar = MsgBox( "Las Vegas",256 + 16 + 2,"Dialog title")</paragraph>
-<paragraph role="code" id="par_id3152581" xml-lang="en-US" l10n="U" 
oldref="46">end sub</paragraph>
+<paragraph role="heading" id="hd_id3150090" xml-lang="en-US" level="2" 
l10n="U">Example:</paragraph>
+<paragraph role="code" id="par_id3154120" xml-lang="en-US" l10n="U">Sub 
ExampleMsgBox</paragraph>
+<paragraph role="code" id="par_id3145131" xml-lang="en-US" l10n="U">Dim sVar 
as Integer</paragraph>
+<paragraph role="code" id="par_id3151278" xml-lang="en-US" l10n="U">sVar = 
MsgBox("Las Vegas")</paragraph>
+<paragraph role="code" id="par_id3149034" xml-lang="en-US" l10n="U">sVar = 
MsgBox("Las Vegas",1)</paragraph>
+<paragraph role="code" id="par_id3166424" xml-lang="en-US" l10n="U">sVar = 
MsgBox( "Las Vegas",256 + 16 + 2,"Dialog title")</paragraph>
+<paragraph role="code" id="par_id3152581" xml-lang="en-US" l10n="U">end 
sub</paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/shared/01/01010201.xhp 
b/main/helpcontent2/source/text/shared/01/01010201.xhp
index c5aca7b59b..50345b848a 100644
--- a/main/helpcontent2/source/text/shared/01/01010201.xhp
+++ b/main/helpcontent2/source/text/shared/01/01010201.xhp
@@ -31,47 +31,47 @@
 <body>
 <section id="etiketten">
 <bookmark xml-lang="en-US" branch="hid/SW_HID_LAB_LAB" id="bm_id3145348" 
localize="false"/>
-<paragraph role="heading" id="hd_id3149987" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/shared/01/01010201.xhp" 
name="Labels">Labels</link></paragraph>
-<paragraph role="paragraph" id="par_id3152952" xml-lang="en-US" l10n="U" 
oldref="2"><ahelp hid="HID_LAB_LAB">Specify the label text and choose the paper 
size for the label.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3149987" xml-lang="en-US" level="1" 
l10n="U"><link href="text/shared/01/01010201.xhp" 
name="Labels">Labels</link></paragraph>
+<paragraph role="paragraph" id="par_id3152952" xml-lang="en-US" 
l10n="U"><ahelp hid="HID_LAB_LAB">Specify the label text and choose the paper 
size for the label.</ahelp></paragraph>
 </section>
 <section id="howtoget">
 <embed href="text/shared/00/00000401.xhp#etikettenein"/>
 </section>
-<paragraph role="heading" id="hd_id3158397" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Inscription</paragraph>
-<paragraph role="paragraph" id="par_id3154350" xml-lang="en-US" l10n="U" 
oldref="4">Enter or insert the text that you want to appear on the 
label(s).</paragraph>
+<paragraph role="heading" id="hd_id3158397" xml-lang="en-US" level="2" 
l10n="U">Inscription</paragraph>
+<paragraph role="paragraph" id="par_id3154350" xml-lang="en-US" l10n="U">Enter 
or insert the text that you want to appear on the label(s).</paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/sw:MultiLineEdit:TP_LAB_LAB:EDT_WRITING" id="bm_id3155271" 
localize="false"/>
-<paragraph role="heading" id="hd_id3147294" xml-lang="en-US" level="3" 
l10n="U" oldref="5">Label text</paragraph>
-<paragraph role="paragraph" id="par_id3150838" xml-lang="en-US" l10n="U" 
oldref="6"><ahelp hid="SW_MULTILINEEDIT_TP_LAB_LAB_EDT_WRITING">Enter the text 
that you want to appear on the label. You can also insert a database 
field.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3147294" xml-lang="en-US" level="3" 
l10n="U">Label text</paragraph>
+<paragraph role="paragraph" id="par_id3150838" xml-lang="en-US" 
l10n="U"><ahelp hid="SW_MULTILINEEDIT_TP_LAB_LAB_EDT_WRITING">Enter the text 
that you want to appear on the label. You can also insert a database 
field.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/sw:CheckBox:TP_LAB_LAB:BOX_ADDR" 
id="bm_id3154682" localize="false"/>
-<paragraph role="heading" id="hd_id3150603" xml-lang="en-US" level="3" 
l10n="U" oldref="7">Address</paragraph>
-<paragraph role="paragraph" id="par_id3153089" xml-lang="en-US" l10n="U" 
oldref="8"><ahelp hid="SW_CHECKBOX_TP_LAB_LAB_BOX_ADDR">Creates a label with 
your return address. Text that is currently in the <emph>Label text</emph> box 
is overwritten.</ahelp></paragraph>
-<paragraph role="note" id="par_id3155555" xml-lang="en-US" l10n="U" 
oldref="9">To change your return address, choose <emph><switchinline 
select="sys"><caseinline select="MAC">%PRODUCTNAME - 
Preferences</caseinline><defaultinline>Tools - 
Options</defaultinline></switchinline> - <link 
href="text/shared/optionen/01010100.xhp" 
name="%PRODUCTNAME">%PRODUCTNAME</link></emph>, and then click on the 
<emph>User Data</emph> tab.</paragraph>
+<paragraph role="heading" id="hd_id3150603" xml-lang="en-US" level="3" 
l10n="U">Address</paragraph>
+<paragraph role="paragraph" id="par_id3153089" xml-lang="en-US" 
l10n="U"><ahelp hid="SW_CHECKBOX_TP_LAB_LAB_BOX_ADDR">Creates a label with your 
return address. Text that is currently in the <emph>Label text</emph> box is 
overwritten.</ahelp></paragraph>
+<paragraph role="note" id="par_id3155555" xml-lang="en-US" l10n="U">To change 
your return address, choose <emph><switchinline select="sys"><caseinline 
select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - 
Options</defaultinline></switchinline> - <link 
href="text/shared/optionen/01010100.xhp" 
name="%PRODUCTNAME">%PRODUCTNAME</link></emph>, and then click on the 
<emph>User Data</emph> tab.</paragraph>
 <bookmark xml-lang="en-US" branch="hid/sw:ListBox:TP_LAB_LAB:LB_DATABASE" 
id="bm_id3153748" localize="false"/>
-<paragraph role="heading" id="hd_id3147557" xml-lang="en-US" level="3" 
l10n="U" oldref="10">Database</paragraph>
-<paragraph role="paragraph" id="par_id3148620" xml-lang="en-US" l10n="U" 
oldref="11"><ahelp hid="SW_LISTBOX_TP_LAB_LAB_LB_DATABASE">Select the database 
that you want to use as the data source for your label.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3147557" xml-lang="en-US" level="3" 
l10n="U">Database</paragraph>
+<paragraph role="paragraph" id="par_id3148620" xml-lang="en-US" 
l10n="U"><ahelp hid="SW_LISTBOX_TP_LAB_LAB_LB_DATABASE">Select the database 
that you want to use as the data source for your label.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/sw:ListBox:TP_LAB_LAB:LB_TABLE" 
id="bm_id3157863" localize="false"/>
-<paragraph role="heading" id="hd_id3149388" xml-lang="en-US" level="3" 
l10n="U" oldref="12">Table</paragraph>
-<paragraph role="paragraph" id="par_id3149827" xml-lang="en-US" l10n="U" 
oldref="13"><ahelp hid="SW_LISTBOX_TP_LAB_LAB_LB_TABLE">Select the database 
table containing the field(s) that you want to use in your 
label.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3149388" xml-lang="en-US" level="3" 
l10n="U">Table</paragraph>
+<paragraph role="paragraph" id="par_id3149827" xml-lang="en-US" 
l10n="U"><ahelp hid="SW_LISTBOX_TP_LAB_LAB_LB_TABLE">Select the database table 
containing the field(s) that you want to use in your label.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/sw:ListBox:TP_LAB_LAB:LB_DBFIELD" 
id="bm_id3151265" localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/sw:ImageButton:TP_LAB_LAB:BTN_INSERT" 
id="bm_id3153577" localize="false"/>
-<paragraph role="heading" id="hd_id3155391" xml-lang="en-US" level="3" 
l10n="U" oldref="14">Database field</paragraph>
-<paragraph role="paragraph" id="par_id3149750" xml-lang="en-US" l10n="U" 
oldref="15"><ahelp hid="SW_IMAGEBUTTON_TP_LAB_LAB_BTN_INSERT">Select the 
database field that you want, and then click the arrow to the left of this box 
to insert the field into the <emph>Label text</emph> box.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3152780" xml-lang="en-US" l10n="U" 
oldref="16">The name of the database field is bounded by brackets in the 
<emph>Label text</emph> box. If you want, you can separate database fields with 
spaces. Press Enter to insert a database field on a new line.</paragraph>
-<paragraph role="heading" id="hd_id3147653" xml-lang="en-US" level="2" 
l10n="U" oldref="17">Format</paragraph>
-<paragraph role="paragraph" id="par_id3149762" xml-lang="en-US" l10n="U" 
oldref="18">You can select a pre-defined size format for your label or a size 
format that you specify on the <emph>Format</emph> tab.</paragraph>
+<paragraph role="heading" id="hd_id3155391" xml-lang="en-US" level="3" 
l10n="U">Database field</paragraph>
+<paragraph role="paragraph" id="par_id3149750" xml-lang="en-US" 
l10n="U"><ahelp hid="SW_IMAGEBUTTON_TP_LAB_LAB_BTN_INSERT">Select the database 
field that you want, and then click the arrow to the left of this box to insert 
the field into the <emph>Label text</emph> box.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3152780" xml-lang="en-US" l10n="U">The 
name of the database field is bounded by brackets in the <emph>Label 
text</emph> box. If you want, you can separate database fields with spaces. 
Press Enter to insert a database field on a new line.</paragraph>
+<paragraph role="heading" id="hd_id3147653" xml-lang="en-US" level="2" 
l10n="U">Format</paragraph>
+<paragraph role="paragraph" id="par_id3149762" xml-lang="en-US" l10n="U">You 
can select a pre-defined size format for your label or a size format that you 
specify on the <emph>Format</emph> tab.</paragraph>
 <bookmark xml-lang="en-US" branch="hid/sw:RadioButton:TP_LAB_LAB:BTN_CONT" 
id="bm_id3147618" localize="false"/>
-<paragraph role="heading" id="hd_id3154143" xml-lang="en-US" level="3" 
l10n="U" oldref="19">Continuous</paragraph>
-<paragraph role="paragraph" id="par_id3151339" xml-lang="en-US" l10n="U" 
oldref="20"><ahelp hid="SW_RADIOBUTTON_TP_LAB_LAB_BTN_CONT">Prints labels on 
continuous paper.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3154143" xml-lang="en-US" level="3" 
l10n="U">Continuous</paragraph>
+<paragraph role="paragraph" id="par_id3151339" xml-lang="en-US" 
l10n="U"><ahelp hid="SW_RADIOBUTTON_TP_LAB_LAB_BTN_CONT">Prints labels on 
continuous paper.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/sw:RadioButton:TP_LAB_LAB:BTN_SHEET" 
id="bm_id3155419" localize="false"/>
-<paragraph role="heading" id="hd_id3150131" xml-lang="en-US" level="3" 
l10n="U" oldref="21">Sheet</paragraph>
-<paragraph role="paragraph" id="par_id3159167" xml-lang="en-US" l10n="U" 
oldref="22"><ahelp hid="SW_RADIOBUTTON_TP_LAB_LAB_BTN_SHEET">Prints labels on 
individual sheets.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3150131" xml-lang="en-US" level="3" 
l10n="U">Sheet</paragraph>
+<paragraph role="paragraph" id="par_id3159167" xml-lang="en-US" 
l10n="U"><ahelp hid="SW_RADIOBUTTON_TP_LAB_LAB_BTN_SHEET">Prints labels on 
individual sheets.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/sw:ListBox:TP_LAB_LAB:BOX_MAKE" 
id="bm_id3150669" localize="false"/>
-<paragraph role="heading" id="hd_id3156327" xml-lang="en-US" level="3" 
l10n="U" oldref="23">Brand</paragraph>
-<paragraph role="paragraph" id="par_id3150466" xml-lang="en-US" l10n="U" 
oldref="24"><ahelp hid="SW_LISTBOX_TP_LAB_LAB_BOX_MAKE">Select the brand of 
paper that you want to use.</ahelp> Each brand has its own size 
formats.</paragraph>
+<paragraph role="heading" id="hd_id3156327" xml-lang="en-US" level="3" 
l10n="U">Brand</paragraph>
+<paragraph role="paragraph" id="par_id3150466" xml-lang="en-US" 
l10n="U"><ahelp hid="SW_LISTBOX_TP_LAB_LAB_BOX_MAKE">Select the brand of paper 
that you want to use.</ahelp> Each brand has its own size formats.</paragraph>
 <bookmark xml-lang="en-US" branch="hid/sw:ListBox:TP_LAB_LAB:BOX_TYPE" 
id="bm_id3145416" localize="false"/>
-<paragraph role="heading" id="hd_id3153821" xml-lang="en-US" level="3" 
l10n="U" oldref="25">Type</paragraph>
-<paragraph role="paragraph" id="par_id3149235" xml-lang="en-US" l10n="U" 
oldref="26"><ahelp hid="SW_LISTBOX_TP_LAB_LAB_BOX_TYPE">Select the size format 
that you want to use. The available formats depend on the brand on what you 
selected in the <emph>Brand</emph> list. If you want to use a custom label 
format, select <emph>[User]</emph>, and then click the <link 
href="text/shared/01/01010202.xhp" name="Format"><emph>Format</emph></link> tab 
to define the format.</ahelp></paragraph>
-<paragraph role="heading" id="hd_id3153828" xml-lang="en-US" level="3" 
l10n="U" oldref="27">Info</paragraph>
-<paragraph role="paragraph" id="par_id3152349" xml-lang="en-US" l10n="U" 
oldref="28">The paper type and the dimensions of the label are displayed at the 
bottom of the <emph>Format</emph> area.</paragraph>
+<paragraph role="heading" id="hd_id3153821" xml-lang="en-US" level="3" 
l10n="U">Type</paragraph>
+<paragraph role="paragraph" id="par_id3149235" xml-lang="en-US" 
l10n="U"><ahelp hid="SW_LISTBOX_TP_LAB_LAB_BOX_TYPE">Select the size format 
that you want to use. The available formats depend on the brand on what you 
selected in the <emph>Brand</emph> list. If you want to use a custom label 
format, select <emph>[User]</emph>, and then click the <link 
href="text/shared/01/01010202.xhp" name="Format"><emph>Format</emph></link> tab 
to define the format.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3153828" xml-lang="en-US" level="3" 
l10n="U">Info</paragraph>
+<paragraph role="paragraph" id="par_id3152349" xml-lang="en-US" l10n="U">The 
paper type and the dimensions of the label are displayed at the bottom of the 
<emph>Format</emph> area.</paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/shared/01/06140200.xhp 
b/main/helpcontent2/source/text/shared/01/06140200.xhp
index f00e92536a..1d21bcd10e 100644
--- a/main/helpcontent2/source/text/shared/01/06140200.xhp
+++ b/main/helpcontent2/source/text/shared/01/06140200.xhp
@@ -37,61 +37,61 @@
 <bookmark_value>styles;keyboard shortcuts</bookmark_value>
 </bookmark><comment>MW deleted "modifying;..."</comment>
 <bookmark xml-lang="en-US" branch="hid/CUI_HID_CONFIG_ACCEL" id="bm_id3154183" 
localize="false"/>
-<paragraph role="heading" id="hd_id3148882" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/shared/01/06140200.xhp" 
name="Keyboard">Keyboard</link></paragraph>
-<paragraph role="paragraph" id="par_id3159411" xml-lang="en-US" l10n="U" 
oldref="2"><ahelp hid="HID_CONFIG_ACCEL">Assigns or edits the shortcut keys for 
$[officename] commands, or $[officename] Basic macros.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3148882" xml-lang="en-US" level="1" 
l10n="U"><link href="text/shared/01/06140200.xhp" 
name="Keyboard">Keyboard</link></paragraph>
+<paragraph role="paragraph" id="par_id3159411" xml-lang="en-US" 
l10n="U"><ahelp hid="HID_CONFIG_ACCEL">Assigns or edits the shortcut keys for 
$[officename] commands, or $[officename] Basic macros.</ahelp></paragraph>
 </section>
 <section id="howtoget">
 <embed href="text/shared/00/00000406.xhp#tastatur"/>
 </section>
-<paragraph role="paragraph" id="par_id3154682" xml-lang="en-US" l10n="U" 
oldref="21">You can assign or edit shortcut keys for the current application or 
for all $[officename] applications.</paragraph>
+<paragraph role="paragraph" id="par_id3154682" xml-lang="en-US" l10n="U">You 
can assign or edit shortcut keys for the current application or for all 
$[officename] applications.</paragraph>
 <section id="operatinghint">
-<paragraph role="note" id="par_id3150144" xml-lang="en-US" l10n="U" 
oldref="29">Avoid assigning shortcut keys that are currently used by your 
operating system.</paragraph>
+<paragraph role="note" id="par_id3150144" xml-lang="en-US" l10n="U">Avoid 
assigning shortcut keys that are currently used by your operating 
system.</paragraph>
 </section>
 <!-- removed HID SFX2_RADIOBUTTON_TP_CONFIG_ACCEL_RB_OFFICE -->
 <bookmark xml-lang="en-US" 
branch="hid/cui:RadioButton:RID_SVXPAGE_KEYBOARD:RB_OFFICE" id="bm_id393425" 
localize="false"/>
-<paragraph role="heading" id="hd_id3147250" xml-lang="en-US" level="2" 
l10n="U" oldref="27">$[officename]</paragraph>
-<paragraph role="paragraph" id="par_id3152425" xml-lang="en-US" l10n="U" 
oldref="26"><ahelp hid="SFX2_RADIOBUTTON_TP_CONFIG_ACCEL_RB_OFFICE">Displays 
shortcut keys that are common to all $[officename] 
applications.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3147250" xml-lang="en-US" level="2" 
l10n="U">$[officename]</paragraph>
+<paragraph role="paragraph" id="par_id3152425" xml-lang="en-US" 
l10n="U"><ahelp hid="SFX2_RADIOBUTTON_TP_CONFIG_ACCEL_RB_OFFICE">Displays 
shortcut keys that are common to all $[officename] 
applications.</ahelp></paragraph>
 <!-- removed HID SFX2_RADIOBUTTON_TP_CONFIG_ACCEL_RB_MODULE -->
 <bookmark xml-lang="en-US" 
branch="hid/cui:RadioButton:RID_SVXPAGE_KEYBOARD:RB_MODULE" id="bm_id315425" 
localize="false"/>
-<paragraph role="heading" id="hd_id3149095" xml-lang="en-US" level="2" 
l10n="U" oldref="25"><switchinline select="appl"><caseinline 
select="WRITER">Writer
+<paragraph role="heading" id="hd_id3149095" xml-lang="en-US" level="2" 
l10n="U"><switchinline select="appl"><caseinline select="WRITER">Writer
 </caseinline><caseinline select="CALC">Calc
 </caseinline><caseinline select="IMPRESS">Impress
 </caseinline><caseinline select="DRAW">Draw
 </caseinline><caseinline select="MATH">Math
 </caseinline></switchinline></paragraph>
-<paragraph role="paragraph" id="par_id3155892" xml-lang="en-US" l10n="U" 
oldref="24"><ahelp hid="SFX2_RADIOBUTTON_TP_CONFIG_ACCEL_RB_MODULE">Displays 
shortcut keys for the current $[officename] application.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3155892" xml-lang="en-US" 
l10n="U"><ahelp hid="SFX2_RADIOBUTTON_TP_CONFIG_ACCEL_RB_MODULE">Displays 
shortcut keys for the current $[officename] application.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/CUI_HID_ACCELCONFIG_LISTBOX" 
id="bm_id3150355" localize="false"/>
-<paragraph role="heading" id="hd_id3149398" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Shortcut keys</paragraph>
-<paragraph role="paragraph" id="par_id3149811" xml-lang="en-US" l10n="U" 
oldref="4"><ahelp hid="HID_ACCELCONFIG_LISTBOX">Lists the shortcut keys and the 
associated commands. To assign or modify the shortcut key for the command 
selected in the <emph>Function</emph> list, click a shortcut in this list, and 
then click <emph>Modify</emph>.</ahelp></paragraph>
-<paragraph role="heading" id="hd_id3157909" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Functions</paragraph>
-<paragraph role="paragraph" id="par_id3155388" xml-lang="en-US" l10n="U" 
oldref="6">Lists the function categories and the $[officename] functions that 
you can assign shortcut keys to.</paragraph>
+<paragraph role="heading" id="hd_id3149398" xml-lang="en-US" level="2" 
l10n="U">Shortcut keys</paragraph>
+<paragraph role="paragraph" id="par_id3149811" xml-lang="en-US" 
l10n="U"><ahelp hid="HID_ACCELCONFIG_LISTBOX">Lists the shortcut keys and the 
associated commands. To assign or modify the shortcut key for the command 
selected in the <emph>Function</emph> list, click a shortcut in this list, and 
then click <emph>Modify</emph>.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3157909" xml-lang="en-US" level="2" 
l10n="U">Functions</paragraph>
+<paragraph role="paragraph" id="par_id3155388" xml-lang="en-US" l10n="U">Lists 
the function categories and the $[officename] functions that you can assign 
shortcut keys to.</paragraph>
 <bookmark xml-lang="en-US" branch="hid/CUI_HID_CONFIGGROUP_ACC_LISTBOX" 
id="bm_id3155503" localize="false"/>
-<paragraph role="heading" id="hd_id3155321" xml-lang="en-US" level="3" 
l10n="U" oldref="7">Category</paragraph>
-<paragraph role="paragraph" id="par_id3149166" xml-lang="en-US" l10n="CHG" 
oldref="8"><ahelp hid="HID_CONFIGGROUP_ACC_LISTBOX">Lists the available 
function categories. To assign shortcuts to Styles, open the "Styles" 
category.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3155321" xml-lang="en-US" level="3" 
l10n="U">Category</paragraph>
+<paragraph role="paragraph" id="par_id3149166" xml-lang="en-US" 
l10n="CHG"><ahelp hid="HID_CONFIGGROUP_ACC_LISTBOX">Lists the available 
function categories. To assign shortcuts to Styles, open the "Styles" 
category.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/CUI_HID_CONFIGFUNCTION_ACC_LISTBOX" 
id="bm_id3159342" localize="false"/>
-<paragraph role="heading" id="hd_id3154380" xml-lang="en-US" level="3" 
l10n="U" oldref="9">Function</paragraph>
-<paragraph role="paragraph" id="par_id3159148" xml-lang="en-US" l10n="U" 
oldref="10"><ahelp hid="HID_CONFIGFUNCTION_ACC_LISTBOX">Select a function that 
you want to assign a shortcut key to, click a key combination in the 
<emph>Shortcut keys</emph> list, and then click <emph>Modify</emph>. If the 
selected function already has a shortcut key, it is displayed in the 
<emph>Keys</emph> list.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3154380" xml-lang="en-US" level="3" 
l10n="U">Function</paragraph>
+<paragraph role="paragraph" id="par_id3159148" xml-lang="en-US" 
l10n="U"><ahelp hid="HID_CONFIGFUNCTION_ACC_LISTBOX">Select a function that you 
want to assign a shortcut key to, click a key combination in the <emph>Shortcut 
keys</emph> list, and then click <emph>Modify</emph>. If the selected function 
already has a shortcut key, it is displayed in the <emph>Keys</emph> 
list.</ahelp></paragraph>
 <!-- removed HID SFX2:LISTBOX:TP_CONFIG_ACCEL:BOX_ACC_KEY -->
-<paragraph role="heading" id="hd_id3153332" xml-lang="en-US" level="3" 
l10n="U" oldref="11">Keys</paragraph>
-<paragraph role="paragraph" id="par_id3150084" xml-lang="en-US" l10n="U" 
oldref="12"><ahelp hid="SFX2:LISTBOX:TP_CONFIG_ACCEL:BOX_ACC_KEY">Displays the 
shortcut keys that are assigned to the selected function.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3153332" xml-lang="en-US" level="3" 
l10n="U">Keys</paragraph>
+<paragraph role="paragraph" id="par_id3150084" xml-lang="en-US" 
l10n="U"><ahelp hid="SFX2:LISTBOX:TP_CONFIG_ACCEL:BOX_ACC_KEY">Displays the 
shortcut keys that are assigned to the selected function.</ahelp></paragraph>
 <!-- removed HID SFX2:PUSHBUTTON:TP_CONFIG_ACCEL:BTN_ACC_CHANGE -->
 <bookmark xml-lang="en-US" 
branch="hid/cui:PushButton:RID_SVXPAGE_KEYBOARD:BTN_ACC_CHANGE" 
id="bm_id31593425" localize="false"/>
-<paragraph role="heading" id="hd_id3150772" xml-lang="en-US" level="2" 
l10n="U" oldref="15">Modify</paragraph>
-<paragraph role="paragraph" id="par_id3152909" xml-lang="en-US" l10n="U" 
oldref="16"><ahelp hid="SFX2:PUSHBUTTON:TP_CONFIG_ACCEL:BTN_ACC_CHANGE">Assigns 
the key combination selected in the <emph>Shortcut keys</emph> list to the 
command selected in the <emph>Function</emph> list.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3150772" xml-lang="en-US" level="2" 
l10n="U">Modify</paragraph>
+<paragraph role="paragraph" id="par_id3152909" xml-lang="en-US" 
l10n="U"><ahelp hid="SFX2:PUSHBUTTON:TP_CONFIG_ACCEL:BTN_ACC_CHANGE">Assigns 
the key combination selected in the <emph>Shortcut keys</emph> list to the 
command selected in the <emph>Function</emph> list.</ahelp></paragraph>
 <!-- removed HID SFX2:PUSHBUTTON:TP_CONFIG_ACCEL:BTN_ACC_REMOVE -->
 <bookmark xml-lang="en-US" 
branch="hid/cui:PushButton:RID_SVXPAGE_KEYBOARD:BTN_ACC_REMOVE" 
id="bm_id31593424" localize="false"/>
 <paragraph role="paragraph" id="par_id7730033" xml-lang="en-US" 
l10n="NEW"><ahelp hid=".">Deletes the selected element or elements without 
requiring confirmation.</ahelp></paragraph>
 <!-- removed HID SFX2:PUSHBUTTON:TP_CONFIG_ACCEL:BTN_LOAD -->
 <bookmark xml-lang="en-US" 
branch="hid/cui:PushButton:RID_SVXPAGE_KEYBOARD:BTN_LOAD" id="bm_id31593423" 
localize="false"/>
-<paragraph role="heading" id="hd_id3154307" xml-lang="en-US" level="2" 
l10n="U" oldref="17">Load</paragraph>
-<paragraph role="paragraph" id="par_id3145609" xml-lang="en-US" l10n="U" 
oldref="18"><ahelp hid="SFX2:PUSHBUTTON:TP_CONFIG_ACCEL:BTN_LOAD">Replaces the 
shortcut key configuration with one that was previously 
saved.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3154307" xml-lang="en-US" level="2" 
l10n="U">Load</paragraph>
+<paragraph role="paragraph" id="par_id3145609" xml-lang="en-US" 
l10n="U"><ahelp hid="SFX2:PUSHBUTTON:TP_CONFIG_ACCEL:BTN_LOAD">Replaces the 
shortcut key configuration with one that was previously 
saved.</ahelp></paragraph>
 <!-- removed HID SFX2:PUSHBUTTON:TP_CONFIG_ACCEL:BTN_SAVE -->
 <bookmark xml-lang="en-US" 
branch="hid/cui:PushButton:RID_SVXPAGE_KEYBOARD:BTN_SAVE" id="bm_id31593422" 
localize="false"/>
-<paragraph role="heading" id="hd_id3150823" xml-lang="en-US" level="2" 
l10n="U" oldref="19">Save</paragraph>
-<paragraph role="paragraph" id="par_id3149655" xml-lang="en-US" l10n="U" 
oldref="20"><ahelp hid="SFX2:PUSHBUTTON:TP_CONFIG_ACCEL:BTN_SAVE">Saves the 
current shortcut key configuration, so that you can load it 
later.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3150823" xml-lang="en-US" level="2" 
l10n="U">Save</paragraph>
+<paragraph role="paragraph" id="par_id3149655" xml-lang="en-US" 
l10n="U"><ahelp hid="SFX2:PUSHBUTTON:TP_CONFIG_ACCEL:BTN_SAVE">Saves the 
current shortcut key configuration, so that you can load it 
later.</ahelp></paragraph>
 <!-- removed HID sfx2_PushButton_TP_CONFIG_ACCEL_BTN_RESET -->
 <bookmark xml-lang="en-US" 
branch="hid/cui:PushButton:RID_SVXPAGE_KEYBOARD:BTN_RESET" id="bm_id31593421" 
localize="false"/>
-<paragraph role="heading" id="hd_" xml-lang="en-US" level="2" l10n="U" 
oldref="19">Reset</paragraph>
+<paragraph role="heading" id="hd_" xml-lang="en-US" level="2" 
l10n="U">Reset</paragraph>
 <paragraph role="paragraph" id="par_id756248" xml-lang="en-US" 
l10n="NEW"><ahelp hid="SFX2:PUSHBUTTON:TP_CONFIG_ACCEL:BTN_RESET">Resets 
modified values back to the default 
values.</ahelp></paragraph><comment>i48946</comment>
 <section id="relatedtopics">
 <embed href="text/shared/guide/configure_overview.xhp#configure_overview"/>
diff --git 
a/main/helpcontent2/source/text/shared/explorer/database/05010100.xhp 
b/main/helpcontent2/source/text/shared/explorer/database/05010100.xhp
index d983f0c356..0ac2b6b9e9 100644
--- a/main/helpcontent2/source/text/shared/explorer/database/05010100.xhp
+++ b/main/helpcontent2/source/text/shared/explorer/database/05010100.xhp
@@ -32,46 +32,46 @@
 <section id="indexentwurf">
 <bookmark xml-lang="en-US" branch="hid/dbaccess:ModalDialog:DLG_INDEXDESIGN" 
id="bm_id3156410" localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/.uno:DBIndexDesign" id="bm_id3149828" 
localize="false"/>
-<paragraph role="heading" id="hd_id3153311" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/shared/explorer/database/05010100.xhp" 
name="Index design">Index design</link></paragraph>
-<paragraph role="paragraph" id="par_id3166460" xml-lang="en-US" l10n="U" 
oldref="2"><ahelp hid=".uno:DBIndexDesign">The <emph>Index Design</emph> dialog 
allows you edit the indexes for the current table.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3153311" xml-lang="en-US" level="1" 
l10n="U"><link href="text/shared/explorer/database/05010100.xhp" name="Index 
design">Index design</link></paragraph>
+<paragraph role="paragraph" id="par_id3166460" xml-lang="en-US" 
l10n="U"><ahelp hid=".uno:DBIndexDesign">The <emph>Index Design</emph> dialog 
allows you edit the indexes for the current table.</ahelp></paragraph>
 </section>
 <section id="howtoget">
 <embed href="text/shared/00/00000450.xhp#indexentwurf"/>
 </section>
 <embed href="text/shared/guide/data_tabledefine.xhp#data_tabledefine"/>
 <bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_DLGIDX_INDEXLIST" 
id="bm_id3148473" localize="false"/>
-<paragraph role="heading" id="hd_id3149578" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Index list</paragraph>
-<paragraph role="paragraph" id="par_id3155342" xml-lang="en-US" l10n="CHG" 
oldref="4"><ahelp hid="HID_DLGIDX_INDEXLIST">Displays the available indexes. 
Select an index from the list to edit. The details of the selected index are 
displayed in the dialog.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3149578" xml-lang="en-US" level="2" 
l10n="U">Index list</paragraph>
+<paragraph role="paragraph" id="par_id3155342" xml-lang="en-US" 
l10n="CHG"><ahelp hid="HID_DLGIDX_INDEXLIST">Displays the available indexes. 
Select an index from the list to edit. The details of the selected index are 
displayed in the dialog.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_DLGIDX_NEWINDEX" 
id="bm_id3158430" localize="false"/>
-<paragraph role="heading" id="hd_id3149795" xml-lang="en-US" level="3" 
l10n="U" oldref="5">New Index</paragraph>
-<paragraph role="paragraph" id="par_id3150085" xml-lang="en-US" l10n="U" 
oldref="6"><ahelp hid="HID_DLGIDX_NEWINDEX">Creates a new 
index.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3149795" xml-lang="en-US" level="3" 
l10n="U">New Index</paragraph>
+<paragraph role="paragraph" id="par_id3150085" xml-lang="en-US" 
l10n="U"><ahelp hid="HID_DLGIDX_NEWINDEX">Creates a new 
index.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_DLGIDX_DROPINDEX" 
id="bm_id3148642" localize="false"/>
-<paragraph role="heading" id="hd_id3145317" xml-lang="en-US" level="3" 
l10n="U" oldref="7">Delete Current Index</paragraph>
-<paragraph role="paragraph" id="par_id3154860" xml-lang="en-US" l10n="U" 
oldref="8"><ahelp hid="HID_DLGIDX_DROPINDEX">Deletes the current 
index.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3145317" xml-lang="en-US" level="3" 
l10n="U">Delete Current Index</paragraph>
+<paragraph role="paragraph" id="par_id3154860" xml-lang="en-US" 
l10n="U"><ahelp hid="HID_DLGIDX_DROPINDEX">Deletes the current 
index.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_DLGIDX_RENAMEINDEX" 
id="bm_id3154285" localize="false"/>
-<paragraph role="heading" id="hd_id3150986" xml-lang="en-US" level="3" 
l10n="U" oldref="9">Rename Current Index</paragraph>
-<paragraph role="paragraph" id="par_id3148685" xml-lang="en-US" l10n="U" 
oldref="10"><ahelp hid="HID_DLGIDX_RENAMEINDEX">Renames the current 
index.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3150986" xml-lang="en-US" level="3" 
l10n="U">Rename Current Index</paragraph>
+<paragraph role="paragraph" id="par_id3148685" xml-lang="en-US" 
l10n="U"><ahelp hid="HID_DLGIDX_RENAMEINDEX">Renames the current 
index.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_DLGIDX_SAVEINDEX" 
id="bm_id3151245" localize="false"/>
-<paragraph role="heading" id="hd_id3153628" xml-lang="en-US" level="3" 
l10n="U" oldref="11">Save Current Index</paragraph>
-<paragraph role="paragraph" id="par_id3148563" xml-lang="en-US" l10n="U" 
oldref="12"><ahelp hid="HID_DLGIDX_SAVEINDEX">Saves the current index in the 
data source.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3153628" xml-lang="en-US" level="3" 
l10n="U">Save Current Index</paragraph>
+<paragraph role="paragraph" id="par_id3148563" xml-lang="en-US" 
l10n="U"><ahelp hid="HID_DLGIDX_SAVEINDEX">Saves the current index in the data 
source.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_DLGIDX_RESETINDEX" 
id="bm_id3147265" localize="false"/>
-<paragraph role="heading" id="hd_id3154924" xml-lang="en-US" level="3" 
l10n="U" oldref="13">Reset Current Index</paragraph>
-<paragraph role="paragraph" id="par_id3154758" xml-lang="en-US" l10n="U" 
oldref="14"><ahelp hid="HID_DLGIDX_RESETINDEX">Resets the current index to the 
setting that it had when the dialog was started.</ahelp></paragraph>
-<paragraph role="heading" id="hd_id3152812" xml-lang="en-US" level="2" 
l10n="U" oldref="15">Index details</paragraph>
-<paragraph role="paragraph" id="par_id3154938" xml-lang="en-US" l10n="U" 
oldref="16">As soon as you change a detail of the current index and then select 
another index, the change is immediately passed to the data source. You can 
only leave the dialog, or select another index, if the change has been 
successfully acknowledged by the data source. However, you can undo the change 
by clicking the <emph>Reset Current Index</emph> icon.</paragraph>
+<paragraph role="heading" id="hd_id3154924" xml-lang="en-US" level="3" 
l10n="U">Reset Current Index</paragraph>
+<paragraph role="paragraph" id="par_id3154758" xml-lang="en-US" 
l10n="U"><ahelp hid="HID_DLGIDX_RESETINDEX">Resets the current index to the 
setting that it had when the dialog was started.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3152812" xml-lang="en-US" level="2" 
l10n="U">Index details</paragraph>
+<paragraph role="paragraph" id="par_id3154938" xml-lang="en-US" l10n="U">As 
soon as you change a detail of the current index and then select another index, 
the change is immediately passed to the data source. You can only leave the 
dialog, or select another index, if the change has been successfully 
acknowledged by the data source. However, you can undo the change by clicking 
the <emph>Reset Current Index</emph> icon.</paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/dbaccess:CheckBox:DLG_INDEXDESIGN:CB_UNIQUE" id="bm_id3145171" 
localize="false"/>
-<paragraph role="heading" id="hd_id3154138" xml-lang="en-US" level="3" 
l10n="U" oldref="17">Unique</paragraph>
-<paragraph role="paragraph" id="par_id3156282" xml-lang="en-US" l10n="U" 
oldref="18"><ahelp hid="DBACCESS_CHECKBOX_DLG_INDEXDESIGN_CB_UNIQUE">Specifies 
whether the current index allows only unique values.</ahelp> Checking the 
<emph>Unique</emph> option prevents duplicate data from being entered in the 
field and ensures data integrity.</paragraph>
-<paragraph role="heading" id="hd_id3150448" xml-lang="en-US" level="3" 
l10n="U" oldref="19">Fields</paragraph>
-<paragraph role="paragraph" id="par_id3147085" xml-lang="en-US" l10n="U" 
oldref="20">The <emph>Fields</emph> area displays a list of fields in the 
current table. You can also select multiple fields. In order to remove a field 
from the selection, select the empty entry at the start of the list.</paragraph>
+<paragraph role="heading" id="hd_id3154138" xml-lang="en-US" level="3" 
l10n="U">Unique</paragraph>
+<paragraph role="paragraph" id="par_id3156282" xml-lang="en-US" 
l10n="U"><ahelp hid="DBACCESS_CHECKBOX_DLG_INDEXDESIGN_CB_UNIQUE">Specifies 
whether the current index allows only unique values.</ahelp> Checking the 
<emph>Unique</emph> option prevents duplicate data from being entered in the 
field and ensures data integrity.</paragraph>
+<paragraph role="heading" id="hd_id3150448" xml-lang="en-US" level="3" 
l10n="U">Fields</paragraph>
+<paragraph role="paragraph" id="par_id3147085" xml-lang="en-US" l10n="U">The 
<emph>Fields</emph> area displays a list of fields in the current table. You 
can also select multiple fields. In order to remove a field from the selection, 
select the empty entry at the start of the list.</paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/DBACCESS_HID_DLGINDEX_INDEXDETAILS_FIELD" id="bm_id3147230" 
localize="false"/>
-<paragraph role="heading" id="hd_id3149765" xml-lang="en-US" level="3" 
l10n="U" oldref="21">Index field</paragraph>
-<paragraph role="paragraph" id="par_id3158408" xml-lang="en-US" l10n="CHG" 
oldref="22"><ahelp hid="HID_DLGINDEX_INDEXDETAILS_FIELD">Displays a list of the 
fields in the current table. You can select more than one 
field.</ahelp><comment>i73718</comment></paragraph>
+<paragraph role="heading" id="hd_id3149765" xml-lang="en-US" level="3" 
l10n="U">Index field</paragraph>
+<paragraph role="paragraph" id="par_id3158408" xml-lang="en-US" 
l10n="CHG"><ahelp hid="HID_DLGINDEX_INDEXDETAILS_FIELD">Displays a list of the 
fields in the current table. You can select more than one 
field.</ahelp><comment>i73718</comment></paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/DBACCESS_HID_DLGINDEX_INDEXDETAILS_SORTORDER" id="bm_id3154910" 
localize="false"/>
-<paragraph role="heading" id="hd_id3153192" xml-lang="en-US" level="3" 
l10n="U" oldref="23">Sort order</paragraph>
-<paragraph role="paragraph" id="par_id3149561" xml-lang="en-US" l10n="U" 
oldref="24"><ahelp hid="HID_DLGINDEX_INDEXDETAILS_SORTORDER">Determines the 
sort order.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3153192" xml-lang="en-US" level="3" 
l10n="U">Sort order</paragraph>
+<paragraph role="paragraph" id="par_id3149561" xml-lang="en-US" 
l10n="U"><ahelp hid="HID_DLGINDEX_INDEXDETAILS_SORTORDER">Determines the sort 
order.</ahelp></paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/dbaccess:PushButton:DLG_INDEXDESIGN:PB_CLOSE" id="bm_id3145785" 
localize="false"/>
-<paragraph role="heading" id="hd_id3155132" xml-lang="en-US" level="2" 
l10n="U" oldref="25">Close</paragraph>
-<paragraph role="paragraph" id="par_id3154190" xml-lang="en-US" l10n="U" 
oldref="26"><ahelp hid="DBACCESS_PUSHBUTTON_DLG_INDEXDESIGN_PB_CLOSE">Closes 
the dialog.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3155132" xml-lang="en-US" level="2" 
l10n="U">Close</paragraph>
+<paragraph role="paragraph" id="par_id3154190" xml-lang="en-US" 
l10n="U"><ahelp hid="DBACCESS_PUSHBUTTON_DLG_INDEXDESIGN_PB_CLOSE">Closes the 
dialog.</ahelp></paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/shared/guide/doc_open.xhp 
b/main/helpcontent2/source/text/shared/guide/doc_open.xhp
index 5acbdbde17..aaf0d3a692 100644
--- a/main/helpcontent2/source/text/shared/guide/doc_open.xhp
+++ b/main/helpcontent2/source/text/shared/guide/doc_open.xhp
@@ -44,24 +44,24 @@
 <bookmark_value>HTML documents; new</bookmark_value>
 <bookmark_value>formulas; new</bookmark_value>
 </bookmark><comment>mw changed "tables;..." to 
"spreadsheets;..."</comment><comment>mw made one entry out of two for 
"spreadsheets;", "presentations;" and "text (documents);"</comment>
-<paragraph role="heading" id="hd_id3147834" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><variable id="doc_open"><link 
href="text/shared/guide/doc_open.xhp" name="Opening Documents">Opening 
Documents</link>
+<paragraph role="heading" id="hd_id3147834" xml-lang="en-US" level="1" 
l10n="U"><variable id="doc_open"><link href="text/shared/guide/doc_open.xhp" 
name="Opening Documents">Opening Documents</link>
 </variable></paragraph>
-<paragraph role="heading" id="hd_id3147653" xml-lang="en-US" level="2" 
l10n="U" oldref="12">Opening an existing document</paragraph>
+<paragraph role="heading" id="hd_id3147653" xml-lang="en-US" level="2" 
l10n="U">Opening an existing document</paragraph>
 <list type="ordered">
 <listitem>
-<paragraph role="listitem" id="par_id3149398" xml-lang="en-US" l10n="CHG" 
oldref="2">Do one of the following:</paragraph>
+<paragraph role="listitem" id="par_id3149398" xml-lang="en-US" l10n="CHG">Do 
one of the following:</paragraph>
 <paragraph role="listitem" id="par_idN107A9" xml-lang="en-US" 
l10n="NEW">Choose <item type="menuitem">File - Open</item>
 </paragraph>
 <paragraph role="listitem" id="par_idN107AF" xml-lang="en-US" l10n="NEW">Click 
the <emph>Open</emph> icon on the Standard toolbar</paragraph>
 <paragraph role="listitem" id="par_idN107B2" xml-lang="en-US" l10n="NEW">Press 
<switchinline select="sys"><caseinline 
select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+O</paragraph>
-<paragraph role="listitem" id="par_id3150275" xml-lang="en-US" l10n="U" 
oldref="3">The <link href="text/shared/01/01020000.xhp" name="Open">Open</link> 
dialog appears.</paragraph>
+<paragraph role="listitem" id="par_id3150275" xml-lang="en-US" l10n="U">The 
<link href="text/shared/01/01020000.xhp" name="Open">Open</link> dialog 
appears.</paragraph>
 </listitem>
 <listitem>
-<paragraph role="listitem" id="par_id3149164" xml-lang="en-US" l10n="CHG" 
oldref="4">Select the file you want to open and click 
<emph>Open</emph>.</paragraph>
+<paragraph role="listitem" id="par_id3149164" xml-lang="en-US" 
l10n="CHG">Select the file you want to open and click 
<emph>Open</emph>.</paragraph>
 </listitem>
 </list>
-<paragraph role="heading" id="hd_id3149234" xml-lang="en-US" level="3" 
l10n="CHG" oldref="13">Restrict Files to Display</paragraph>
-<paragraph role="paragraph" id="par_id3150985" xml-lang="en-US" l10n="CHG" 
oldref="14">To restrict the display of files in the <emph>Open</emph> dialog to 
a certain type select the corresponding <emph>File type</emph> from the list. 
Select <emph>All Files (*.*)</emph> to display all files.</paragraph>
+<paragraph role="heading" id="hd_id3149234" xml-lang="en-US" level="3" 
l10n="CHG">Restrict Files to Display</paragraph>
+<paragraph role="paragraph" id="par_id3150985" xml-lang="en-US" l10n="CHG">To 
restrict the display of files in the <emph>Open</emph> dialog to a certain type 
select the corresponding <emph>File type</emph> from the list. Select <emph>All 
Files (*.*)</emph> to display all files.</paragraph>
 <paragraph role="heading" id="hd_id4651326" xml-lang="en-US" level="3" 
l10n="NEW">Cursor Position</paragraph>
 <paragraph role="paragraph" id="par_id5509201" xml-lang="en-US" l10n="NEW">In 
general, all documents open with the cursor at the start of the 
document.</paragraph>
 <paragraph role="paragraph" id="par_id6594744" xml-lang="en-US" l10n="NEW">One 
exception appears when the author of a Writer text document saves and reopens a 
document: The cursor will be at the same position where it has been when the 
document was saved. This only works when the name of the author was entered in 
<emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - 
Preferences</caseinline><defaultinline>Tools - 
Options</defaultinline></switchinline> - %PRODUCTNAME - U [...]
@@ -70,9 +70,9 @@
 <paragraph role="paragraph" id="par_id3422650" xml-lang="en-US" 
l10n="NEW">Press Shift+F5 to set the cursor to the last saved 
position.</paragraph>
 </listitem>
 </list>
-<paragraph role="heading" id="hd_id3148453" xml-lang="en-US" level="2" 
l10n="U" oldref="17">Opening an Empty Document</paragraph>
-<paragraph role="paragraph" id="par_id3147287" xml-lang="en-US" l10n="CHG" 
oldref="19">Click the <emph>New</emph> icon on the Standard bar or choose 
<emph>File - New</emph>. This opens a document of the document type 
specified.</paragraph>
-<paragraph role="paragraph" id="par_id3153092" xml-lang="en-US" l10n="CHG" 
oldref="20">If you click the arrow next to the <emph>New</emph> icon, a submenu 
opens in which you can select another document type.</paragraph>
+<paragraph role="heading" id="hd_id3148453" xml-lang="en-US" level="2" 
l10n="U">Opening an Empty Document</paragraph>
+<paragraph role="paragraph" id="par_id3147287" xml-lang="en-US" 
l10n="CHG">Click the <emph>New</emph> icon on the Standard bar or choose 
<emph>File - New</emph>. This opens a document of the document type 
specified.</paragraph>
+<paragraph role="paragraph" id="par_id3153092" xml-lang="en-US" l10n="CHG">If 
you click the arrow next to the <emph>New</emph> icon, a submenu opens in which 
you can select another document type.</paragraph>
 <paragraph role="heading" id="hd_id0820200803501358" xml-lang="en-US" 
level="2" l10n="NEW">System File Dialogs or %PRODUCTNAME Dialogs</paragraph>
 <paragraph role="paragraph" id="par_id0820200803501356" xml-lang="en-US" 
l10n="NEW">On most operating systems, you can choose to use the system file 
dialogs or %PRODUCTNAME dialogs.</paragraph>
 <list type="unordered">
@@ -82,7 +82,7 @@
 </list>
 <paragraph role="paragraph" id="par_id0820200803501449" xml-lang="en-US" 
l10n="NEW">The %PRODUCTNAME dialogs support file download and upload using 
secure https connections.</paragraph>
 <paragraph role="heading" id="hd_id0820200803501453" xml-lang="en-US" 
level="2" l10n="NEW">Opening Files from a Web Server</paragraph>
-<paragraph role="paragraph" id="par_id3153126" xml-lang="en-US" l10n="CHG" 
oldref="9">You can enter a URL in the <emph>File name</emph> box of the 
<emph>Open</emph> dialogs. The URL must start with file:/// or ftp:// or 
http://.</paragraph>
+<paragraph role="paragraph" id="par_id3153126" xml-lang="en-US" l10n="CHG">You 
can enter a URL in the <emph>File name</emph> box of the <emph>Open</emph> 
dialogs. The URL must start with file:/// or ftp:// or http://.</paragraph>
 <paragraph role="paragraph" id="par_id0820200803501548" xml-lang="en-US" 
l10n="NEW">If you use the %PRODUCTNAME dialog, you can use the https:// prefix 
for a secure connection, and you can save a document on the web 
server.</paragraph>
 <switch select="sys">
 <case select="WIN">
@@ -90,7 +90,7 @@
 </case>
 </switch>
 <section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3148616" xml-lang="en-US" l10n="U" 
oldref="5"><link href="text/shared/01/01020000.xhp" name="File - Open">File - 
Open</link></paragraph>
+<paragraph role="paragraph" id="par_id3148616" xml-lang="en-US" l10n="U"><link 
href="text/shared/01/01020000.xhp" name="File - Open">File - 
Open</link></paragraph>
 <embed href="text/shared/00/00000021.xhp#xmlformat"/>
 <embed href="text/shared/guide/ms_user.xhp#ms_user"/>
 </section>
diff --git a/main/helpcontent2/source/text/shared/optionen/01040900.xhp 
b/main/helpcontent2/source/text/shared/optionen/01040900.xhp
index 6309d110e6..15fd3707b7 100644
--- a/main/helpcontent2/source/text/shared/optionen/01040900.xhp
+++ b/main/helpcontent2/source/text/shared/optionen/01040900.xhp
@@ -45,37 +45,37 @@
 <bookmark_value>spacing; tab stops in text documents</bookmark_value>
 </bookmark>
 <bookmark xml-lang="en-US" branch="hid/SW_HID_OPTLOAD_PAGE" id="bm_id3150443" 
localize="false"/>
-<paragraph role="heading" id="hd_id3155892" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/shared/optionen/01040900.xhp" 
name="General">General</link></paragraph>
-<paragraph role="paragraph" id="par_id3145382" xml-lang="en-US" l10n="U" 
oldref="2"><ahelp hid="HID_OPTLOAD_PAGE">Specifies general settings for text 
documents.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3155892" xml-lang="en-US" level="1" 
l10n="U"><link href="text/shared/optionen/01040900.xhp" 
name="General">General</link></paragraph>
+<paragraph role="paragraph" id="par_id3145382" xml-lang="en-US" 
l10n="U"><ahelp hid="HID_OPTLOAD_PAGE">Specifies general settings for text 
documents.</ahelp></paragraph>
 </section>
 <section id="howtoget">
 <embed href="text/shared/00/00000406.xhp#laden"/>
 </section>
 <section id="aktu">
-<paragraph role="heading" id="hd_id3156326" xml-lang="en-US" level="2" 
l10n="U" oldref="45">Update</paragraph>
-<paragraph role="heading" id="hd_id3145119" xml-lang="en-US" level="3" 
l10n="U" oldref="3">Update links when loading</paragraph>
+<paragraph role="heading" id="hd_id3156326" xml-lang="en-US" level="2" 
l10n="U">Update</paragraph>
+<paragraph role="heading" id="hd_id3145119" xml-lang="en-US" level="3" 
l10n="U">Update links when loading</paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/sc:RadioButton:RID_SCPAGE_LAYOUT:RB_ALWAYS" id="bm_id3150985" 
localize="false"/>
 <bookmark xml-lang="en-US" 
branch="hid/sw:RadioButton:TP_OPTLOAD_PAGE:RB_ALWAYS" id="bm_id3149416" 
localize="false"/>
-<paragraph role="heading" id="hd_id3155136" xml-lang="en-US" level="4" 
l10n="U" oldref="4">Always</paragraph>
-<paragraph role="paragraph" id="par_id3155628" xml-lang="en-US" l10n="U" 
oldref="11"><ahelp hid="SW_RADIOBUTTON_TP_OPTLOAD_PAGE_RB_ALWAYS">Always 
updates links while loading a document.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3155136" xml-lang="en-US" level="4" 
l10n="U">Always</paragraph>
+<paragraph role="paragraph" id="par_id3155628" xml-lang="en-US" 
l10n="U"><ahelp hid="SW_RADIOBUTTON_TP_OPTLOAD_PAGE_RB_ALWAYS">Always updates 
links while loading a document.</ahelp></paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/sc:RadioButton:RID_SCPAGE_LAYOUT:RB_REQUEST" id="bm_id3153542" 
localize="false"/>
 <bookmark xml-lang="en-US" 
branch="hid/sw:RadioButton:TP_OPTLOAD_PAGE:RB_REQUEST" id="bm_id3154898" 
localize="false"/>
-<paragraph role="heading" id="hd_id3155449" xml-lang="en-US" level="4" 
l10n="U" oldref="5">On request</paragraph>
-<paragraph role="paragraph" id="par_id3153252" xml-lang="en-US" l10n="U" 
oldref="12"><ahelp hid="SW_RADIOBUTTON_TP_OPTLOAD_PAGE_RB_REQUEST">Updates 
links only on request while loading a document.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3155449" xml-lang="en-US" level="4" 
l10n="U">On request</paragraph>
+<paragraph role="paragraph" id="par_id3153252" xml-lang="en-US" 
l10n="U"><ahelp hid="SW_RADIOBUTTON_TP_OPTLOAD_PAGE_RB_REQUEST">Updates links 
only on request while loading a document.</ahelp></paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/sc:RadioButton:RID_SCPAGE_LAYOUT:RB_NEVER" id="bm_id3147530" 
localize="false"/>
 <bookmark xml-lang="en-US" 
branch="hid/sw:RadioButton:TP_OPTLOAD_PAGE:RB_NEVER" id="bm_id3149669" 
localize="false"/>
-<paragraph role="heading" id="hd_id3151384" xml-lang="en-US" level="4" 
l10n="U" oldref="6">Never</paragraph>
-<paragraph role="paragraph" id="par_id3148946" xml-lang="en-US" l10n="U" 
oldref="13"><ahelp hid="SW_RADIOBUTTON_TP_OPTLOAD_PAGE_RB_NEVER">Links are 
never updated while loading a document.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3151384" xml-lang="en-US" level="4" 
l10n="U">Never</paragraph>
+<paragraph role="paragraph" id="par_id3148946" xml-lang="en-US" 
l10n="U"><ahelp hid="SW_RADIOBUTTON_TP_OPTLOAD_PAGE_RB_NEVER">Links are never 
updated while loading a document.</ahelp></paragraph>
 </section>
-<paragraph role="heading" id="hd_id3154347" xml-lang="en-US" level="3" 
l10n="U" oldref="25">Automatically</paragraph>
+<paragraph role="heading" id="hd_id3154347" xml-lang="en-US" level="3" 
l10n="U">Automatically</paragraph>
 <switch select="appl">
 <case select="WRITER">
 <paragraph role="paragraph" id="par_id8801538" xml-lang="en-US" 
l10n="NEW"><link href="text/swriter/01/06990000.xhp">To update fields 
manually</link></paragraph><comment>i81240</comment>
 </case>
 </switch>
 <bookmark xml-lang="en-US" 
branch="hid/sw:CheckBox:TP_OPTLOAD_PAGE:CB_AUTO_UPDATE_FIELDS" 
id="bm_id3153380" localize="false"/>
-<paragraph role="heading" id="hd_id3148664" xml-lang="en-US" level="4" 
l10n="U" oldref="21">Fields</paragraph>
-<paragraph role="paragraph" id="par_id3154071" xml-lang="en-US" l10n="CHG" 
oldref="23"><ahelp hid="SW:CHECKBOX:TP_OPTLOAD_PAGE:CB_AUTO_UPDATE_FIELDS">The 
contents of all fields are updated automatically whenever the screen contents 
are displayed as new. Even with this box unchecked, some fields are updated 
each time a special condition takes place.</ahelp> The following table lists 
the fields that are updated without regard to this checkbox.</paragraph>
+<paragraph role="heading" id="hd_id3148664" xml-lang="en-US" level="4" 
l10n="U">Fields</paragraph>
+<paragraph role="paragraph" id="par_id3154071" xml-lang="en-US" 
l10n="CHG"><ahelp hid="SW:CHECKBOX:TP_OPTLOAD_PAGE:CB_AUTO_UPDATE_FIELDS">The 
contents of all fields are updated automatically whenever the screen contents 
are displayed as new. Even with this box unchecked, some fields are updated 
each time a special condition takes place.</ahelp> The following table lists 
the fields that are updated without regard to this checkbox.</paragraph>
 <table id="tbl_id4289681">
 <tablerow>
 <tablecell colspan="" rowspan="">
@@ -143,14 +143,14 @@
 </tablerow>
 </table>
 <bookmark xml-lang="en-US" 
branch="hid/sw:CheckBox:TP_OPTLOAD_PAGE:CB_AUTO_UPDATE_CHARTS" 
id="bm_id3154684" localize="false"/>
-<paragraph role="heading" id="hd_id3159149" xml-lang="en-US" level="4" 
l10n="U" oldref="22">Charts</paragraph>
-<paragraph role="paragraph" id="par_id3150768" xml-lang="en-US" l10n="CHG" 
oldref="24"><ahelp 
hid="SW:CHECKBOX:TP_OPTLOAD_PAGE:CB_AUTO_UPDATE_CHARTS">Specifies whether to 
automatically update charts. Whenever a Writer table cell value changes and the 
cursor leaves that cell, the chart that displays the cell value is updated 
automatically.</ahelp><comment>see message "[sw-features] changed/CWS 
chart2mst3 : Automatic update for charts in Writer" by Thomas 
Lange</comment></paragraph>
-<paragraph role="heading" id="hd_id3146976" xml-lang="en-US" level="2" 
l10n="U" oldref="46">Settings</paragraph>
+<paragraph role="heading" id="hd_id3159149" xml-lang="en-US" level="4" 
l10n="U">Charts</paragraph>
+<paragraph role="paragraph" id="par_id3150768" xml-lang="en-US" 
l10n="CHG"><ahelp 
hid="SW:CHECKBOX:TP_OPTLOAD_PAGE:CB_AUTO_UPDATE_CHARTS">Specifies whether to 
automatically update charts. Whenever a Writer table cell value changes and the 
cursor leaves that cell, the chart that displays the cell value is updated 
automatically.</ahelp><comment>see message "[sw-features] changed/CWS 
chart2mst3 : Automatic update for charts in Writer" by Thomas 
Lange</comment></paragraph>
+<paragraph role="heading" id="hd_id3146976" xml-lang="en-US" level="2" 
l10n="U">Settings</paragraph>
 <bookmark xml-lang="en-US" branch="hid/sw:ListBox:TP_OPTLOAD_PAGE:LB_METRIC" 
id="bm_id3152578" localize="false"/>
-<paragraph role="heading" id="hd_id3153364" xml-lang="en-US" level="3" 
l10n="U" oldref="31">Measurement unit</paragraph>
-<paragraph role="paragraph" id="par_id3146147" xml-lang="en-US" l10n="CHG" 
oldref="32"><ahelp hid="SW_LISTBOX_TP_OPTLOAD_PAGE_LB_METRIC">Specifies the 
<link href="text/shared/00/00000003.xhp#metrik" name="unit of measurement">unit 
of measurement</link> for text documents.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3153364" xml-lang="en-US" level="3" 
l10n="U">Measurement unit</paragraph>
+<paragraph role="paragraph" id="par_id3146147" xml-lang="en-US" 
l10n="CHG"><ahelp hid="SW_LISTBOX_TP_OPTLOAD_PAGE_LB_METRIC">Specifies the 
<link href="text/shared/00/00000003.xhp#metrik" name="unit of measurement">unit 
of measurement</link> for text documents.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/sw:MetricField:TP_OPTLOAD_PAGE:MF_TAB" 
id="bm_id3154729" localize="false"/>
-<paragraph role="heading" id="hd_id3154944" xml-lang="en-US" level="3" 
l10n="U" oldref="33">Tab stops</paragraph>
-<paragraph role="paragraph" id="par_id3150417" xml-lang="en-US" l10n="U" 
oldref="34"><ahelp hid="SW_METRICFIELD_TP_OPTLOAD_PAGE_MF_TAB">Specifies the 
spacing between the individual tab stops.</ahelp> The horizontal ruler displays 
the selected spacing.</paragraph>
+<paragraph role="heading" id="hd_id3154944" xml-lang="en-US" level="3" 
l10n="U">Tab stops</paragraph>
+<paragraph role="paragraph" id="par_id3150417" xml-lang="en-US" 
l10n="U"><ahelp hid="SW_METRICFIELD_TP_OPTLOAD_PAGE_MF_TAB">Specifies the 
spacing between the individual tab stops.</ahelp> The horizontal ruler displays 
the selected spacing.</paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/simpress/01/06060000.xhp 
b/main/helpcontent2/source/text/simpress/01/06060000.xhp
index 3f8506cfef..7681124108 100644
--- a/main/helpcontent2/source/text/simpress/01/06060000.xhp
+++ b/main/helpcontent2/source/text/simpress/01/06060000.xhp
@@ -41,8 +41,8 @@
 </bookmark><comment>mw added "lists;" and "animations;"</comment>
 <bookmark xml-lang="en-US" branch="hid/.uno:EffectWindow" id="bm_id3151244" 
localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/.uno:CustomAnimation" id="bm_id2649006" 
localize="false"/>
-<paragraph role="heading" id="hd_id3148837" xml-lang="en-US" level="1" 
l10n="CHG" oldref="1"><link href="text/simpress/01/06060000.xhp" 
name="Effects">Custom Animation Pane</link></paragraph>
-<paragraph role="paragraph" id="par_id3144773" xml-lang="en-US" l10n="CHG" 
oldref="2"><variable id="effekttext"><ahelp hid=".uno:EffectWindow">Assigns 
effects to selected objects.</ahelp>
+<paragraph role="heading" id="hd_id3148837" xml-lang="en-US" level="1" 
l10n="CHG"><link href="text/simpress/01/06060000.xhp" name="Effects">Custom 
Animation Pane</link></paragraph>
+<paragraph role="paragraph" id="par_id3144773" xml-lang="en-US" 
l10n="CHG"><variable id="effekttext"><ahelp hid=".uno:EffectWindow">Assigns 
effects to selected objects.</ahelp>
 </variable></paragraph>
 </section>
 <section id="howtoget">
diff --git a/main/helpcontent2/source/text/simpress/02/10050000.xhp 
b/main/helpcontent2/source/text/simpress/02/10050000.xhp
index 88ea0dedf9..d9a9c22356 100644
--- a/main/helpcontent2/source/text/simpress/02/10050000.xhp
+++ b/main/helpcontent2/source/text/simpress/02/10050000.xhp
@@ -38,13 +38,13 @@
 </bookmark>
 <bookmark xml-lang="en-US" branch="hid/.uno:TextToolbox" id="bm_id6874574" 
localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/.uno:TextToolbox" id="bm_id3156448" 
localize="false"/>
-<paragraph role="heading" id="hd_id3152994" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/simpress/02/10050000.xhp" 
name="Text">Text</link></paragraph>
-<paragraph role="paragraph" id="par_id3163709" xml-lang="en-US" l10n="CHG" 
oldref="2"><ahelp hid=".uno:TextToolbox">The <emph>Text</emph> toolbar contains 
some icons to enter different types of text boxes.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3152994" xml-lang="en-US" level="1" 
l10n="U"><link href="text/simpress/02/10050000.xhp" 
name="Text">Text</link></paragraph>
+<paragraph role="paragraph" id="par_id3163709" xml-lang="en-US" 
l10n="CHG"><ahelp hid=".uno:TextToolbox">The <emph>Text</emph> toolbar contains 
some icons to enter different types of text boxes.</ahelp></paragraph>
 </section>
 <bookmark xml-lang="en-US" branch="hid/.uno:Text" id="bm_id1949355" 
localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/.uno:Text" id="bm_id3153248" 
localize="false"/>
-<paragraph role="heading" id="hd_id3151243" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Text</paragraph>
-<paragraph role="paragraph" id="par_id3156019" xml-lang="en-US" l10n="CHG" 
oldref="5"><ahelp hid=".uno:Text">Draws a text box where you click or drag in 
the current document. Click anywhere in the document, and then type or paste 
your text.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3151243" xml-lang="en-US" level="2" 
l10n="U">Text</paragraph>
+<paragraph role="paragraph" id="par_id3156019" xml-lang="en-US" 
l10n="CHG"><ahelp hid=".uno:Text">Draws a text box where you click or drag in 
the current document. Click anywhere in the document, and then type or paste 
your text.</ahelp></paragraph>
 <section id="sytext">
 <table id="tbl_id3154764">
 <tablerow>
@@ -54,15 +54,15 @@
 </image></paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3150391" xml-lang="en-US" l10n="U" 
oldref="4">Text</paragraph>
+<paragraph role="paragraph" id="par_id3150391" xml-lang="en-US" 
l10n="U">Text</paragraph>
 </tablecell>
 </tablerow>
 </table>
 </section>
 <bookmark xml-lang="en-US" branch="hid/.uno:TextFitToSizeTool" 
id="bm_id9571388" localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/.uno:TextFitToSizeTool" 
id="bm_id3145239" localize="false"/>
-<paragraph role="heading" id="hd_id3166466" xml-lang="en-US" level="2" 
l10n="U" oldref="6">Fit Text to Frame</paragraph>
-<paragraph role="paragraph" id="par_id3150538" xml-lang="en-US" l10n="CHG" 
oldref="8"><ahelp hid=".uno:TextFitToSizeTool">Draws a text box where you click 
or drag in the current document. The text that you enter is automatically 
resized to fit the dimensions of the text box.</ahelp> Click anywhere in the 
document, and then type or paste your text.</paragraph>
+<paragraph role="heading" id="hd_id3166466" xml-lang="en-US" level="2" 
l10n="U">Fit Text to Frame</paragraph>
+<paragraph role="paragraph" id="par_id3150538" xml-lang="en-US" 
l10n="CHG"><ahelp hid=".uno:TextFitToSizeTool">Draws a text box where you click 
or drag in the current document. The text that you enter is automatically 
resized to fit the dimensions of the text box.</ahelp> Click anywhere in the 
document, and then type or paste your text.</paragraph>
 <table id="tbl_id3157907">
 <tablerow>
 <tablecell colspan="" rowspan="">
@@ -71,12 +71,12 @@
 </image></paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3150860" xml-lang="en-US" l10n="U" 
oldref="7">Fit Text to Frame</paragraph>
+<paragraph role="paragraph" id="par_id3150860" xml-lang="en-US" l10n="U">Fit 
Text to Frame</paragraph>
 </tablecell>
 </tablerow>
 </table>
-<paragraph role="heading" id="hd_id3145596" xml-lang="en-US" level="2" 
l10n="U" oldref="10">Callouts</paragraph>
-<paragraph role="paragraph" id="par_id3153006" xml-lang="en-US" l10n="U" 
oldref="12">Draws a line that ends in a rectangular callout from where you drag 
in the current document. The text direction is horizontal. Drag a handle of the 
callout to resize the callout. To change a rectangular callout to a rounded 
callout, drag the largest corner handle when the pointer changes to a hand. To 
add text, click the edge of the callout, and then type or paste your 
text.</paragraph>
+<paragraph role="heading" id="hd_id3145596" xml-lang="en-US" level="2" 
l10n="U">Callouts</paragraph>
+<paragraph role="paragraph" id="par_id3153006" xml-lang="en-US" l10n="U">Draws 
a line that ends in a rectangular callout from where you drag in the current 
document. The text direction is horizontal. Drag a handle of the callout to 
resize the callout. To change a rectangular callout to a rounded callout, drag 
the largest corner handle when the pointer changes to a hand. To add text, 
click the edge of the callout, and then type or paste your text.</paragraph>
 <table id="tbl_id3145165">
 <tablerow>
 <tablecell colspan="" rowspan="">
@@ -85,7 +85,7 @@
 </image></paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3157860" xml-lang="en-US" l10n="U" 
oldref="11">Callouts</paragraph>
+<paragraph role="paragraph" id="par_id3157860" xml-lang="en-US" 
l10n="U">Callouts</paragraph>
 </tablecell>
 </tablerow>
 </table>
@@ -94,8 +94,8 @@
 <embed href="text/shared/02/01140000.xhp#textasia"/>
 <bookmark xml-lang="en-US" branch="hid/.uno:VerticalTextFitToSizeTool" 
id="bm_id3073398" localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/.uno:VerticalTextFitToSizeTool" 
id="bm_id3145300" localize="false"/>
-<paragraph role="heading" id="hd_id3148390" xml-lang="en-US" level="2" 
l10n="U" oldref="14">Fit Vertical Text to Frame</paragraph>
-<paragraph role="paragraph" id="par_id3148770" xml-lang="en-US" l10n="CHG" 
oldref="15"><ahelp hid=".uno:VerticalTextFitToSizeTool">Draws a text frame with 
vertical text direction where you click or drag in the current document. The 
text that you enter is automatically resized to fit the dimensions of the 
frame. (Enable Asian text support to enable this icon).</ahelp> Click anywhere 
in the document, and then type or paste your text. You can also move the cursor 
to where you want to add th [...]
+<paragraph role="heading" id="hd_id3148390" xml-lang="en-US" level="2" 
l10n="U">Fit Vertical Text to Frame</paragraph>
+<paragraph role="paragraph" id="par_id3148770" xml-lang="en-US" 
l10n="CHG"><ahelp hid=".uno:VerticalTextFitToSizeTool">Draws a text frame with 
vertical text direction where you click or drag in the current document. The 
text that you enter is automatically resized to fit the dimensions of the 
frame. (Enable Asian text support to enable this icon).</ahelp> Click anywhere 
in the document, and then type or paste your text. You can also move the cursor 
to where you want to add the text, drag [...]
 <table id="tbl_id3150570">
 <tablerow>
 <tablecell colspan="" rowspan="">
@@ -104,7 +104,7 @@
 </image></paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3150472" xml-lang="en-US" l10n="U" 
oldref="16">Fit Vertical Text to Frame</paragraph>
+<paragraph role="paragraph" id="par_id3150472" xml-lang="en-US" l10n="U">Fit 
Vertical Text to Frame</paragraph>
 </tablecell>
 </tablerow>
 </table>
diff --git a/main/helpcontent2/source/text/swriter/02/18010000.xhp 
b/main/helpcontent2/source/text/swriter/02/18010000.xhp
index 568aa05530..5ffef3ae65 100644
--- a/main/helpcontent2/source/text/swriter/02/18010000.xhp
+++ b/main/helpcontent2/source/text/swriter/02/18010000.xhp
@@ -33,39 +33,39 @@
 <bookmark xml-lang="en-US" branch="hid/SW_HID_INSERT_CTRL" id="bm_id3147172" 
localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/.uno:InsertCtrl" id="bm_id5996419" 
localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/.uno:InsertCtrl" id="bm_id3154501" 
localize="false"/>
-<paragraph role="heading" id="hd_id3145824" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/swriter/02/18010000.xhp" 
name="Insert">Insert</link></paragraph>
-<paragraph role="paragraph" id="par_id3145244" xml-lang="en-US" l10n="CHG" 
oldref="2"><ahelp hid=".uno:InsertCtrl">The toolbar contains various functions 
for inserting frames, graphics, tables, and other objects.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3145824" xml-lang="en-US" level="1" 
l10n="U"><link href="text/swriter/02/18010000.xhp" 
name="Insert">Insert</link></paragraph>
+<paragraph role="paragraph" id="par_id3145244" xml-lang="en-US" 
l10n="CHG"><ahelp hid=".uno:InsertCtrl">The toolbar contains various functions 
for inserting frames, graphics, tables, and other objects.</ahelp></paragraph>
 </section>
-<paragraph role="paragraph" id="par_id3149809" xml-lang="en-US" l10n="U" 
oldref="6">You can select the following functions:</paragraph>
-<paragraph role="heading" id="hd_id3143272" xml-lang="en-US" level="2" 
l10n="CHG" oldref="9"><link href="text/swriter/01/04150000.xhp" name="Insert 
Table">Table</link></paragraph>
+<paragraph role="paragraph" id="par_id3149809" xml-lang="en-US" l10n="U">You 
can select the following functions:</paragraph>
+<paragraph role="heading" id="hd_id3143272" xml-lang="en-US" level="2" 
l10n="CHG"><link href="text/swriter/01/04150000.xhp" name="Insert 
Table">Table</link></paragraph>
 <embed href="text/swriter/01/04150000.xhp#tabelletext"/>
 <embed href="text/swriter/00/00000404.xhp#sytabelle"/>
-<paragraph role="heading" id="hd_id3150115" xml-lang="en-US" level="2" 
l10n="CHG" oldref="18"><link href="text/swriter/01/04020000.xhp" name="Insert 
Section">Section</link></paragraph>
+<paragraph role="heading" id="hd_id3150115" xml-lang="en-US" level="2" 
l10n="CHG"><link href="text/swriter/01/04020000.xhp" name="Insert 
Section">Section</link></paragraph>
 <embed href="text/swriter/01/04020000.xhp#bereich"/>
 <embed href="text/swriter/00/00000404.xhp#sybereich"/>
-<paragraph role="heading" id="hd_id3154572" xml-lang="en-US" level="2" 
l10n="U" oldref="7"><link href="text/swriter/01/04130000.xhp" name="Insert 
Frame Manually">Insert Frame Manually</link></paragraph>
+<paragraph role="heading" id="hd_id3154572" xml-lang="en-US" level="2" 
l10n="U"><link href="text/swriter/01/04130000.xhp" name="Insert Frame 
Manually">Insert Frame Manually</link></paragraph>
 <embed href="text/swriter/01/04130000.xhp#syrahmentext"/>
 <embed href="text/swriter/00/00000404.xhp#syrahmen"/>
 <paragraph role="heading" id="hd_id3151341" xml-lang="en-US" level="2" 
l10n="NEW"><link href="text/shared/01/04160500.xhp" name="Floating 
Frame">Floating Frame</link></paragraph>
 <embed href="text/shared/01/04160500.xhp#frameeinfuegentext"/>
 <embed href="text/shared/00/00000404.xhp#syframe"/>
-<paragraph role="heading" id="hd_id3148974" xml-lang="en-US" level="2" 
l10n="U" oldref="11"><link href="text/swriter/01/04030000.xhp" name="Insert 
Footnote Directly">Insert Footnote Directly</link></paragraph>
+<paragraph role="heading" id="hd_id3148974" xml-lang="en-US" level="2" 
l10n="U"><link href="text/swriter/01/04030000.xhp" name="Insert Footnote 
Directly">Insert Footnote Directly</link></paragraph>
 <embed href="text/swriter/01/04030000.xhp#fussnoteein"/>
 <embed href="text/swriter/00/00000404.xhp#syfussnoteein"/>
-<paragraph role="heading" id="hd_id3152773" xml-lang="en-US" level="2" 
l10n="U" oldref="17"><link href="text/swriter/01/04030000.xhp" name="Insert 
Endnote Directly">Insert Endnote Directly</link></paragraph>
+<paragraph role="heading" id="hd_id3152773" xml-lang="en-US" level="2" 
l10n="U"><link href="text/swriter/01/04030000.xhp" name="Insert Endnote 
Directly">Insert Endnote Directly</link></paragraph>
 <embed href="text/swriter/01/04030000.xhp#endnotetext"/>
 <embed href="text/swriter/00/00000404.xhp#syendnoteein"/>
 <paragraph role="heading" id="par_idN10777" xml-lang="en-US" level="2" 
l10n="CHG"><link href="text/shared/01/04050000.xhp">Note</link></paragraph>
 <paragraph role="paragraph" id="par_idN10863" xml-lang="en-US" 
l10n="NEW">Inserts a note at the current cursor position.</paragraph>
-<paragraph role="heading" id="hd_id3145262" xml-lang="en-US" level="2" 
l10n="CHG" oldref="16"><link href="text/swriter/01/04040000.xhp" 
name="Bookmark">Bookmark</link></paragraph>
+<paragraph role="heading" id="hd_id3145262" xml-lang="en-US" level="2" 
l10n="CHG"><link href="text/swriter/01/04040000.xhp" 
name="Bookmark">Bookmark</link></paragraph>
 <embed href="text/swriter/01/04040000.xhp#textmarkeein"/>
 <embed href="text/swriter/00/00000404.xhp#sytextmarke"/><comment>UFI: "insert 
cross reference" here</comment>
-<paragraph role="heading" id="hd_id3149098" xml-lang="en-US" level="2" 
l10n="CHG" oldref="10"><link href="text/swriter/01/04190000.xhp" name="Insert 
Document">File</link></paragraph>
+<paragraph role="heading" id="hd_id3149098" xml-lang="en-US" level="2" 
l10n="CHG"><link href="text/swriter/01/04190000.xhp" name="Insert 
Document">File</link></paragraph>
 <embed href="text/swriter/01/04190000.xhp#datei"/>
 <embed href="text/swriter/00/00000404.xhp#syeinfdatei"/>
 <paragraph role="heading" id="par_idN10772" xml-lang="en-US" level="2" 
l10n="NEW"><link href="text/swriter/01/02120000.xhp" 
name="AutoText">AutoText</link></paragraph>
 <embed href="text/swriter/01/02120000.xhp#autotexttext"/>
-<paragraph role="heading" id="hd_id3145780" xml-lang="en-US" level="2" 
l10n="CHG" oldref="12"><link href="text/shared/01/04100000.xhp" name="Special 
Character">Special Character</link></paragraph>
+<paragraph role="heading" id="hd_id3145780" xml-lang="en-US" level="2" 
l10n="CHG"><link href="text/shared/01/04100000.xhp" name="Special 
Character">Special Character</link></paragraph>
 <embed href="text/shared/01/04100000.xhp#sonder"/>
 <embed href="text/shared/00/00000404.xhp#sysonder"/>
 <paragraph role="heading" id="par_idN10759" xml-lang="en-US" level="2" 
l10n="CHG"><link href="text/swriter/01/04090000.xhp">Insert 
Fields</link></paragraph>
@@ -74,7 +74,7 @@
 <paragraph role="heading" id="par_idN10768" xml-lang="en-US" level="2" 
l10n="CHG"><link href="text/shared/02/01170000.xhp">Controls</link></paragraph>
 <paragraph role="paragraph" id="par_idN107ED" xml-lang="en-US" l10n="CHG">The 
Controls icon opens a toolbar with the tools that you need to create an 
interactive form.</paragraph>
 <embed href="text/shared/02/01170000.xhp#syformular"/>
-<paragraph role="heading" id="hd_id3155174" xml-lang="en-US" level="2" 
l10n="U" oldref="8"><link href="text/shared/01/04140000.xhp" name="From 
File">From File</link></paragraph>
+<paragraph role="heading" id="hd_id3155174" xml-lang="en-US" level="2" 
l10n="U"><link href="text/shared/01/04140000.xhp" name="From File">From 
File</link></paragraph>
 <embed href="text/shared/01/04140000.xhp#grafiktext"/>
 <embed href="text/shared/00/00000404.xhp#sygrafik"/>
 <embed href="text/shared/01/moviesound.xhp#moviesound"/>
@@ -91,7 +91,7 @@
 <embed href="text/shared/00/00000404.xhp#syplugin"/>
 <paragraph role="heading" id="par_idN1076D" xml-lang="en-US" level="2" 
l10n="NEW"><link href="text/swriter/01/04120200.xhp">Insert 
Index</link></paragraph>
 <paragraph role="paragraph" id="par_idN10814" xml-lang="en-US" 
l10n="NEW">Inserts an index or a table of contents at the current cursor 
position.</paragraph>
-<paragraph role="heading" id="hd_id3155861" xml-lang="en-US" level="2" 
l10n="CHG" oldref="15"><link href="text/swriter/01/04120100.xhp" name="Insert 
Index Marker">Entry</link></paragraph>
+<paragraph role="heading" id="hd_id3155861" xml-lang="en-US" level="2" 
l10n="CHG"><link href="text/swriter/01/04120100.xhp" name="Insert Index 
Marker">Entry</link></paragraph>
 <embed href="text/swriter/01/04120100.xhp#eintrag"/>
 <embed href="text/swriter/00/00000404.xhp#syeintrag"/>
 </body>
diff --git a/main/helpcontent2/source/text/swriter/guide/using_hyphen.xhp 
b/main/helpcontent2/source/text/swriter/guide/using_hyphen.xhp
index b977d9da39..613ba70e98 100644
--- a/main/helpcontent2/source/text/swriter/guide/using_hyphen.xhp
+++ b/main/helpcontent2/source/text/swriter/guide/using_hyphen.xhp
@@ -35,68 +35,62 @@
 <bookmark_value>automatic hyphenation in text</bookmark_value>
 <bookmark_value>manual hyphenation in text</bookmark_value>
 </bookmark><comment>mw transferred 2 entries to hyphen_prevent.xhp</comment>
-<paragraph xml-lang="en-US" id="hd_id3149695" role="heading" level="1" l10n="U"
-oldref="20"><variable id="using_hyphen"><link 
href="text/swriter/guide/using_hyphen.xhp" name="Hyphenation">Hyphenation</link>
+<paragraph xml-lang="en-US" id="hd_id3149695" role="heading" level="1" 
l10n="U"><variable id="using_hyphen"><link 
href="text/swriter/guide/using_hyphen.xhp" name="Hyphenation">Hyphenation</link>
 </variable></paragraph>
-<paragraph xml-lang="en-US" id="par_id3155918" role="paragraph" l10n="U" 
oldref="31">By default, $[officename] moves words that do not fit on a line to 
the next line. If you want, you can use automatic or manual hyphenation to 
avoid this behavior:</paragraph>
-<paragraph xml-lang="en-US" id="hd_id3155864" role="heading" level="2" l10n="U"
-oldref="30">Automatic Hyphenation</paragraph>
-<paragraph xml-lang="en-US" id="par_id3147414" role="paragraph" l10n="U" 
oldref="22">Automatic hyphenation inserts hyphens where they are needed in a 
paragraph. This option is only available for paragraph styles and individual 
paragraphs.</paragraph>
-<paragraph xml-lang="en-US" id="hd_id3149832" role="heading" level="3" l10n="U"
-oldref="51">To Automatically Hyphenate Text in a Paragraph</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155918" role="paragraph" l10n="U">By 
default, $[officename] moves words that do not fit on a line to the next line. 
If you want, you can use automatic or manual hyphenation to avoid this 
behavior:</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3155864" role="heading" level="2" 
l10n="U">Automatic Hyphenation</paragraph>
+<paragraph xml-lang="en-US" id="par_id3147414" role="paragraph" 
l10n="U">Automatic hyphenation inserts hyphens where they are needed in a 
paragraph. This option is only available for paragraph styles and individual 
paragraphs.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3149832" role="heading" level="3" 
l10n="U">To Automatically Hyphenate Text in a Paragraph</paragraph>
 <list type="ordered">
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3148850" role="listitem" l10n="U" 
oldref="32">Right-click in a paragraph, and choose 
<emph>Paragraph</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3148850" role="listitem" 
l10n="U">Right-click in a paragraph, and choose 
<emph>Paragraph</emph>.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3156104" role="listitem" l10n="U" 
oldref="34">Click the <link href="text/swriter/01/05030200.xhp" name="Text 
Flow"><emph>Text Flow</emph></link> tab.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3156104" role="listitem" l10n="U">Click 
the <link href="text/swriter/01/05030200.xhp" name="Text Flow"><emph>Text 
Flow</emph></link> tab.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3150101" role="listitem" l10n="U" 
oldref="35">In the Hyphenation area, select the Automatically check 
box.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150101" role="listitem" l10n="U">In the 
Hyphenation area, select the Automatically check box.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3153121" role="listitem" l10n="U" 
oldref="52">Click <emph>OK</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153121" role="listitem" l10n="U">Click 
<emph>OK</emph>.</paragraph>
 </listitem>
 </list>
-<paragraph xml-lang="en-US" id="hd_id3149629" role="heading" level="3" l10n="U"
-oldref="53">To Automatically Hyphenate Text in Multiple Paragraphs</paragraph>
-<paragraph xml-lang="en-US" id="par_id3149644" role="paragraph" l10n="U" 
oldref="33">If you want to automatically hyphenate more than one paragraph, use 
a paragraph style.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3149956" role="paragraph" l10n="U" 
oldref="48">For example, enable the automatic hyphenation option for the 
"Default" paragraph style, and then apply the style to the paragraphs that you 
want to hyphenate.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3149629" role="heading" level="3" 
l10n="U">To Automatically Hyphenate Text in Multiple Paragraphs</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149644" role="paragraph" l10n="U">If 
you want to automatically hyphenate more than one paragraph, use a paragraph 
style.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149956" role="paragraph" l10n="U">For 
example, enable the automatic hyphenation option for the "Default" paragraph 
style, and then apply the style to the paragraphs that you want to 
hyphenate.</paragraph>
 <list type="ordered">
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3149611" role="listitem" l10n="U" 
oldref="54">Choose <emph>Format - Styles and Formatting</emph>, and then click 
the <emph>Paragraph Styles</emph> icon.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149611" role="listitem" l10n="U">Choose 
<emph>Format - Styles and Formatting</emph>, and then click the <emph>Paragraph 
Styles</emph> icon.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3149867" role="listitem" l10n="U" 
oldref="55">Right-click the paragraph style that you want to hyphenate, and 
then choose <emph>Modify</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149867" role="listitem" 
l10n="U">Right-click the paragraph style that you want to hyphenate, and then 
choose <emph>Modify</emph>.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3145106" role="listitem" l10n="U" 
oldref="56">Click the Text Flow tab.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3145106" role="listitem" l10n="U">Click 
the Text Flow tab.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3149582" role="listitem" l10n="U" 
oldref="57">In the <emph>Hyphenation</emph> area, select the 
<emph>Automatically</emph> check box.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149582" role="listitem" l10n="U">In the 
<emph>Hyphenation</emph> area, select the <emph>Automatically</emph> check 
box.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3156250" role="listitem" l10n="U" 
oldref="58">Click <emph>OK</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3156250" role="listitem" l10n="U">Click 
<emph>OK</emph>.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3145400" role="listitem" l10n="U" 
oldref="59">Apply the style to the paragraphs that you want to 
hyphenate.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3145400" role="listitem" l10n="U">Apply 
the style to the paragraphs that you want to hyphenate.</paragraph>
 </listitem>
 </list>
-<paragraph xml-lang="en-US" id="hd_id3145417" role="heading" level="2" l10n="U"
-oldref="36">Manual Hyphenation</paragraph>
-<paragraph xml-lang="en-US" id="par_id3154400" role="paragraph" l10n="U" 
oldref="23">You can insert a hyphen where you want on a line, or let 
$[officename] search for the words to hyphenate, and then offer a suggested 
hyphenation.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3145417" role="heading" level="2" 
l10n="U">Manual Hyphenation</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154400" role="paragraph" l10n="U">You 
can insert a hyphen where you want on a line, or let $[officename] search for 
the words to hyphenate, and then offer a suggested hyphenation.</paragraph>
 <paragraph xml-lang="en-US" id="" role="heading" level="3" l10n="NEW">To 
Manually Hyphenate Single Words</paragraph>
-<paragraph xml-lang="en-US" id="par_id3153363" role="paragraph" l10n="U" 
oldref="24">To quickly insert a hyphen, click in the word where you want to add 
the hyphen, and then press <switchinline select="sys"><caseinline 
select="MAC">Command
+<paragraph xml-lang="en-US" id="par_id3153363" role="paragraph" l10n="U">To 
quickly insert a hyphen, click in the word where you want to add the hyphen, 
and then press <switchinline select="sys"><caseinline select="MAC">Command
 
</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Hyphen(-).</paragraph>
-<paragraph xml-lang="en-US" id="par_id3154244" role="paragraph" l10n="U" 
oldref="37">If you insert a manual hyphen in a word, the word is only 
hyphenated at the manual hyphen. No additional automatic hyphenation is applied 
for this word. A word with a manual hyphen will be hyphenated without regard to 
the settings on the <emph>Text Flow</emph> tab page.</paragraph>
-<paragraph xml-lang="en-US" id="hd_id3154847" role="heading" level="3" l10n="U"
-oldref="60">To Manually Hyphenate Text in a Selection</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154244" role="paragraph" l10n="U">If 
you insert a manual hyphen in a word, the word is only hyphenated at the manual 
hyphen. No additional automatic hyphenation is applied for this word. A word 
with a manual hyphen will be hyphenated without regard to the settings on the 
<emph>Text Flow</emph> tab page.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3154847" role="heading" level="3" 
l10n="U">To Manually Hyphenate Text in a Selection</paragraph>
 <list type="ordered">
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3154869" role="listitem" l10n="U" 
oldref="61">Select the text that you want to hyphenate.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154869" role="listitem" l10n="U">Select 
the text that you want to hyphenate.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3155886" role="listitem" l10n="CHG" 
oldref="26">Choose <emph>Tools - Language - Hyphenation</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155886" role="listitem" 
l10n="CHG">Choose <emph>Tools - Language - Hyphenation</emph>.</paragraph>
 </listitem>
 </list>
 <embed href="text/shared/00/00000004.xhp#related"/>
@@ -104,6 +98,6 @@ oldref="60">To Manually Hyphenate Text in a 
Selection</paragraph>
 <embed href="text/swriter/guide/using_thesaurus.xhp#using_thesaurus"/>
 <embed href="text/swriter/guide/template_default.xhp#template_default"/>
 <embed href="text/swriter/guide/hyphen_prevent.xhp#hyphen_prevent"/>
-<paragraph xml-lang="en-US" id="par_id3154361" role="paragraph" l10n="U" 
oldref="46"><link href="text/swriter/01/05030200.xhp" name="Text Flow">Text 
Flow</link></paragraph>
+<paragraph xml-lang="en-US" id="par_id3154361" role="paragraph" l10n="U"><link 
href="text/swriter/01/05030200.xhp" name="Text Flow">Text 
Flow</link></paragraph>
 </body>
 </helpdocument>


Reply via email to