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 4346dc9279 Remove 'oldref' entries (work in progress)
4346dc9279 is described below
commit 4346dc92793f38d03de19166a29fd18a99ba3585
Author: mseidel <[email protected]>
AuthorDate: Tue Dec 24 18:09:01 2024 +0100
Remove 'oldref' entries (work in progress)
(cherry picked from commit 8a7e0c6e42dbeba311e0e1ff4fc1eee123de82ed)
---
.../source/text/sbasic/shared/03103900.xhp | 42 +++++++++++-----------
.../helpcontent2/source/text/scalc/01/02160000.xhp | 24 ++++++-------
.../source/text/scalc/guide/cellreferences_url.xhp | 19 +++++-----
.../source/text/shared/01/01110101.xhp | 30 ++++++++--------
.../source/text/shared/01/01110300.xhp | 28 +++++++--------
.../source/text/shared/autopi/01040000.xhp | 22 ++++++------
.../source/text/shared/autopi/01110400.xhp | 28 +++++++--------
main/helpcontent2/source/text/shared/main0226.xhp | 22 ++++++------
.../source/text/swriter/01/04130000.xhp | 18 +++++-----
.../source/text/swriter/guide/anchor_object.xhp | 31 ++++++++--------
.../text/swriter/guide/footnote_with_line.xhp | 27 +++++++-------
.../source/text/swriter/guide/section_edit.xhp | 19 +++++-----
.../source/text/swriter/guide/wrap.xhp | 32 ++++++++---------
main/helpcontent2/source/text/swriter/main0204.xhp | 10 +++---
main/helpcontent2/source/text/swriter/main0216.xhp | 21 +++++------
15 files changed, 181 insertions(+), 192 deletions(-)
diff --git a/main/helpcontent2/source/text/sbasic/shared/03103900.xhp
b/main/helpcontent2/source/text/sbasic/shared/03103900.xhp
index f5f18007bb..dc6683bec3 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03103900.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03103900.xhp
@@ -33,29 +33,27 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3146958">
<bookmark_value>FindPropertyObject function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3146958" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/sbasic/shared/03103900.xhp"
name="FindPropertyObject Function [Runtime]">FindPropertyObject Function
[Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3154285" xml-lang="en-US" l10n="U"
oldref="2">Enables objects to be addressed at run-time as a string parameter
using the object name.</paragraph>
+<paragraph role="heading" id="hd_id3146958" xml-lang="en-US" level="1"
l10n="U"><link href="text/sbasic/shared/03103900.xhp" name="FindPropertyObject
Function [Runtime]">FindPropertyObject Function [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3154285" xml-lang="en-US"
l10n="U">Enables objects to be addressed at run-time as a string parameter
using the object name.</paragraph>
</section>
-<paragraph role="paragraph" id="par_id3147573" xml-lang="en-US" l10n="U"
oldref="3">For instance, the command:</paragraph>
-<paragraph role="paragraph" id="par_id3145610" xml-lang="en-US" l10n="U"
oldref="4">MyObj.Prop1.Command = 5</paragraph>
-<paragraph role="paragraph" id="par_id3147265" xml-lang="en-US" l10n="U"
oldref="5">corresponds to the following command block:</paragraph>
-<paragraph role="paragraph" id="par_id3153896" xml-lang="en-US" l10n="U"
oldref="6">Dim ObjVar as Object</paragraph>
-<paragraph role="paragraph" id="par_id3148664" xml-lang="en-US" l10n="U"
oldref="7">Dim ObjProp as Object</paragraph>
-<paragraph role="paragraph" id="par_id3150792" xml-lang="en-US" l10n="U"
oldref="8">ObjName As String = "MyObj"</paragraph>
-<paragraph role="paragraph" id="par_id3154365" xml-lang="en-US" l10n="U"
oldref="9">ObjVar = FindObject( ObjName As String )</paragraph>
-<paragraph role="paragraph" id="par_id3148453" xml-lang="en-US" l10n="U"
oldref="10">PropName As String = "Prop1"</paragraph>
-<paragraph role="paragraph" id="par_id3150449" xml-lang="en-US" l10n="U"
oldref="11">ObjProp = FindPropertyObject( ObjVar, PropName As String
)</paragraph>
-<paragraph role="paragraph" id="par_id3159152" xml-lang="en-US" l10n="U"
oldref="12">ObjProp.Command = 5</paragraph>
-<paragraph role="paragraph" id="par_id3156214" xml-lang="en-US" l10n="U"
oldref="13">To dynamically create Names at run-time, use:</paragraph>
-<paragraph role="paragraph" id="par_id3154686" xml-lang="en-US" l10n="U"
oldref="14">"TextEdit1" to TextEdit5" in a loop to create five
names.</paragraph>
-<paragraph role="paragraph" id="par_id3150868" xml-lang="en-US" l10n="U"
oldref="15">See also: <link href="text/sbasic/shared/03103800.xhp"
name="FindObject">FindObject</link></paragraph>
-<paragraph role="heading" id="hd_id3147287" xml-lang="en-US" level="2"
l10n="U" oldref="16">Syntax:</paragraph>
-<paragraph role="paragraph" id="par_id3149560" xml-lang="en-US" l10n="U"
oldref="17">FindPropertyObject( ObjVar, PropName As String )</paragraph>
-<paragraph role="heading" id="hd_id3150012" xml-lang="en-US" level="2"
l10n="U" oldref="18">Parameters:</paragraph>
-<paragraph role="paragraph" id="par_id3109839" xml-lang="en-US" l10n="U"
oldref="19">
-<emph>ObjVar:</emph> Object variable that you want to dynamically define at
run-time.</paragraph>
-<paragraph role="paragraph" id="par_id3153363" xml-lang="en-US" l10n="U"
oldref="20">
-<emph>PropName:</emph> String that specifies the name of the property that you
want to address at run-time.</paragraph>
+<paragraph role="paragraph" id="par_id3147573" xml-lang="en-US" l10n="U">For
instance, the command:</paragraph>
+<paragraph role="paragraph" id="par_id3145610" xml-lang="en-US"
l10n="U">MyObj.Prop1.Command = 5</paragraph>
+<paragraph role="paragraph" id="par_id3147265" xml-lang="en-US"
l10n="U">corresponds to the following command block:</paragraph>
+<paragraph role="paragraph" id="par_id3153896" xml-lang="en-US" l10n="U">Dim
ObjVar as Object</paragraph>
+<paragraph role="paragraph" id="par_id3148664" xml-lang="en-US" l10n="U">Dim
ObjProp as Object</paragraph>
+<paragraph role="paragraph" id="par_id3150792" xml-lang="en-US"
l10n="U">ObjName As String = "MyObj"</paragraph>
+<paragraph role="paragraph" id="par_id3154365" xml-lang="en-US"
l10n="U">ObjVar = FindObject( ObjName As String )</paragraph>
+<paragraph role="paragraph" id="par_id3148453" xml-lang="en-US"
l10n="U">PropName As String = "Prop1"</paragraph>
+<paragraph role="paragraph" id="par_id3150449" xml-lang="en-US"
l10n="U">ObjProp = FindPropertyObject( ObjVar, PropName As String )</paragraph>
+<paragraph role="paragraph" id="par_id3159152" xml-lang="en-US"
l10n="U">ObjProp.Command = 5</paragraph>
+<paragraph role="paragraph" id="par_id3156214" xml-lang="en-US" l10n="U">To
dynamically create Names at run-time, use:</paragraph>
+<paragraph role="paragraph" id="par_id3154686" xml-lang="en-US"
l10n="U">"TextEdit1" to TextEdit5" in a loop to create five names.</paragraph>
+<paragraph role="paragraph" id="par_id3150868" xml-lang="en-US" l10n="U">See
also: <link href="text/sbasic/shared/03103800.xhp"
name="FindObject">FindObject</link></paragraph>
+<paragraph role="heading" id="hd_id3147287" xml-lang="en-US" level="2"
l10n="U">Syntax:</paragraph>
+<paragraph role="paragraph" id="par_id3149560" xml-lang="en-US"
l10n="U">FindPropertyObject( ObjVar, PropName As String )</paragraph>
+<paragraph role="heading" id="hd_id3150012" xml-lang="en-US" level="2"
l10n="U">Parameters:</paragraph>
+<paragraph role="paragraph" id="par_id3109839" xml-lang="en-US"
l10n="U"><emph>ObjVar:</emph> Object variable that you want to dynamically
define at run-time.</paragraph>
+<paragraph role="paragraph" id="par_id3153363" xml-lang="en-US"
l10n="U"><emph>PropName:</emph> String that specifies the name of the property
that you want to address at run-time.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err5"/>
<embed href="text/sbasic/shared/00000003.xhp#err12"/>
diff --git a/main/helpcontent2/source/text/scalc/01/02160000.xhp
b/main/helpcontent2/source/text/scalc/01/02160000.xhp
index 0639153c23..77e88a76de 100644
--- a/main/helpcontent2/source/text/scalc/01/02160000.xhp
+++ b/main/helpcontent2/source/text/scalc/01/02160000.xhp
@@ -38,28 +38,28 @@
</bookmark>
<comment>MW made one "deleting;" entry out of 3</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:DeleteCell" id="bm_id3151115"
localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3153726" role="heading" level="1"
l10n="U" oldref="1">Delete Cells</paragraph>
-<paragraph xml-lang="en-US" id="par_id3154490" role="paragraph" l10n="U"
oldref="2"><variable id="zellenloeschentext"><ahelp
hid=".uno:DeleteCell">Completely deletes selected cells, columns or rows. The
cells below or to the right of the deleted cells will fill the space.</ahelp>
+<paragraph xml-lang="en-US" id="hd_id3153726" role="heading" level="1"
l10n="U">Delete Cells</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154490" role="paragraph"
l10n="U"><variable id="zellenloeschentext"><ahelp
hid=".uno:DeleteCell">Completely deletes selected cells, columns or rows. The
cells below or to the right of the deleted cells will fill the space.</ahelp>
</variable> Note that the selected delete option is stored and reloaded when
the dialog is next called.</paragraph>
<section id="howtoget">
<embed href="text/scalc/00/00000402.xhp#bzelo"/>
</section>
-<paragraph xml-lang="en-US" id="hd_id3149121" role="heading" level="2"
l10n="U" oldref="3">Selection</paragraph>
-<paragraph xml-lang="en-US" id="par_id3150751" role="paragraph" l10n="U"
oldref="4">This area contains options for specifying how sheets are displayed
after deleting cells.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3149121" role="heading" level="2"
l10n="U">Selection</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150751" role="paragraph" l10n="U">This
area contains options for specifying how sheets are displayed after deleting
cells.</paragraph>
<bookmark xml-lang="en-US"
branch="hid/sc:RadioButton:RID_SCDLG_DELCELL:BTN_CELLSUP" id="bm_id3154755"
localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3155767" role="heading" level="3"
l10n="U" oldref="5">Shift cells up</paragraph>
-<paragraph xml-lang="en-US" id="par_id3153714" role="paragraph" l10n="U"
oldref="6"><ahelp hid="SC:RADIOBUTTON:RID_SCDLG_DELCELL:BTN_CELLSUP">Fills the
space produced by the deleted cells with the cells underneath
it.</ahelp></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3155767" role="heading" level="3"
l10n="U">Shift cells up</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153714" role="paragraph"
l10n="U"><ahelp hid="SC:RADIOBUTTON:RID_SCDLG_DELCELL:BTN_CELLSUP">Fills the
space produced by the deleted cells with the cells underneath
it.</ahelp></paragraph>
<bookmark xml-lang="en-US"
branch="hid/sc:RadioButton:RID_SCDLG_DELCELL:BTN_CELLSLEFT" id="bm_id3147346"
localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3156382" role="heading" level="3"
l10n="U" oldref="7">Shift cells left</paragraph>
-<paragraph xml-lang="en-US" id="par_id3154702" role="paragraph" l10n="U"
oldref="8"><ahelp hid="SC:RADIOBUTTON:RID_SCDLG_DELCELL:BTN_CELLSLEFT">Fills
the resulting space by the cells to the right of the deleted
cells.</ahelp></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3156382" role="heading" level="3"
l10n="U">Shift cells left</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154702" role="paragraph"
l10n="U"><ahelp hid="SC:RADIOBUTTON:RID_SCDLG_DELCELL:BTN_CELLSLEFT">Fills the
resulting space by the cells to the right of the deleted
cells.</ahelp></paragraph>
<bookmark xml-lang="en-US"
branch="hid/sc:RadioButton:RID_SCDLG_DELCELL:BTN_DELROWS" id="bm_id3149566"
localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:DeleteRows" id="bm_id3149565"
localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3146918" role="heading" level="3"
l10n="U" oldref="9">Delete entire row(s)</paragraph>
-<paragraph xml-lang="en-US" id="par_id3148487" role="paragraph" l10n="U"
oldref="10"><ahelp hid=".uno:DeleteRows">After selecting at least one cell,
deletes the entire row from the sheet.</ahelp></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3146918" role="heading" level="3"
l10n="U">Delete entire row(s)</paragraph>
+<paragraph xml-lang="en-US" id="par_id3148487" role="paragraph"
l10n="U"><ahelp hid=".uno:DeleteRows">After selecting at least one cell,
deletes the entire row from the sheet.</ahelp></paragraph>
<bookmark xml-lang="en-US"
branch="hid/sc:RadioButton:RID_SCDLG_DELCELL:BTN_DELCOLS" id="bm_id3150342"
localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:DeleteColumns" id="bm_id3159240"
localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3155114" role="heading" level="3"
l10n="U" oldref="11">Delete entire column(s)</paragraph>
-<paragraph xml-lang="en-US" id="par_id3150086" role="paragraph" l10n="U"
oldref="12"><ahelp hid=".uno:DeleteColumns">After selecting at least one cell,
deletes the entire column from the sheet.</ahelp></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3155114" role="heading" level="3"
l10n="U">Delete entire column(s)</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150086" role="paragraph"
l10n="U"><ahelp hid=".uno:DeleteColumns">After selecting at least one cell,
deletes the entire column from the sheet.</ahelp></paragraph>
<section id="relatedtopics">
<paragraph xml-lang="en-US" id="par_id3166424" role="paragraph"
l10n="CHG"><link href="text/scalc/01/02150000.xhp" name="Deleting
Contents">Deleting Contents</link></paragraph>
</section>
diff --git a/main/helpcontent2/source/text/scalc/guide/cellreferences_url.xhp
b/main/helpcontent2/source/text/scalc/guide/cellreferences_url.xhp
index da05381c1e..3f55828538 100644
--- a/main/helpcontent2/source/text/scalc/guide/cellreferences_url.xhp
+++ b/main/helpcontent2/source/text/scalc/guide/cellreferences_url.xhp
@@ -35,30 +35,29 @@
<bookmark_value>cells; Internet references</bookmark_value>
<bookmark_value>URL; in Calc</bookmark_value>
</bookmark><comment>mw deleted "sheet references;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3150441" role="heading" level="1"
l10n="CHG"
-oldref="15"><variable id="cellreferences_url"><link
href="text/scalc/guide/cellreferences_url.xhp" name="Referencing
URLs">Referencing URLs</link>
+<paragraph xml-lang="en-US" id="hd_id3150441" role="heading" level="1"
l10n="CHG"><variable id="cellreferences_url"><link
href="text/scalc/guide/cellreferences_url.xhp" name="Referencing
URLs">Referencing URLs</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id1955626" role="paragraph" l10n="NEW">For
example, if you found an Internet page containing current stock exchange
information in spreadsheet cells, you can load this page in $[officename] Calc
by using the following procedure:</paragraph>
<list type="ordered">
<listitem>
-<paragraph xml-lang="en-US" id="par_id3152993" role="listitem" l10n="U"
oldref="39">In a $[officename] Calc document, position the cursor in the cell
into which you want to insert the external data.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3152993" role="listitem" l10n="U">In a
$[officename] Calc document, position the cursor in the cell into which you
want to insert the external data.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3145384" role="listitem" l10n="U"
oldref="40">Choose <item type="menuitem">Insert - Link to External Data</item>.
The <link href="text/scalc/01/04090000.xhp" name="External Data"><item
type="menuitem">External Data</item></link> dialog appears.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3145384" role="listitem" l10n="U">Choose
<item type="menuitem">Insert - Link to External Data</item>. The <link
href="text/scalc/01/04090000.xhp" name="External Data"><item
type="menuitem">External Data</item></link> dialog appears.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3152892" role="listitem" l10n="U"
oldref="41">Enter the URL of the document or Web page in the dialog. The URL
must be in the format: http://www.my-bank.com/table.html. The URL for local or
local area network files is the path seen in the <item type="menuitem">File -
Open</item> dialog.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3153068" role="listitem" l10n="U"
oldref="42">$[officename] loads the Web page or file in the "background", that
is, without displaying it. In the large list box of the <item
type="menuitem">External Data</item> dialog, you can see the name of all the
sheets or named ranges you can choose from.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3152892" role="listitem" l10n="U">Enter
the URL of the document or Web page in the dialog. The URL must be in the
format: http://www.my-bank.com/table.html. The URL for local or local area
network files is the path seen in the <item type="menuitem">File - Open</item>
dialog.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153068" role="listitem"
l10n="U">$[officename] loads the Web page or file in the "background", that is,
without displaying it. In the large list box of the <item
type="menuitem">External Data</item> dialog, you can see the name of all the
sheets or named ranges you can choose from.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3153914" role="listitem" l10n="CHG"
oldref="43">Select one or more sheets or named ranges. You can also activate
the automatic update function every "n" seconds and click <item
type="menuitem">OK</item>.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3157979" role="listitem" l10n="U"
oldref="44">The contents will be inserted as a link in the $[officename] Calc
document.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153914" role="listitem"
l10n="CHG">Select one or more sheets or named ranges. You can also activate the
automatic update function every "n" seconds and click <item
type="menuitem">OK</item>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3157979" role="listitem" l10n="U">The
contents will be inserted as a link in the $[officename] Calc
document.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3144768" role="listitem" l10n="U"
oldref="30">Save your spreadsheet. When you open it again later, $[officename]
Calc will update the linked cells following an inquiry.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3144768" role="listitem" l10n="U">Save
your spreadsheet. When you open it again later, $[officename] Calc will update
the linked cells following an inquiry.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3159204" role="listitem" l10n="U"
oldref="38">Under <switchinline select="sys"><caseinline
select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools -
Options</defaultinline></switchinline> - <link
href="text/shared/optionen/01040900.xhp" name="Spreadsheet - General"><item
type="menuitem">%PRODUCTNAME Calc - General</item></link> you can choose to
have the update, when opened, automatically carried out either always, upon
request or ne [...]
+<paragraph xml-lang="en-US" id="par_id3159204" role="listitem" l10n="U">Under
<switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME -
Preferences</caseinline><defaultinline>Tools -
Options</defaultinline></switchinline> - <link
href="text/shared/optionen/01040900.xhp" name="Spreadsheet - General"><item
type="menuitem">%PRODUCTNAME Calc - General</item></link> you can choose to
have the update, when opened, automatically carried out either always, upon
request or never. The upd [...]
</listitem>
</list>
<section id="relatedtopics">
diff --git a/main/helpcontent2/source/text/shared/01/01110101.xhp
b/main/helpcontent2/source/text/shared/01/01110101.xhp
index c29098d9d7..cd9dbd284b 100644
--- a/main/helpcontent2/source/text/shared/01/01110101.xhp
+++ b/main/helpcontent2/source/text/shared/01/01110101.xhp
@@ -29,32 +29,32 @@
</topic>
</meta>
<body>
-<paragraph role="paragraph" id="par_id3149355" xml-lang="en-US" l10n="E"
oldref="15" localize="false"/>
+<paragraph role="paragraph" id="par_id3149355" xml-lang="en-US" l10n="E"
localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:AddressBookSource"
id="bm_id6705706" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:AddressBookSource"
id="bm_id3145345" localize="false"/>
-<paragraph role="heading" id="hd_id3156411" xml-lang="en-US" level="1"
l10n="U" oldref="1">Templates: Address Book Assignment</paragraph>
+<paragraph role="heading" id="hd_id3156411" xml-lang="en-US" level="1"
l10n="U">Templates: Address Book Assignment</paragraph>
<section id="voradzutxt">
-<paragraph role="paragraph" id="par_id3147576" xml-lang="en-US" l10n="U"
oldref="2"><ahelp hid=".uno:AddressBookSource">Edit the field assignments and
the data source for your address book.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3147576" xml-lang="en-US"
l10n="U"><ahelp hid=".uno:AddressBookSource">Edit the field assignments and the
data source for your address book.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#voradzu"/>
</section>
-<paragraph role="heading" id="hd_id3149399" xml-lang="en-US" level="2"
l10n="U" oldref="3">Address Book Source</paragraph>
-<paragraph role="paragraph" id="par_id3152996" xml-lang="en-US" l10n="U"
oldref="4">Set the data source and data table for your address book.</paragraph>
+<paragraph role="heading" id="hd_id3149399" xml-lang="en-US" level="2"
l10n="U">Address Book Source</paragraph>
+<paragraph role="paragraph" id="par_id3152996" xml-lang="en-US" l10n="U">Set
the data source and data table for your address book.</paragraph>
<bookmark xml-lang="en-US"
branch="hid/svtools:ComboBox:DLG_ADDRESSBOOKSOURCE:CB_DATASOURCE"
id="bm_id3155390" localize="false"/>
-<paragraph role="heading" id="hd_id3147654" xml-lang="en-US" level="3"
l10n="U" oldref="5">Data Source</paragraph>
-<paragraph role="paragraph" id="par_id3154306" xml-lang="en-US" l10n="U"
oldref="6"><ahelp
hid="SVTOOLS_COMBOBOX_DLG_ADDRESSBOOKSOURCE_CB_DATASOURCE">Select the data
source for your address book.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3147654" xml-lang="en-US" level="3"
l10n="U">Data Source</paragraph>
+<paragraph role="paragraph" id="par_id3154306" xml-lang="en-US"
l10n="U"><ahelp
hid="SVTOOLS_COMBOBOX_DLG_ADDRESSBOOKSOURCE_CB_DATASOURCE">Select the data
source for your address book.</ahelp></paragraph>
<bookmark xml-lang="en-US"
branch="hid/svtools:ComboBox:DLG_ADDRESSBOOKSOURCE:CB_TABLE" id="bm_id3143271"
localize="false"/>
-<paragraph role="heading" id="hd_id3145315" xml-lang="en-US" level="3"
l10n="U" oldref="7">Table</paragraph>
-<paragraph role="paragraph" id="par_id3149164" xml-lang="en-US" l10n="U"
oldref="8"><ahelp hid="SVTOOLS_COMBOBOX_DLG_ADDRESSBOOKSOURCE_CB_TABLE">Select
the data table for your address book.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3145315" xml-lang="en-US" level="3"
l10n="U">Table</paragraph>
+<paragraph role="paragraph" id="par_id3149164" xml-lang="en-US"
l10n="U"><ahelp hid="SVTOOLS_COMBOBOX_DLG_ADDRESSBOOKSOURCE_CB_TABLE">Select
the data table for your address book.</ahelp></paragraph>
<bookmark xml-lang="en-US"
branch="hid/svtools:PushButton:DLG_ADDRESSBOOKSOURCE:PB_ADMINISTATE_DATASOURCES"
id="bm_id3154811" localize="false"/>
-<paragraph role="heading" id="hd_id3145119" xml-lang="en-US" level="3"
l10n="U" oldref="9">Configure</paragraph>
-<paragraph role="paragraph" id="par_id3150771" xml-lang="en-US" l10n="U"
oldref="10"><ahelp
hid="SVTOOLS_PUSHBUTTON_DLG_ADDRESSBOOKSOURCE_PB_ADMINISTATE_DATASOURCES">Add a
new data source to the <emph>Address Book Source</emph>
list.</ahelp></paragraph>
-<paragraph role="heading" id="hd_id3155629" xml-lang="en-US" level="2"
l10n="U" oldref="11">Field assignment</paragraph>
-<paragraph role="paragraph" id="par_id3153320" xml-lang="en-US" l10n="U"
oldref="12">Define the field assignments for your address book.</paragraph>
+<paragraph role="heading" id="hd_id3145119" xml-lang="en-US" level="3"
l10n="U">Configure</paragraph>
+<paragraph role="paragraph" id="par_id3150771" xml-lang="en-US"
l10n="U"><ahelp
hid="SVTOOLS_PUSHBUTTON_DLG_ADDRESSBOOKSOURCE_PB_ADMINISTATE_DATASOURCES">Add a
new data source to the <emph>Address Book Source</emph>
list.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3155629" xml-lang="en-US" level="2"
l10n="U">Field assignment</paragraph>
+<paragraph role="paragraph" id="par_id3153320" xml-lang="en-US"
l10n="U">Define the field assignments for your address book.</paragraph>
<bookmark xml-lang="en-US" branch="hid/SVT_HID_ADDRTEMPL_FIELD_ASSIGNMENT"
id="bm_id3155179" localize="false"/>
-<paragraph role="heading" id="hd_id3155830" xml-lang="en-US" level="3"
l10n="U" oldref="13">(Field name)</paragraph>
-<paragraph role="paragraph" id="par_id3154143" xml-lang="en-US" l10n="U"
oldref="14"><ahelp hid="HID_ADDRTEMPL_FIELD_ASSIGNMENT">Select the field in the
data table that corresponds to the address book entry.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3155830" xml-lang="en-US" level="3"
l10n="U">(Field name)</paragraph>
+<paragraph role="paragraph" id="par_id3154143" xml-lang="en-US"
l10n="U"><ahelp hid="HID_ADDRTEMPL_FIELD_ASSIGNMENT">Select the field in the
data table that corresponds to the address book entry.</ahelp></paragraph>
<section id="relatedtopics">
<embed href="text/shared/guide/data_addressbook.xhp#data_addressbook"/>
</section>
diff --git a/main/helpcontent2/source/text/shared/01/01110300.xhp
b/main/helpcontent2/source/text/shared/01/01110300.xhp
index 567da77bfe..baa661f646 100644
--- a/main/helpcontent2/source/text/shared/01/01110300.xhp
+++ b/main/helpcontent2/source/text/shared/01/01110300.xhp
@@ -32,29 +32,29 @@
<section id="speichern">
<bookmark xml-lang="en-US" branch="hid/.uno:SaveAsTemplate" id="bm_id1629959"
localize="false"/><!-- HID added by script -->
<bookmark xml-lang="en-US" branch="hid/.uno:SaveAsTemplate" id="bm_id3155069"
localize="false"/>
-<paragraph role="heading" id="hd_id3160463" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/shared/01/01110300.xhp" name="Saving
(Templates)">Saving (Templates)</link></paragraph>
-<paragraph role="paragraph" id="par_id3157898" xml-lang="en-US" l10n="U"
oldref="2"><ahelp hid=".uno:SaveAsTemplate">Saves the current document as a
template.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3160463" xml-lang="en-US" level="1"
l10n="U"><link href="text/shared/01/01110300.xhp" name="Saving
(Templates)">Saving (Templates)</link></paragraph>
+<paragraph role="paragraph" id="par_id3157898" xml-lang="en-US"
l10n="U"><ahelp hid=".uno:SaveAsTemplate">Saves the current document as a
template.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#dokuspei"/>
</section>
<bookmark xml-lang="en-US" branch="hid/sfx2:Edit:DLG_DOC_TEMPLATE:ED_NAME"
id="bm_id3152425" localize="false"/>
-<paragraph role="heading" id="hd_id3147226" xml-lang="en-US" level="2"
l10n="U" oldref="4">New Template</paragraph>
-<paragraph role="paragraph" id="par_id3147043" xml-lang="en-US" l10n="U"
oldref="5"><ahelp hid="SFX2:EDIT:DLG_DOC_TEMPLATE:ED_NAME">Enter a name for the
template.</ahelp></paragraph>
-<paragraph role="heading" id="hd_id3147571" xml-lang="en-US" level="2"
l10n="U" oldref="6">Templates</paragraph>
-<paragraph role="paragraph" id="par_id3150774" xml-lang="en-US" l10n="U"
oldref="7">Lists templates and template categories.</paragraph>
+<paragraph role="heading" id="hd_id3147226" xml-lang="en-US" level="2"
l10n="U">New Template</paragraph>
+<paragraph role="paragraph" id="par_id3147043" xml-lang="en-US"
l10n="U"><ahelp hid="SFX2:EDIT:DLG_DOC_TEMPLATE:ED_NAME">Enter a name for the
template.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3147571" xml-lang="en-US" level="2"
l10n="U">Templates</paragraph>
+<paragraph role="paragraph" id="par_id3150774" xml-lang="en-US" l10n="U">Lists
templates and template categories.</paragraph>
<bookmark xml-lang="en-US"
branch="hid/sfx2:ListBox:DLG_DOC_TEMPLATE:LB_SECTION" id="bm_id3156427"
localize="false"/>
-<paragraph role="heading" id="hd_id3143268" xml-lang="en-US" level="3"
l10n="U" oldref="8">Categories</paragraph>
-<paragraph role="paragraph" id="par_id3159233" xml-lang="en-US" l10n="U"
oldref="9"><ahelp hid="SFX2:LISTBOX:DLG_DOC_TEMPLATE:LB_SECTION">Select a
category in which to save the new template.</ahelp> To add a new template
category, click the <link href="text/shared/01/01110100.xhp"
name="Organize">Organize</link> button.</paragraph>
+<paragraph role="heading" id="hd_id3143268" xml-lang="en-US" level="3"
l10n="U">Categories</paragraph>
+<paragraph role="paragraph" id="par_id3159233" xml-lang="en-US"
l10n="U"><ahelp hid="SFX2:LISTBOX:DLG_DOC_TEMPLATE:LB_SECTION">Select a
category in which to save the new template.</ahelp> To add a new template
category, click the <link href="text/shared/01/01110100.xhp"
name="Organize">Organize</link> button.</paragraph>
<bookmark xml-lang="en-US"
branch="hid/sfx2:ListBox:DLG_DOC_TEMPLATE:LB_STYLESHEETS" id="bm_id3155942"
localize="false"/>
-<paragraph role="heading" id="hd_id3150693" xml-lang="en-US" level="3"
l10n="U" oldref="10">Templates</paragraph>
-<paragraph role="paragraph" id="par_id3149398" xml-lang="en-US" l10n="U"
oldref="11"><ahelp hid="SFX2:LISTBOX:DLG_DOC_TEMPLATE:LB_STYLESHEETS">Lists the
available template categories.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3150693" xml-lang="en-US" level="3"
l10n="U">Templates</paragraph>
+<paragraph role="paragraph" id="par_id3149398" xml-lang="en-US"
l10n="U"><ahelp hid="SFX2:LISTBOX:DLG_DOC_TEMPLATE:LB_STYLESHEETS">Lists the
available template categories.</ahelp></paragraph>
<bookmark xml-lang="en-US"
branch="hid/sfx2:PushButton:DLG_DOC_TEMPLATE:BT_EDIT" id="bm_id3154749"
localize="false"/>
-<paragraph role="heading" id="hd_id3163803" xml-lang="en-US" level="2"
l10n="U" oldref="12">Edit</paragraph>
-<paragraph role="paragraph" id="par_id3147242" xml-lang="en-US" l10n="U"
oldref="13"><ahelp hid="SFX2:PUSHBUTTON:DLG_DOC_TEMPLATE:BT_EDIT">Opens the
selected template for editing.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3163803" xml-lang="en-US" level="2"
l10n="U">Edit</paragraph>
+<paragraph role="paragraph" id="par_id3147242" xml-lang="en-US"
l10n="U"><ahelp hid="SFX2:PUSHBUTTON:DLG_DOC_TEMPLATE:BT_EDIT">Opens the
selected template for editing.</ahelp></paragraph>
<bookmark xml-lang="en-US"
branch="hid/sfx2:PushButton:DLG_DOC_TEMPLATE:BT_ORGANIZE" id="bm_id3144439"
localize="false"/>
-<paragraph role="heading" id="hd_id3156156" xml-lang="en-US" level="2"
l10n="U" oldref="14">Organize</paragraph>
-<paragraph role="paragraph" id="par_id3155419" xml-lang="en-US" l10n="U"
oldref="15"><ahelp hid="SFX2:PUSHBUTTON:DLG_DOC_TEMPLATE:BT_ORGANIZE">Opens the
<emph>Template Management</emph> dialog where you can organize or create new
templates.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3156156" xml-lang="en-US" level="2"
l10n="U">Organize</paragraph>
+<paragraph role="paragraph" id="par_id3155419" xml-lang="en-US"
l10n="U"><ahelp hid="SFX2:PUSHBUTTON:DLG_DOC_TEMPLATE:BT_ORGANIZE">Opens the
<emph>Template Management</emph> dialog where you can organize or create new
templates.</ahelp></paragraph>
<section id="relatedtopics">
<paragraph role="paragraph" id="par_id3153126" xml-lang="en-US" l10n="C"><link
href="text/shared/01/01110100.xhp" name="Template Management">Template
Management</link></paragraph>
</section></body>
diff --git a/main/helpcontent2/source/text/shared/autopi/01040000.xhp
b/main/helpcontent2/source/text/shared/autopi/01040000.xhp
index 26bcc8cadc..3412a44e46 100644
--- a/main/helpcontent2/source/text/shared/autopi/01040000.xhp
+++ b/main/helpcontent2/source/text/shared/autopi/01040000.xhp
@@ -36,27 +36,27 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:AutoPilotAgenda" id="bm_id3143284"
localize="false"/>
<bookmark xml-lang="en-US"
branch="hid/service:com.sun.star.wizards.agenda.CallWizard?start"
id="bm_id8864711" localize="false"/>
-<paragraph role="heading" id="hd_id3149031" xml-lang="en-US" level="1"
l10n="CHG" oldref="1">Agenda Wizard</paragraph>
-<paragraph role="paragraph" id="par_id3147102" xml-lang="en-US" l10n="U"
oldref="2"><variable id="agenda"><ahelp hid=".uno:AutoPilotAgenda">Starts the
wizard to help you create an agenda template.</ahelp>
+<paragraph role="heading" id="hd_id3149031" xml-lang="en-US" level="1"
l10n="CHG">Agenda Wizard</paragraph>
+<paragraph role="paragraph" id="par_id3147102" xml-lang="en-US"
l10n="U"><variable id="agenda"><ahelp hid=".uno:AutoPilotAgenda">Starts the
wizard to help you create an agenda template.</ahelp>
</variable> You can use an agenda to specify discussion topics for conferences
and meetings.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#autopilotagenda"/>
</section>
-<paragraph role="paragraph" id="par_id3156414" xml-lang="en-US" l10n="CHG"
oldref="3">$[officename] comes with a sample template for agendas that you can
modify to suit your own needs. The wizard offers numerous layout and design
options for creating document templates. The preview gives you an impression of
how the finished agenda will appear.</paragraph>
-<paragraph role="paragraph" id="par_id3147571" xml-lang="en-US" l10n="CHG"
oldref="4">Within the wizard, you can modify your entries at any time. You may
also skip an entire page or even all the pages, in which case the current (or
default) settings remain in effect.</paragraph>
+<paragraph role="paragraph" id="par_id3156414" xml-lang="en-US"
l10n="CHG">$[officename] comes with a sample template for agendas that you can
modify to suit your own needs. The wizard offers numerous layout and design
options for creating document templates. The preview gives you an impression of
how the finished agenda will appear.</paragraph>
+<paragraph role="paragraph" id="par_id3147571" xml-lang="en-US"
l10n="CHG">Within the wizard, you can modify your entries at any time. You may
also skip an entire page or even all the pages, in which case the current (or
default) settings remain in effect.</paragraph>
<embed href="text/shared/autopi/01040100.xhp#seite1"/>
<embed href="text/shared/autopi/01040200.xhp#seite2"/>
<embed href="text/shared/autopi/01040300.xhp#seite3"/>
<embed href="text/shared/autopi/01040400.xhp#seite4"/>
<embed href="text/shared/autopi/01040500.xhp#seite5"/>
<embed href="text/shared/autopi/01040600.xhp#seite6"/>
-<paragraph role="heading" id="hd_id3147088" xml-lang="en-US" level="2"
l10n="U" oldref="5">Back</paragraph>
-<paragraph role="paragraph" id="par_id3149177" xml-lang="en-US" l10n="U"
oldref="6">Returns to the selections made on the previous page. The current
settings remain in effect. This button only becomes active after the first
page.</paragraph>
-<paragraph role="heading" id="hd_id3155391" xml-lang="en-US" level="2"
l10n="U" oldref="7">Next</paragraph>
-<paragraph role="paragraph" id="par_id3156426" xml-lang="en-US" l10n="U"
oldref="8">The wizard saves the current settings and goes to the next page.
Once you reach the last page, this button will become inactive.</paragraph>
-<paragraph role="heading" id="hd_id3145382" xml-lang="en-US" level="2"
l10n="CHG" oldref="9">Finish</paragraph>
-<paragraph role="paragraph" id="par_id3156346" xml-lang="en-US" l10n="U"
oldref="10">According to your selections, the wizard creates a document
template and saves it on your hard disk. A new document based on the template
appears in the work area, with the filename "Untitled X" (X stands for an
automatic number).</paragraph>
+<paragraph role="heading" id="hd_id3147088" xml-lang="en-US" level="2"
l10n="U">Back</paragraph>
+<paragraph role="paragraph" id="par_id3149177" xml-lang="en-US"
l10n="U">Returns to the selections made on the previous page. The current
settings remain in effect. This button only becomes active after the first
page.</paragraph>
+<paragraph role="heading" id="hd_id3155391" xml-lang="en-US" level="2"
l10n="U">Next</paragraph>
+<paragraph role="paragraph" id="par_id3156426" xml-lang="en-US" l10n="U">The
wizard saves the current settings and goes to the next page. Once you reach the
last page, this button will become inactive.</paragraph>
+<paragraph role="heading" id="hd_id3145382" xml-lang="en-US" level="2"
l10n="CHG">Finish</paragraph>
+<paragraph role="paragraph" id="par_id3156346" xml-lang="en-US"
l10n="U">According to your selections, the wizard creates a document template
and saves it on your hard disk. A new document based on the template appears in
the work area, with the filename "Untitled X" (X stands for an automatic
number).</paragraph>
<embed href="text/shared/00/00000001.xhp#abbrechen"/>
-<paragraph role="note" id="par_id3149235" xml-lang="en-US" l10n="U"
oldref="13">$[officename] saves the current settings in the wizard according to
the selected document template. These will be used as the default settings the
next time you activate the wizard.</paragraph>
+<paragraph role="note" id="par_id3149235" xml-lang="en-US"
l10n="U">$[officename] saves the current settings in the wizard according to
the selected document template. These will be used as the default settings the
next time you activate the wizard.</paragraph>
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_AGWIZ" id="bm_id7923215"
localize="false"/><comment>Dialog ID here, below any <avis> tags (else
the tagged text will be shown on the buttons)</comment></body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/shared/autopi/01110400.xhp
b/main/helpcontent2/source/text/shared/autopi/01110400.xhp
index 7259592988..fc47d10406 100644
--- a/main/helpcontent2/source/text/shared/autopi/01110400.xhp
+++ b/main/helpcontent2/source/text/shared/autopi/01110400.xhp
@@ -31,30 +31,30 @@
<body>
<section id="seite4">
<bookmark xml-lang="en-US" branch="hid/SD_HID_SD_HTMLEXPORT_PAGE4"
id="bm_id7226175" localize="false"/><comment>inserted this dialog id, see
i72163</comment>
-<paragraph role="heading" id="hd_id3151100" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/shared/autopi/01110400.xhp" name="HTML
Export - Page 4">HTML Export - Page 4</link></paragraph>
-<paragraph role="paragraph" id="par_id3109850" xml-lang="en-US" l10n="U"
oldref="2">Specifies the information to be displayed on the title page of the
publication.</paragraph>
+<paragraph role="heading" id="hd_id3151100" xml-lang="en-US" level="1"
l10n="U"><link href="text/shared/autopi/01110400.xhp" name="HTML Export - Page
4">HTML Export - Page 4</link></paragraph>
+<paragraph role="paragraph" id="par_id3109850" xml-lang="en-US"
l10n="U">Specifies the information to be displayed on the title page of the
publication.</paragraph>
</section>
-<paragraph role="paragraph" id="par_id3149549" xml-lang="en-US" l10n="U"
oldref="19">You can skip this page if you unmark the <emph>Create title
page</emph> option, or if you select Automatic or WebCast, in previous pages of
the Wizard.</paragraph>
+<paragraph role="paragraph" id="par_id3149549" xml-lang="en-US" l10n="U">You
can skip this page if you unmark the <emph>Create title page</emph> option, or
if you select Automatic or WebCast, in previous pages of the Wizard.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#htmlspeichern4"/>
</section>
-<paragraph role="heading" id="hd_id3155392" xml-lang="en-US" level="2"
l10n="U" oldref="15">Information for the title page</paragraph>
+<paragraph role="heading" id="hd_id3155392" xml-lang="en-US" level="2"
l10n="U">Information for the title page</paragraph>
<bookmark xml-lang="en-US" branch="hid/sd:Edit:DLG_PUBLISHING:PAGE4_AUTHOR"
id="bm_id3155338" localize="false"/>
-<paragraph role="heading" id="hd_id3155941" xml-lang="en-US" level="3"
l10n="U" oldref="3">Author</paragraph>
-<paragraph role="paragraph" id="par_id3154288" xml-lang="en-US" l10n="U"
oldref="4"><ahelp hid="SD:EDIT:DLG_PUBLISHING:PAGE4_AUTHOR">Specifies the name
of the publication's author.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3155941" xml-lang="en-US" level="3"
l10n="U">Author</paragraph>
+<paragraph role="paragraph" id="par_id3154288" xml-lang="en-US"
l10n="U"><ahelp hid="SD:EDIT:DLG_PUBLISHING:PAGE4_AUTHOR">Specifies the name of
the publication's author.</ahelp></paragraph>
<bookmark xml-lang="en-US"
branch="hid/sd:Edit:DLG_PUBLISHING:PAGE4_EMAIL_EDIT" id="bm_id3145346"
localize="false"/>
-<paragraph role="heading" id="hd_id3147089" xml-lang="en-US" level="3"
l10n="U" oldref="5">E-mail address</paragraph>
-<paragraph role="paragraph" id="par_id3166460" xml-lang="en-US" l10n="U"
oldref="6"><ahelp hid="SD:EDIT:DLG_PUBLISHING:PAGE4_EMAIL_EDIT">Specifies the
e-mail address.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3147089" xml-lang="en-US" level="3"
l10n="U">E-mail address</paragraph>
+<paragraph role="paragraph" id="par_id3166460" xml-lang="en-US"
l10n="U"><ahelp hid="SD:EDIT:DLG_PUBLISHING:PAGE4_EMAIL_EDIT">Specifies the
e-mail address.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/sd:Edit:DLG_PUBLISHING:PAGE4_WWW_EDIT"
id="bm_id3163803" localize="false"/>
-<paragraph role="heading" id="hd_id3147242" xml-lang="en-US" level="3"
l10n="U" oldref="7">Your homepage</paragraph>
-<paragraph role="paragraph" id="par_id3150355" xml-lang="en-US" l10n="U"
oldref="8"><ahelp hid="SD:EDIT:DLG_PUBLISHING:PAGE4_WWW_EDIT">Specifies your
homepage. A hyperlink will be inserted in the publication.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3147242" xml-lang="en-US" level="3"
l10n="U">Your homepage</paragraph>
+<paragraph role="paragraph" id="par_id3150355" xml-lang="en-US"
l10n="U"><ahelp hid="SD:EDIT:DLG_PUBLISHING:PAGE4_WWW_EDIT">Specifies your
homepage. A hyperlink will be inserted in the publication.</ahelp></paragraph>
<bookmark xml-lang="en-US"
branch="hid/sd:MultiLineEdit:DLG_PUBLISHING:PAGE4_MISC" id="bm_id3149236"
localize="false"/>
-<paragraph role="heading" id="hd_id3150504" xml-lang="en-US" level="3"
l10n="U" oldref="9">Additional information</paragraph>
-<paragraph role="paragraph" id="par_id3153823" xml-lang="en-US" l10n="U"
oldref="10"><ahelp hid="SD:MULTILINEEDIT:DLG_PUBLISHING:PAGE4_MISC">Specifies
additional text to appear on the title page.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3150504" xml-lang="en-US" level="3"
l10n="U">Additional information</paragraph>
+<paragraph role="paragraph" id="par_id3153823" xml-lang="en-US"
l10n="U"><ahelp hid="SD:MULTILINEEDIT:DLG_PUBLISHING:PAGE4_MISC">Specifies
additional text to appear on the title page.</ahelp></paragraph>
<bookmark xml-lang="en-US"
branch="hid/sd:CheckBox:DLG_PUBLISHING:PAGE4_DOWNLOAD" id="bm_id3157910"
localize="false"/>
-<paragraph role="heading" id="hd_id3153824" xml-lang="en-US" level="3"
l10n="U" oldref="17"><switchinline select="appl"><caseinline
select="IMPRESS">Link to a copy of the original presentation
+<paragraph role="heading" id="hd_id3153824" xml-lang="en-US" level="3"
l10n="U"><switchinline select="appl"><caseinline select="IMPRESS">Link to a
copy of the original presentation
</caseinline></switchinline></paragraph>
-<paragraph role="paragraph" id="par_id3147619" xml-lang="en-US" l10n="U"
oldref="18"><switchinline select="appl"><caseinline select="IMPRESS"><ahelp
hid="SD:CHECKBOX:DLG_PUBLISHING:PAGE4_DOWNLOAD">Inserts a hyperlink to download
a copy of the presentation file.</ahelp>
+<paragraph role="paragraph" id="par_id3147619" xml-lang="en-US"
l10n="U"><switchinline select="appl"><caseinline select="IMPRESS"><ahelp
hid="SD:CHECKBOX:DLG_PUBLISHING:PAGE4_DOWNLOAD">Inserts a hyperlink to download
a copy of the presentation file.</ahelp>
</caseinline></switchinline></paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/shared/main0226.xhp
b/main/helpcontent2/source/text/shared/main0226.xhp
index 3691d3dcf5..5e978dbf2c 100644
--- a/main/helpcontent2/source/text/shared/main0226.xhp
+++ b/main/helpcontent2/source/text/shared/main0226.xhp
@@ -30,14 +30,14 @@
</meta>
<body>
<section id="formularentwurf">
-<paragraph role="heading" id="hd_id3148520" xml-lang="en-US" level="1"
l10n="CHG" oldref="1"><link href="text/shared/main0226.xhp" name="Form Design
Toolbar">Form Design Toolbar</link></paragraph>
-<paragraph role="paragraph" id="par_id3155364" xml-lang="en-US" l10n="CHG"
oldref="2">The Form Design toolbar becomes visible as soon as you select a form
object when working in the design mode.</paragraph>
+<paragraph role="heading" id="hd_id3148520" xml-lang="en-US" level="1"
l10n="CHG"><link href="text/shared/main0226.xhp" name="Form Design
Toolbar">Form Design Toolbar</link></paragraph>
+<paragraph role="paragraph" id="par_id3155364" xml-lang="en-US" l10n="CHG">The
Form Design toolbar becomes visible as soon as you select a form object when
working in the design mode.</paragraph>
</section>
<embed href="text/shared/02/01170000.xhp#Section3"/>
<embed href="text/shared/01/xformsdata.xhp#datanavigator"/>
<embed href="text/shared/02/01170600.xhp#formex"/>
<embed href="text/shared/00/00040501.xhp#syformex"/>
-<paragraph role="heading" id="hd_id3163802" xml-lang="en-US" level="2"
l10n="U" oldref="8"><link href="text/shared/02/01170400.xhp" name="Add
Field">Add Field</link></paragraph>
+<paragraph role="heading" id="hd_id3163802" xml-lang="en-US" level="2"
l10n="U"><link href="text/shared/02/01170400.xhp" name="Add Field">Add
Field</link></paragraph>
<embed href="text/shared/02/01170400.xhp#text"/>
<embed href="text/shared/00/00040501.xhp#syfeldhinzu"/>
<embed href="text/shared/02/01170300.xhp#tabordner"/>
@@ -54,29 +54,29 @@
<embed href="text/shared/00/00040501.xhp#syganznachvorn"/>
<embed href="text/shared/01/05250400.xhp#ganznachhinten"/>
<embed href="text/shared/00/00040501.xhp#syganznachhinten"/>
-<paragraph role="heading" id="hd_id3150669" xml-lang="en-US" level="2"
l10n="U" oldref="4"><link href="text/shared/01/05290100.xhp"
name="Group">Group</link></paragraph>
+<paragraph role="heading" id="hd_id3150669" xml-lang="en-US" level="2"
l10n="U"><link href="text/shared/01/05290100.xhp"
name="Group">Group</link></paragraph>
<embed href="text/shared/01/05290100.xhp#gruppierentext"/>
<embed href="text/shared/00/00040502.xhp#sygruppieren"/>
-<paragraph role="heading" id="hd_id3147335" xml-lang="en-US" level="2"
l10n="U" oldref="5"><link href="text/shared/01/05290200.xhp"
name="Ungroup">Ungroup</link></paragraph>
+<paragraph role="heading" id="hd_id3147335" xml-lang="en-US" level="2"
l10n="U"><link href="text/shared/01/05290200.xhp"
name="Ungroup">Ungroup</link></paragraph>
<embed href="text/shared/01/05290200.xhp#aufhebentext"/>
<embed href="text/shared/00/00040502.xhp#sygrupaufh"/>
-<paragraph role="heading" id="hd_id3156024" xml-lang="en-US" level="2"
l10n="CHG" oldref="6"><link href="text/shared/01/05290300.xhp" name="Enter
Group">Enter Group</link></paragraph>
+<paragraph role="heading" id="hd_id3156024" xml-lang="en-US" level="2"
l10n="CHG"><link href="text/shared/01/05290300.xhp" name="Enter Group">Enter
Group</link></paragraph>
<embed href="text/shared/01/05290300.xhp#betretentext"/>
<embed href="text/shared/00/00040502.xhp#sygrupbetr"/>
-<paragraph role="heading" id="hd_id3149295" xml-lang="en-US" level="2"
l10n="U" oldref="7"><link href="text/shared/01/05290400.xhp" name="Exit
Group">Exit Group</link></paragraph>
+<paragraph role="heading" id="hd_id3149295" xml-lang="en-US" level="2"
l10n="U"><link href="text/shared/01/05290400.xhp" name="Exit Group">Exit
Group</link></paragraph>
<embed href="text/shared/01/05290400.xhp#verlassentext"/>
<embed href="text/shared/00/00040502.xhp#sygrupverl"/>
<embed href="text/shared/02/05110000.xhp#ausrichten"/>
<embed href="text/shared/02/05110000.xhp#syausrichten"/>
-<paragraph role="heading" id="hd_id3150398" xml-lang="en-US" level="2"
l10n="CHG" oldref="9"><link href="text/shared/02/01171200.xhp" name="Display
Grid">Display Grid</link></paragraph>
+<paragraph role="heading" id="hd_id3150398" xml-lang="en-US" level="2"
l10n="CHG"><link href="text/shared/02/01171200.xhp" name="Display Grid">Display
Grid</link></paragraph>
<embed href="text/shared/optionen/01050100.xhp#rastersicht"/>
<embed href="text/shared/02/01171200.xhp#syrastsicht"/>
<bookmark xml-lang="en-US" branch="hid/.uno:GridUse" id="bm_id5272811"
localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:GridUse" id="bm_id3156424"
localize="false"/>
-<paragraph role="heading" id="hd_id3148798" xml-lang="en-US" level="2"
l10n="U" oldref="10"><link href="text/shared/02/01171300.xhp" name="Snap to
Grid">Snap to Grid</link></paragraph>
-<paragraph role="paragraph" id="par_id3145419" xml-lang="en-US" l10n="U"
oldref="12"><ahelp hid=".uno:GridUse">Specifies that you can move objects only
between grid points.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3148798" xml-lang="en-US" level="2"
l10n="U"><link href="text/shared/02/01171300.xhp" name="Snap to Grid">Snap to
Grid</link></paragraph>
+<paragraph role="paragraph" id="par_id3145419" xml-lang="en-US"
l10n="U"><ahelp hid=".uno:GridUse">Specifies that you can move objects only
between grid points.</ahelp></paragraph>
<embed href="text/shared/02/01171300.xhp#syrafang"/>
-<paragraph role="heading" id="hd_id3148920" xml-lang="en-US" level="2"
l10n="U" oldref="11"><link href="text/shared/02/01171400.xhp" name="Guides When
Moving">Guides When Moving</link></paragraph>
+<paragraph role="heading" id="hd_id3148920" xml-lang="en-US" level="2"
l10n="U"><link href="text/shared/02/01171400.xhp" name="Guides When
Moving">Guides When Moving</link></paragraph>
<embed href="text/shared/optionen/01070100.xhp#verschieb"/>
<embed href="text/shared/02/01171400.xhp#syhline"/>
</body>
diff --git a/main/helpcontent2/source/text/swriter/01/04130000.xhp
b/main/helpcontent2/source/text/swriter/01/04130000.xhp
index 0350ea4137..7f70af0957 100644
--- a/main/helpcontent2/source/text/swriter/01/04130000.xhp
+++ b/main/helpcontent2/source/text/swriter/01/04130000.xhp
@@ -31,17 +31,17 @@
<body>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertFrame" id="bm_id2796990"
localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertFrame" id="bm_id3154640"
localize="false"/>
-<paragraph role="heading" id="hd_id3151189" xml-lang="en-US" level="1"
l10n="U" oldref="1">Frame</paragraph>
-<paragraph role="paragraph" id="par_id3145420" xml-lang="en-US" l10n="CHG"
oldref="2"><variable id="rahm"><ahelp hid=".uno:InsertFrame">Inserts a frame
that you can use to create a layout of one or more columns of text and
objects.</ahelp>
+<paragraph role="heading" id="hd_id3151189" xml-lang="en-US" level="1"
l10n="U">Frame</paragraph>
+<paragraph role="paragraph" id="par_id3145420" xml-lang="en-US"
l10n="CHG"><variable id="rahm"><ahelp hid=".uno:InsertFrame">Inserts a frame
that you can use to create a layout of one or more columns of text and
objects.</ahelp>
</variable></paragraph>
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#rahmen"/>
</section>
-<paragraph role="paragraph" id="par_id3153678" xml-lang="en-US" l10n="CHG"
oldref="37">To edit a frame, click the border to select it, and then choose
<emph>Format - Frame/Object</emph>. You can also resize or move a selected
frame using special <link href="text/swriter/01/04130100.xhp" name="shortcut
keys">shortcut keys</link>.</paragraph>
-<paragraph role="paragraph" id="par_id3152952" xml-lang="en-US" l10n="U"
oldref="38">To delete a frame, click the border of the frame, and then press
Delete.</paragraph>
-<paragraph role="paragraph" id="par_id3151311" xml-lang="en-US" l10n="U"
oldref="23">If you see small red arrows at the beginning and the end of text in
frame, use the arrow keys to scroll through the remaining text.</paragraph>
-<paragraph role="paragraph" id="par_id3155896" xml-lang="en-US" l10n="U"
oldref="25">In the preview area of the <emph>Frame</emph> dialog, the frame is
represented by a green rectangle, and the reference area by a red
rectangle.</paragraph>
-<paragraph role="paragraph" id="par_id3149694" xml-lang="en-US" l10n="U"
oldref="26">You can also preview the effects when you change the frame anchor
to "As Character". The "Baseline" is drawn in red, "Character" is the font
height, and "line" is the height of the line, including the frame.</paragraph>
+<paragraph role="paragraph" id="par_id3153678" xml-lang="en-US" l10n="CHG">To
edit a frame, click the border to select it, and then choose <emph>Format -
Frame/Object</emph>. You can also resize or move a selected frame using special
<link href="text/swriter/01/04130100.xhp" name="shortcut keys">shortcut
keys</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3152952" xml-lang="en-US" l10n="U">To
delete a frame, click the border of the frame, and then press
Delete.</paragraph>
+<paragraph role="paragraph" id="par_id3151311" xml-lang="en-US" l10n="U">If
you see small red arrows at the beginning and the end of text in frame, use the
arrow keys to scroll through the remaining text.</paragraph>
+<paragraph role="paragraph" id="par_id3155896" xml-lang="en-US" l10n="U">In
the preview area of the <emph>Frame</emph> dialog, the frame is represented by
a green rectangle, and the reference area by a red rectangle.</paragraph>
+<paragraph role="paragraph" id="par_id3149694" xml-lang="en-US" l10n="U">You
can also preview the effects when you change the frame anchor to "As
Character". The "Baseline" is drawn in red, "Character" is the font height, and
"line" is the height of the line, including the frame.</paragraph>
<embed href="text/swriter/01/05060100.xhp#typ"/>
<embed href="text/swriter/01/05060900.xhp#zusaetze"/>
<embed href="text/swriter/01/05060200.xhp#umlauf"/>
@@ -53,8 +53,8 @@
<embed href="text/shared/00/00000001.xhp#zurueck"/>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertFrameInteract"
id="bm_id8960281" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertFrameInteract"
id="bm_id3147096" localize="false"/>
-<paragraph role="heading" id="hd_id3149107" xml-lang="en-US" level="3"
l10n="CHG" oldref="5">Icon on the Insert toolbar:</paragraph>
-<paragraph role="paragraph" id="par_id3148970" xml-lang="en-US" l10n="CHG"
oldref="6"><variable id="syrahmentext"><ahelp
hid=".uno:InsertFrameInteract">Draws a frame where you drag in the document.
Click the arrow next to the icon to select the number of columns for the
frame.</ahelp>
+<paragraph role="heading" id="hd_id3149107" xml-lang="en-US" level="3"
l10n="CHG">Icon on the Insert toolbar:</paragraph>
+<paragraph role="paragraph" id="par_id3148970" xml-lang="en-US"
l10n="CHG"><variable id="syrahmentext"><ahelp
hid=".uno:InsertFrameInteract">Draws a frame where you drag in the document.
Click the arrow next to the icon to select the number of columns for the
frame.</ahelp>
</variable></paragraph>
<embed href="text/swriter/00/00000404.xhp#syrahmen"/>
<embed href="text/shared/00/00000004.xhp#related"/>
diff --git a/main/helpcontent2/source/text/swriter/guide/anchor_object.xhp
b/main/helpcontent2/source/text/swriter/guide/anchor_object.xhp
index 51ea734e79..35e3f1f1a7 100644
--- a/main/helpcontent2/source/text/swriter/guide/anchor_object.xhp
+++ b/main/helpcontent2/source/text/swriter/guide/anchor_object.xhp
@@ -37,62 +37,61 @@
<bookmark_value>pictures;anchoring options</bookmark_value>
<bookmark_value>centering;images on HTML pages</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3147828" role="heading" level="1" l10n="U"
-oldref="45"><variable id="anchor_object"><link
href="text/swriter/guide/anchor_object.xhp" name="Positioning
Objects">Positioning Objects</link>
+<paragraph xml-lang="en-US" id="hd_id3147828" role="heading" level="1"
l10n="U"><variable id="anchor_object"><link
href="text/swriter/guide/anchor_object.xhp" name="Positioning
Objects">Positioning Objects</link>
</variable></paragraph>
-<paragraph xml-lang="en-US" id="par_id3147251" role="paragraph" l10n="U"
oldref="46">You can use anchors to position an object, graphic, or frame in a
document. An anchored item remains in place, or moves when you modify the
document. The following anchoring options are available:</paragraph>
+<paragraph xml-lang="en-US" id="par_id3147251" role="paragraph" l10n="U">You
can use anchors to position an object, graphic, or frame in a document. An
anchored item remains in place, or moves when you modify the document. The
following anchoring options are available:</paragraph>
<table id="tbl_id3147268">
<tablerow>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3145599" role="tablehead" l10n="U"
oldref="47">Anchoring</paragraph>
+<paragraph xml-lang="en-US" id="par_id3145599" role="tablehead"
l10n="U">Anchoring</paragraph>
</tablecell>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3145622" role="tablehead" l10n="U"
oldref="48">Effect</paragraph>
+<paragraph xml-lang="en-US" id="par_id3145622" role="tablehead"
l10n="U">Effect</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3145650" role="tablecontent" l10n="U"
oldref="49">As character</paragraph>
+<paragraph xml-lang="en-US" id="par_id3145650" role="tablecontent" l10n="U">As
character</paragraph>
</tablecell>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3151181" role="tablecontent" l10n="U"
oldref="50">Anchors the selected item as a character in the current text. If
the height of the selected item is greater than the current font size, the
height of the line containing the item is increased.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3151181" role="tablecontent"
l10n="U">Anchors the selected item as a character in the current text. If the
height of the selected item is greater than the current font size, the height
of the line containing the item is increased.</paragraph>
<paragraph xml-lang="en-US" id="par_idN10674" role="tablecontent"
l10n="NEW">To center an image on an HTML page, insert the image, anchor it "as
character", then center the paragraph.</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3151212" role="tablecontent" l10n="U"
oldref="51">To character</paragraph>
+<paragraph xml-lang="en-US" id="par_id3151212" role="tablecontent" l10n="U">To
character</paragraph>
</tablecell>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3151235" role="tablecontent" l10n="U"
oldref="52">Anchors the selected item to a character.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3151235" role="tablecontent"
l10n="U">Anchors the selected item to a character.</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3155071" role="tablecontent" l10n="U"
oldref="53">To paragraph</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155071" role="tablecontent" l10n="U">To
paragraph</paragraph>
</tablecell>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3155094" role="tablecontent" l10n="U"
oldref="54">Anchors the selected item to the current paragraph.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155094" role="tablecontent"
l10n="U">Anchors the selected item to the current paragraph.</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3155122" role="tablecontent" l10n="U"
oldref="55">To page</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155122" role="tablecontent" l10n="U">To
page</paragraph>
</tablecell>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3155144" role="tablecontent" l10n="U"
oldref="56">Anchors the selected item to the current page.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155144" role="tablecontent"
l10n="U">Anchors the selected item to the current page.</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3145674" role="tablecontent" l10n="U"
oldref="57">To frame</paragraph>
+<paragraph xml-lang="en-US" id="par_id3145674" role="tablecontent" l10n="U">To
frame</paragraph>
</tablecell>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3145697" role="tablecontent" l10n="U"
oldref="58">Anchors the selected item to the surrounding frame.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3145697" role="tablecontent"
l10n="U">Anchors the selected item to the surrounding frame.</paragraph>
</tablecell>
</tablerow>
</table>
-<paragraph xml-lang="en-US" id="par_id3145715" role="paragraph" l10n="U"
oldref="59">When you insert an object, graphic, or frame, an anchor icon
appears where the item is anchored. You can position an anchored item by
dragging the item to another location. To change the anchoring options of an
item, right-click the item, and then choose an option from the <item
type="menuitem">Anchor</item> submenu.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3145715" role="paragraph" l10n="U">When
you insert an object, graphic, or frame, an anchor icon appears where the item
is anchored. You can position an anchored item by dragging the item to another
location. To change the anchoring options of an item, right-click the item, and
then choose an option from the <item type="menuitem">Anchor</item>
submenu.</paragraph>
<section id="relatedtopics">
<embed href="text/swriter/guide/text_frame.xhp#text_frame"/>
</section>
diff --git a/main/helpcontent2/source/text/swriter/guide/footnote_with_line.xhp
b/main/helpcontent2/source/text/swriter/guide/footnote_with_line.xhp
index c44d7e03b4..a57cbee89c 100644
--- a/main/helpcontent2/source/text/swriter/guide/footnote_with_line.xhp
+++ b/main/helpcontent2/source/text/swriter/guide/footnote_with_line.xhp
@@ -36,44 +36,43 @@
<bookmark_value>borders;for footnotes/endnotes</bookmark_value>
<bookmark_value>lines;footnotes/endnotes</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3147683" role="heading" level="1" l10n="U"
-oldref="40"><variable id="footnote_with_line"><link
href="text/swriter/guide/footnote_with_line.xhp" name="Spacing Between
Footnotes">Spacing Between Footnotes</link>
+<paragraph xml-lang="en-US" id="hd_id3147683" role="heading" level="1"
l10n="U"><variable id="footnote_with_line"><link
href="text/swriter/guide/footnote_with_line.xhp" name="Spacing Between
Footnotes">Spacing Between Footnotes</link>
</variable></paragraph>
-<paragraph xml-lang="en-US" id="par_id3145808" role="paragraph" l10n="U"
oldref="39">If you want to increase the spacing between footnote or endnote
texts, you can add a top and bottom border to the corresponding paragraph
style.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3145808" role="paragraph" l10n="U">If
you want to increase the spacing between footnote or endnote texts, you can add
a top and bottom border to the corresponding paragraph style.</paragraph>
<list type="ordered">
<listitem>
-<paragraph xml-lang="en-US" id="par_id3155603" role="listitem" l10n="U"
oldref="41">Click in a footnote or endnote.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155603" role="listitem" l10n="U">Click
in a footnote or endnote.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3155620" role="listitem" l10n="U"
oldref="42">Choose <emph>Format - Styles and Formatting</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155620" role="listitem" l10n="U">Choose
<emph>Format - Styles and Formatting</emph>.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3154251" role="listitem" l10n="U"
oldref="43">Right-click the Paragraph Style that you want to modify, for
example, "Footnote", and choose <emph>Modify</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154251" role="listitem"
l10n="U">Right-click the Paragraph Style that you want to modify, for example,
"Footnote", and choose <emph>Modify</emph>.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3155884" role="listitem" l10n="U"
oldref="45">Click the <link href="text/shared/01/05030500.xhp"
name="Borders"><emph>Borders</emph></link> tab.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155884" role="listitem" l10n="U">Click
the <link href="text/shared/01/05030500.xhp"
name="Borders"><emph>Borders</emph></link> tab.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3147110" role="listitem" l10n="U"
oldref="51">In the <item type="menuitem">Default</item> area, click the <item
type="menuitem">Set Top and Bottom Borders Only</item> icon.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3147110" role="listitem" l10n="U">In the
<item type="menuitem">Default</item> area, click the <item type="menuitem">Set
Top and Bottom Borders Only</item> icon.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3150931" role="listitem" l10n="U"
oldref="52">In the <item type="menuitem">Line</item> area, click a line in the
<item type="menuitem">Style</item> list.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150931" role="listitem" l10n="U">In the
<item type="menuitem">Line</item> area, click a line in the <item
type="menuitem">Style</item> list.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3150961" role="listitem" l10n="U"
oldref="53">Select "White" in the <item type="menuitem">Color</item> box. If
the background of the page is not white, select the color that best matches the
background color.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150961" role="listitem" l10n="U">Select
"White" in the <item type="menuitem">Color</item> box. If the background of the
page is not white, select the color that best matches the background
color.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3150519" role="listitem" l10n="U"
oldref="50">In the <emph>Spacing to contents</emph> area, clear the
<emph>Synchronize</emph> check box.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150519" role="listitem" l10n="U">In the
<emph>Spacing to contents</emph> area, clear the <emph>Synchronize</emph> check
box.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3150709" role="listitem" l10n="U"
oldref="47">Enter a value in the <item type="menuitem">Top</item> and <item
type="menuitem">Bottom</item> boxes.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150709" role="listitem" l10n="U">Enter
a value in the <item type="menuitem">Top</item> and <item
type="menuitem">Bottom</item> boxes.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3150740" role="listitem" l10n="U"
oldref="48">Click <emph>OK</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150740" role="listitem" l10n="U">Click
<emph>OK</emph>.</paragraph>
</listitem>
</list>
<embed href="text/shared/00/00000004.xhp#related"/>
<embed href="text/swriter/guide/footnote_usage.xhp#footnote_usage"/>
-<paragraph xml-lang="en-US" id="par_id3148846" role="paragraph" l10n="U"
oldref="49"><link href="text/shared/01/05030500.xhp" name="Format - Paragraph -
Borders">Format - Paragraph - Borders</link></paragraph>
+<paragraph xml-lang="en-US" id="par_id3148846" role="paragraph" l10n="U"><link
href="text/shared/01/05030500.xhp" name="Format - Paragraph - Borders">Format -
Paragraph - Borders</link></paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/swriter/guide/section_edit.xhp
b/main/helpcontent2/source/text/swriter/guide/section_edit.xhp
index 015d4829b8..2220c4ea72 100644
--- a/main/helpcontent2/source/text/swriter/guide/section_edit.xhp
+++ b/main/helpcontent2/source/text/swriter/guide/section_edit.xhp
@@ -39,39 +39,38 @@
<bookmark_value>converting;sections, into normal text</bookmark_value>
<bookmark_value>hiding;sections</bookmark_value>
</bookmark><comment>ufi: added two deleting sections entries</comment>
-<paragraph xml-lang="en-US" id="hd_id3149816" role="heading" level="1" l10n="U"
-oldref="13"><variable id="section_edit"><link
href="text/swriter/guide/section_edit.xhp" name="Editing Sections">Editing
Sections</link>
+<paragraph xml-lang="en-US" id="hd_id3149816" role="heading" level="1"
l10n="U"><variable id="section_edit"><link
href="text/swriter/guide/section_edit.xhp" name="Editing Sections">Editing
Sections</link>
</variable></paragraph>
-<paragraph xml-lang="en-US" id="par_id3155858" role="paragraph" l10n="U"
oldref="14">You can protect, hide, and convert sections to normal text in your
document.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155858" role="paragraph" l10n="U">You
can protect, hide, and convert sections to normal text in your
document.</paragraph>
<list type="ordered">
<listitem>
-<paragraph xml-lang="en-US" id="par_id3154224" role="listitem" l10n="U"
oldref="15">Choose <link href="text/swriter/01/02170000.xhp" name="Format -
Sections"><emph>Format - Sections</emph></link>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154224" role="listitem" l10n="U">Choose
<link href="text/swriter/01/02170000.xhp" name="Format - Sections"><emph>Format
- Sections</emph></link>.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3149848" role="listitem" l10n="CHG"
oldref="16">In the <item type="menuitem">Section</item> list, click the section
you want to modify. You can press <switchinline select="sys"><caseinline
select="MAC">Command
+<paragraph xml-lang="en-US" id="par_id3149848" role="listitem" l10n="CHG">In
the <item type="menuitem">Section</item> list, click the section you want to
modify. You can press <switchinline select="sys"><caseinline
select="MAC">Command
</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A to select
all sections in the list, and you can Shift+click or <switchinline
select="sys"><caseinline select="MAC">Command
</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+click to
select some sections.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3153397" role="listitem" l10n="U"
oldref="17">Do one of the following:</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153397" role="listitem" l10n="U">Do one
of the following:</paragraph>
</listitem>
</list>
<list type="unordered">
<listitem>
-<paragraph role="listitem" id="par_id3153120" xml-lang="en-US" l10n="U"
oldref="18">To convert a section into normal text, click
<emph>Remove</emph>.</paragraph>
+<paragraph role="listitem" id="par_id3153120" xml-lang="en-US" l10n="U">To
convert a section into normal text, click <emph>Remove</emph>.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3149631" xml-lang="en-US" l10n="U"
oldref="19">To make a section read-only, select the <emph>Protected</emph>
check box in the <emph>Write Protection</emph> area.</paragraph>
+<paragraph role="listitem" id="par_id3149631" xml-lang="en-US" l10n="U">To
make a section read-only, select the <emph>Protected</emph> check box in the
<emph>Write Protection</emph> area.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3149609" xml-lang="en-US" l10n="U"
oldref="20">To hide a section, select the <emph>Hide</emph> check box in the
<emph>Hide</emph> area.</paragraph>
+<paragraph role="listitem" id="par_id3149609" xml-lang="en-US" l10n="U">To
hide a section, select the <emph>Hide</emph> check box in the <emph>Hide</emph>
area.</paragraph>
</listitem>
</list>
<comment>removed ordered list with startvalue 4, not sure if such a list will
survive all transformations</comment>
<embed href="text/shared/00/00000004.xhp#related"/>
<embed href="text/swriter/guide/sections.xhp#sections"/>
<embed href="text/swriter/guide/section_insert.xhp#section_insert"/>
-<paragraph xml-lang="en-US" id="par_id3156255" role="paragraph" l10n="U"
oldref="22"><link href="text/swriter/01/02170000.xhp" name="Format -
Sections">Format - Sections</link></paragraph>
+<paragraph xml-lang="en-US" id="par_id3156255" role="paragraph" l10n="U"><link
href="text/swriter/01/02170000.xhp" name="Format - Sections">Format -
Sections</link></paragraph>
<paragraph xml-lang="en-US" id="par_id973540" role="paragraph"
l10n="NEW"><link href="text/swriter/guide/protection.xhp">Protecting Content in
%PRODUCTNAME Writer</link></paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/swriter/guide/wrap.xhp
b/main/helpcontent2/source/text/swriter/guide/wrap.xhp
index 502bf8ce71..2645bebfc0 100644
--- a/main/helpcontent2/source/text/swriter/guide/wrap.xhp
+++ b/main/helpcontent2/source/text/swriter/guide/wrap.xhp
@@ -39,55 +39,53 @@
<bookmark_value>wrapping text;editing contours</bookmark_value>
<bookmark_value>editors;contour editor</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3154486" role="heading" level="1"
l10n="U" oldref="8"><variable id="wrap"><link
href="text/swriter/guide/wrap.xhp" name="Wrapping Text Around Objects">Wrapping
Text Around Objects</link>
+<paragraph xml-lang="en-US" id="hd_id3154486" role="heading" level="1"
l10n="U"><variable id="wrap"><link href="text/swriter/guide/wrap.xhp"
name="Wrapping Text Around Objects">Wrapping Text Around Objects</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="hd_id4792321" role="heading" level="2"
l10n="NEW">To Wrap Text Around an Object</paragraph>
<list type="ordered">
<listitem>
-<paragraph xml-lang="en-US" id="par_id3149696" role="listitem" l10n="U"
oldref="9">Select the object.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149696" role="listitem" l10n="U">Select
the object.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3155907" role="listitem" l10n="U"
oldref="10">Choose <emph>Format - Wrap</emph>, and then choose the wrapping
style that you want to apply.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3155859" role="listitem" l10n="U"
oldref="4">The current wrapping style is indicated by a bullet.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155907" role="listitem" l10n="U">Choose
<emph>Format - Wrap</emph>, and then choose the wrapping style that you want to
apply.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155859" role="listitem" l10n="U">The
current wrapping style is indicated by a bullet.</paragraph>
</listitem>
</list>
-<paragraph xml-lang="en-US" id="hd_id3149834" role="heading" level="2" l10n="U"
-oldref="14">To Specify the Wrapping Properties</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3149834" role="heading" level="2"
l10n="U">To Specify the Wrapping Properties</paragraph>
<list type="ordered">
<listitem>
-<paragraph xml-lang="en-US" id="par_id3154079" role="listitem" l10n="U"
oldref="15">Select the object.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154079" role="listitem" l10n="U">Select
the object.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3153396" role="listitem" l10n="U"
oldref="11">Choose <emph>Format - Graphics</emph>, and then click the <link
href="text/swriter/01/05060200.xhp" name="Wrap"><emph>Wrap</emph></link>
tab.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153396" role="listitem" l10n="U">Choose
<emph>Format - Graphics</emph>, and then click the <link
href="text/swriter/01/05060200.xhp" name="Wrap"><emph>Wrap</emph></link>
tab.</paragraph>
</listitem>
</list>
<list type="ordered" startwith="3">
<listitem>
-<paragraph xml-lang="en-US" id="par_id3153370" role="listitem" l10n="U"
oldref="5">Set the options that you want.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153370" role="listitem" l10n="U">Set
the options that you want.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3153386" role="listitem" l10n="U"
oldref="16">Click <emph>OK</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153386" role="listitem" l10n="U">Click
<emph>OK</emph>.</paragraph>
</listitem>
</list>
-<paragraph xml-lang="en-US" id="hd_id3154247" role="heading" level="2" l10n="U"
-oldref="17">To Change the Wrapping Contour of a Graphic</paragraph>
-<paragraph xml-lang="en-US" id="par_id3154262" role="paragraph" l10n="U"
oldref="18">You can change the shape that the text wraps around.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3154247" role="heading" level="2"
l10n="U">To Change the Wrapping Contour of a Graphic</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154262" role="paragraph" l10n="U">You
can change the shape that the text wraps around.</paragraph>
<list type="ordered">
<listitem>
-<paragraph xml-lang="en-US" id="par_id3154860" role="listitem" l10n="U"
oldref="19">Select the graphic, right-click, and then choose <emph>Wrap - Edit
Contour</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154860" role="listitem" l10n="U">Select
the graphic, right-click, and then choose <emph>Wrap - Edit
Contour</emph>.</paragraph>
</listitem>
</list>
<list type="ordered" startwith="2">
<listitem>
-<paragraph xml-lang="en-US" id="par_id3150231" role="listitem" l10n="U"
oldref="7">Use the tools to draw a new contour, and then click the <item
type="menuitem">Apply</item> icon (green check mark).</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150231" role="listitem" l10n="U">Use
the tools to draw a new contour, and then click the <item
type="menuitem">Apply</item> icon (green check mark).</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3150947" role="listitem" l10n="U"
oldref="21">Close the <item type="menuitem">Contour Editor</item>
window.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150947" role="listitem" l10n="U">Close
the <item type="menuitem">Contour Editor</item> window.</paragraph>
</listitem>
</list>
<section id="relatedtopics">
<embed href="text/swriter/guide/insert_graphic.xhp#insert_graphic"/>
-<paragraph xml-lang="en-US" id="par_id3150520" role="paragraph" l10n="U"
oldref="22"><link href="text/swriter/01/05060201.xhp" name="Contour
Editor">Contour Editor</link></paragraph>
+<paragraph xml-lang="en-US" id="par_id3150520" role="paragraph" l10n="U"><link
href="text/swriter/01/05060201.xhp" name="Contour Editor">Contour
Editor</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/swriter/main0204.xhp
b/main/helpcontent2/source/text/swriter/main0204.xhp
index 10e893d99a..6afbe3d88f 100644
--- a/main/helpcontent2/source/text/swriter/main0204.xhp
+++ b/main/helpcontent2/source/text/swriter/main0204.xhp
@@ -31,8 +31,8 @@
<body>
<section id="objektleistetabellen">
<bookmark xml-lang="en-US" branch="hid/HID_TABLE_TOOLBOX" id="bm_id3154243"
localize="false"/>
-<paragraph role="heading" id="hd_id3145587" xml-lang="en-US" level="1"
l10n="CHG" oldref="1"><link href="text/swriter/main0204.xhp" name="Table
Bar">Table Bar</link></paragraph>
-<paragraph role="paragraph" id="par_id3154252" xml-lang="en-US" l10n="U"
oldref="2"><ahelp hid="HID_TABLE_TOOLBOX">The <emph>Table</emph> Bar contains
functions you need when working with tables. It appears when you move the
cursor into a table.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3145587" xml-lang="en-US" level="1"
l10n="CHG"><link href="text/swriter/main0204.xhp" name="Table Bar">Table
Bar</link></paragraph>
+<paragraph role="paragraph" id="par_id3154252" xml-lang="en-US"
l10n="U"><ahelp hid="HID_TABLE_TOOLBOX">The <emph>Table</emph> Bar contains
functions you need when working with tables. It appears when you move the
cursor into a table.</ahelp></paragraph>
</section>
<embed href="text/swriter/01/04150000.xhp#inserttable"/>
<embed href="text/swriter/00/00000404.xhp#sytabelle"/>
@@ -44,7 +44,7 @@
<embed href="text/shared/02/03130000.xhp#syumrandung"/>
<embed href="text/shared/02/02170000.xhp#absatzhintergrund"/>
<embed href="text/shared/02/02170000.xhp#syabsatzhintergrund"/>
-<paragraph role="heading" id="hd_id3147592" xml-lang="en-US" level="2"
l10n="U" oldref="6"><link href="text/shared/01/05100100.xhp" name="Merge
Cells">Merge Cells</link></paragraph>
+<paragraph role="heading" id="hd_id3147592" xml-lang="en-US" level="2"
l10n="U"><link href="text/shared/01/05100100.xhp" name="Merge Cells">Merge
Cells</link></paragraph>
<embed href="text/shared/01/05100100.xhp#verbindentext"/>
<embed href="text/shared/01/05100100.xhp#syzellenverbinden"/>
<embed href="text/shared/01/05100200.xhp#zellenteilen"/>
@@ -58,10 +58,10 @@
<embed href="text/swriter/02/04090000.xhp#syzeileeinfuegen"/>
<embed href="text/swriter/02/04100000.xhp#spalteeinfuegen"/>
<embed href="text/swriter/02/04100000.xhp#syspalteeinfuegen"/>
-<paragraph role="heading" id="hd_id3147820" xml-lang="en-US" level="2"
l10n="U" oldref="9"><link href="text/swriter/01/05110500.xhp" name="Delete
Row">Delete Row</link></paragraph>
+<paragraph role="heading" id="hd_id3147820" xml-lang="en-US" level="2"
l10n="U"><link href="text/swriter/01/05110500.xhp" name="Delete Row">Delete
Row</link></paragraph>
<embed href="text/swriter/01/05110500.xhp#loeschentext"/>
<embed href="text/swriter/00/00000405.xhp#syzeileloeschen"/>
-<paragraph role="heading" id="hd_id3147231" xml-lang="en-US" level="2"
l10n="U" oldref="10"><link href="text/swriter/01/05120500.xhp" name="Delete
Column">Delete Column</link></paragraph>
+<paragraph role="heading" id="hd_id3147231" xml-lang="en-US" level="2"
l10n="U"><link href="text/swriter/01/05120500.xhp" name="Delete Column">Delete
Column</link></paragraph>
<embed href="text/swriter/01/05120500.xhp#loeschentext"/>
<embed href="text/swriter/00/00000405.xhp#syspalteloeschen"/>
<comment>following only optional, ext.help is available: Select Table Select
Column Select Row</comment>
diff --git a/main/helpcontent2/source/text/swriter/main0216.xhp
b/main/helpcontent2/source/text/swriter/main0216.xhp
index f5ecf6b90a..e9d3542249 100644
--- a/main/helpcontent2/source/text/swriter/main0216.xhp
+++ b/main/helpcontent2/source/text/swriter/main0216.xhp
@@ -31,22 +31,19 @@
<body>
<section id="objektleistestarchart">
<bookmark xml-lang="en-US" branch="hid/HID_OLE_TOOLBOX" id="bm_id3150736"
localize="false"/>
-<paragraph role="heading" id="hd_id3150726" xml-lang="en-US" level="1"
l10n="CHG" oldref="1"><link href="text/swriter/main0216.xhp" name="OLE-Object
Bar">OLE-Object Bar</link></paragraph>
-<paragraph role="paragraph" id="par_id3150746" xml-lang="en-US" l10n="CHG"
oldref="2"><ahelp hid="HID_OLE_TOOLBOX">The <emph>OLE-Object</emph> bar appears
when objects are selected, and contains the most important functions for
formatting and positioning objects.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3150726" xml-lang="en-US" level="1"
l10n="CHG"><link href="text/swriter/main0216.xhp" name="OLE-Object
Bar">OLE-Object Bar</link></paragraph>
+<paragraph role="paragraph" id="par_id3150746" xml-lang="en-US"
l10n="CHG"><ahelp hid="HID_OLE_TOOLBOX">The <emph>OLE-Object</emph> bar appears
when objects are selected, and contains the most important functions for
formatting and positioning objects.</ahelp></paragraph>
</section>
<embed href="text/shared/02/02010000.xhp#benvor"/>
<embed href="text/shared/02/02010000.xhp#sylistenfeld"/>
-<paragraph role="heading" id="hd_id3153377" xml-lang="en-US" level="2"
l10n="U" oldref="4"><link href="text/swriter/01/05060200.xhp" name="No Wrap">No
Wrap</link></paragraph>
-<paragraph role="paragraph" id="par_id3153394" xml-lang="en-US" l10n="U"
oldref="5">
-<embedvar href="text/swriter/01/05060200.xhp#keinumlauftext"/> You can also
choose this setting on the <emph>Wrap</emph> tab page.</paragraph>
+<paragraph role="heading" id="hd_id3153377" xml-lang="en-US" level="2"
l10n="U"><link href="text/swriter/01/05060200.xhp" name="No Wrap">No
Wrap</link></paragraph>
+<paragraph role="paragraph" id="par_id3153394" xml-lang="en-US"
l10n="U"><embedvar href="text/swriter/01/05060200.xhp#keinumlauftext"/> You can
also choose this setting on the <emph>Wrap</emph> tab page.</paragraph>
<embed href="text/swriter/00/00000004.xhp#sykeinumlauf"/>
-<paragraph role="heading" id="hd_id3147766" xml-lang="en-US" level="2"
l10n="U" oldref="6"><link href="text/swriter/01/05060200.xhp"
name="Wrap">Wrap</link></paragraph>
-<paragraph role="paragraph" id="par_id3147782" xml-lang="en-US" l10n="U"
oldref="7">
-<embedvar href="text/swriter/01/05060200.xhp#seitenumlauftext"/> This icon
corresponds to the <emph>Page Wrap</emph> option on the <emph>Wrap</emph> tab
page.</paragraph>
+<paragraph role="heading" id="hd_id3147766" xml-lang="en-US" level="2"
l10n="U"><link href="text/swriter/01/05060200.xhp"
name="Wrap">Wrap</link></paragraph>
+<paragraph role="paragraph" id="par_id3147782" xml-lang="en-US"
l10n="U"><embedvar href="text/swriter/01/05060200.xhp#seitenumlauftext"/> This
icon corresponds to the <emph>Page Wrap</emph> option on the <emph>Wrap</emph>
tab page.</paragraph>
<embed href="text/swriter/00/00000004.xhp#syumlauf"/>
-<paragraph role="heading" id="hd_id3147824" xml-lang="en-US" level="2"
l10n="U" oldref="8"><link href="text/swriter/01/05060200.xhp" name="Wrap
Through">Wrap Through</link></paragraph>
-<paragraph role="paragraph" id="par_id3147218" xml-lang="en-US" l10n="U"
oldref="9">
-<embedvar href="text/swriter/01/05060200.xhp#durchlauftext"/> You can also
achieve the same effect through the <emph>Wrap</emph> tab page.</paragraph>
+<paragraph role="heading" id="hd_id3147824" xml-lang="en-US" level="2"
l10n="U"><link href="text/swriter/01/05060200.xhp" name="Wrap Through">Wrap
Through</link></paragraph>
+<paragraph role="paragraph" id="par_id3147218" xml-lang="en-US"
l10n="U"><embedvar href="text/swriter/01/05060200.xhp#durchlauftext"/> You can
also achieve the same effect through the <emph>Wrap</emph> tab page.</paragraph>
<embed href="text/swriter/00/00000004.xhp#sydurchlauf"/>
<embed href="text/shared/01/05070100.xhp#links"/>
<embed href="text/shared/00/00040501.xhp#sylinks"/>
@@ -66,7 +63,7 @@
<embed href="text/shared/02/03140000.xhp#sylinienstil"/>
<embed href="text/shared/02/03150000.xhp#linienfarbe"/>
<embed href="text/shared/02/03150000.xhp#sylinienfarbe"/>
-<paragraph role="heading" id="hd_id3151208" xml-lang="en-US" level="2"
l10n="U" oldref="10"><link href="text/swriter/01/05080000.xhp" name="Object
Properties">Object Properties</link></paragraph>
+<paragraph role="heading" id="hd_id3151208" xml-lang="en-US" level="2"
l10n="U"><link href="text/swriter/01/05080000.xhp" name="Object
Properties">Object Properties</link></paragraph>
<embed href="text/swriter/01/05080000.xhp#objekttext"/>
<embed href="text/swriter/00/00000405.xhp#syeigenschaftenobjekt"/>
<embed href="text/shared/01/05250100.xhp#ganznachvorn"/>