summaryrefslogtreecommitdiff
path: root/source/text/shared
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-03-13 16:41:53 +0100
committerOlivier Hallot <olivier.hallot@libreoffice.org>2023-03-16 15:18:30 +0000
commit4453c0b2edae4934f87594d5974783c4a1a5ea54 (patch)
treeda7008bd439cc57cd8d44597f8cba6fc1808aa0c /source/text/shared
parent77cb682cd1b004e7247560e60f603a4bb0565b8d (diff)
convert paragraphs with role="heading" & childelements to → h<level>
and also drop the language that was changed to implied previously/defaults to en-US unless specified. This change doesn't affect translations, only the content of the paragraph/headings is extracted. done with: perl -CSD -pi -e 'BEGIN {$base = qr/role="heading"|level="(?<level>\d+)"|(?<id>id="[^"]+")/;} s#<paragraph(((\s+($base)){3})|(\s+($base|xml-lang="en-US")){4})>(?<body>.*?)</paragraph>#<h$+{level} $+{id}>$+{body}</h$+{level}>#g' and manually undoing the one that uses <sup>in body that's not valid according to the dtd in the h tags. Change-Id: Ibd4aed3157ed168cd5005161575672a392e59202 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148797 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/shared')
-rw-r--r--source/text/shared/00/01050000.xhp2
-rw-r--r--source/text/shared/01/01010001.xhp2
-rw-r--r--source/text/shared/01/01010200.xhp2
-rw-r--r--source/text/shared/01/01010201.xhp2
-rw-r--r--source/text/shared/01/01010202.xhp2
-rw-r--r--source/text/shared/01/01010203.xhp2
-rw-r--r--source/text/shared/01/01010300.xhp2
-rw-r--r--source/text/shared/01/01010301.xhp2
-rw-r--r--source/text/shared/01/01010302.xhp2
-rw-r--r--source/text/shared/01/01010303.xhp2
-rw-r--r--source/text/shared/01/01010304.xhp2
-rw-r--r--source/text/shared/01/01020001.xhp2
-rw-r--r--source/text/shared/01/01060000.xhp2
-rw-r--r--source/text/shared/01/01060001.xhp2
-rw-r--r--source/text/shared/01/01060002.xhp2
-rw-r--r--source/text/shared/01/01070000.xhp2
-rw-r--r--source/text/shared/01/01070001.xhp2
-rw-r--r--source/text/shared/01/01100300.xhp2
-rw-r--r--source/text/shared/01/01100600.xhp2
-rw-r--r--source/text/shared/01/01140000.xhp2
-rw-r--r--source/text/shared/01/01160000.xhp10
-rw-r--r--source/text/shared/01/01160200.xhp2
-rw-r--r--source/text/shared/01/01180000.xhp2
-rw-r--r--source/text/shared/01/01190000.xhp2
-rw-r--r--source/text/shared/01/02020000.xhp2
-rw-r--r--source/text/shared/01/02030000.xhp2
-rw-r--r--source/text/shared/01/02040000.xhp2
-rw-r--r--source/text/shared/01/02050000.xhp2
-rw-r--r--source/text/shared/01/02060000.xhp2
-rw-r--r--source/text/shared/01/02090000.xhp2
-rw-r--r--source/text/shared/01/02180100.xhp2
-rw-r--r--source/text/shared/01/02250000.xhp2
-rw-r--r--source/text/shared/01/03020000.xhp2
-rw-r--r--source/text/shared/01/03110000.xhp2
-rw-r--r--source/text/shared/01/03990000.xhp4
-rw-r--r--source/text/shared/01/04180100.xhp2
-rw-r--r--source/text/shared/01/05020301.xhp2
-rw-r--r--source/text/shared/01/05020400.xhp2
-rw-r--r--source/text/shared/01/05020500.xhp2
-rw-r--r--source/text/shared/01/05020600.xhp2
-rw-r--r--source/text/shared/01/05020700.xhp2
-rw-r--r--source/text/shared/01/05030300.xhp2
-rw-r--r--source/text/shared/01/05030800.xhp2
-rw-r--r--source/text/shared/01/05060000.xhp2
-rw-r--r--source/text/shared/01/05070100.xhp2
-rw-r--r--source/text/shared/01/05070300.xhp2
-rw-r--r--source/text/shared/01/05070500.xhp2
-rw-r--r--source/text/shared/01/05070600.xhp2
-rw-r--r--source/text/shared/01/05090000.xhp2
-rw-r--r--source/text/shared/01/05100000.xhp2
-rw-r--r--source/text/shared/01/05100500.xhp2
-rw-r--r--source/text/shared/01/05100600.xhp2
-rw-r--r--source/text/shared/01/05100700.xhp2
-rw-r--r--source/text/shared/01/05110000.xhp2
-rw-r--r--source/text/shared/01/05110500.xhp2
-rw-r--r--source/text/shared/01/05200000.xhp2
-rw-r--r--source/text/shared/01/05210000.xhp2
-rw-r--r--source/text/shared/01/05230000.xhp2
-rw-r--r--source/text/shared/01/05230500.xhp2
-rw-r--r--source/text/shared/01/05240000.xhp2
-rw-r--r--source/text/shared/01/05240100.xhp2
-rw-r--r--source/text/shared/01/05240200.xhp2
-rw-r--r--source/text/shared/01/05250000.xhp2
-rw-r--r--source/text/shared/01/05250100.xhp2
-rw-r--r--source/text/shared/01/05250200.xhp2
-rw-r--r--source/text/shared/01/05250300.xhp2
-rw-r--r--source/text/shared/01/05250400.xhp2
-rw-r--r--source/text/shared/01/05270000.xhp2
-rw-r--r--source/text/shared/01/05290000.xhp10
-rw-r--r--source/text/shared/01/05290100.xhp2
-rw-r--r--source/text/shared/01/05290200.xhp2
-rw-r--r--source/text/shared/01/05290300.xhp2
-rw-r--r--source/text/shared/01/05290400.xhp2
-rw-r--r--source/text/shared/01/05320000.xhp4
-rw-r--r--source/text/shared/01/05320001.xhp2
-rw-r--r--source/text/shared/01/05320002.xhp2
-rw-r--r--source/text/shared/01/05340200.xhp2
-rw-r--r--source/text/shared/01/05340300.xhp2
-rw-r--r--source/text/shared/01/05340404.xhp2
-rw-r--r--source/text/shared/01/05340500.xhp2
-rw-r--r--source/text/shared/01/05340600.xhp2
-rw-r--r--source/text/shared/01/06010500.xhp2
-rw-r--r--source/text/shared/01/06010600.xhp2
-rw-r--r--source/text/shared/01/06040400.xhp4
-rw-r--r--source/text/shared/01/06040600.xhp2
-rw-r--r--source/text/shared/01/06130010.xhp2
-rw-r--r--source/text/shared/01/06140500.xhp2
-rw-r--r--source/text/shared/01/06150120.xhp2
-rw-r--r--source/text/shared/01/06150210.xhp2
-rw-r--r--source/text/shared/01/06200000.xhp10
-rw-r--r--source/text/shared/01/07010000.xhp2
-rw-r--r--source/text/shared/01/07080000.xhp2
-rw-r--r--source/text/shared/01/font_features.xhp2
-rw-r--r--source/text/shared/01/image_compression.xhp2
-rw-r--r--source/text/shared/01/menu_edit_find.xhp2
-rw-r--r--source/text/shared/01/menu_view_sidebar.xhp2
-rw-r--r--source/text/shared/01/online_update_dialog.xhp2
-rw-r--r--source/text/shared/01/password_dlg.xhp2
-rw-r--r--source/text/shared/01/profile_safe_mode.xhp2
-rw-r--r--source/text/shared/01/signexistingpdf.xhp2
-rw-r--r--source/text/shared/01/webhtml.xhp2
-rw-r--r--source/text/shared/01/xformsdatatab.xhp2
-rw-r--r--source/text/shared/02/01170004.xhp4
-rw-r--r--source/text/shared/02/01170200.xhp2
-rw-r--r--source/text/shared/02/01170201.xhp2
-rw-r--r--source/text/shared/02/01170202.xhp2
-rw-r--r--source/text/shared/02/01170500.xhp2
-rw-r--r--source/text/shared/02/01170800.xhp2
-rw-r--r--source/text/shared/02/01170801.xhp2
-rw-r--r--source/text/shared/02/01170802.xhp2
-rw-r--r--source/text/shared/02/01170900.xhp2
-rw-r--r--source/text/shared/02/01170901.xhp2
-rw-r--r--source/text/shared/02/01170902.xhp2
-rw-r--r--source/text/shared/02/01170903.xhp2
-rw-r--r--source/text/shared/02/01170904.xhp2
-rw-r--r--source/text/shared/02/01171100.xhp2
-rw-r--r--source/text/shared/02/01220000.xhp2
-rw-r--r--source/text/shared/02/02010000.xhp2
-rw-r--r--source/text/shared/02/02020000.xhp2
-rw-r--r--source/text/shared/02/02030000.xhp2
-rw-r--r--source/text/shared/02/03110000.xhp2
-rw-r--r--source/text/shared/02/03120000.xhp2
-rw-r--r--source/text/shared/02/03150000.xhp2
-rw-r--r--source/text/shared/02/05090000.xhp2
-rw-r--r--source/text/shared/02/07010000.xhp2
-rw-r--r--source/text/shared/02/07060000.xhp2
-rw-r--r--source/text/shared/02/07070100.xhp2
-rw-r--r--source/text/shared/02/07070200.xhp2
-rw-r--r--source/text/shared/02/07080000.xhp2
-rw-r--r--source/text/shared/02/07090000.xhp2
-rw-r--r--source/text/shared/02/08010000.xhp2
-rw-r--r--source/text/shared/02/08020000.xhp2
-rw-r--r--source/text/shared/02/10100000.xhp2
-rw-r--r--source/text/shared/02/12000000.xhp2
-rw-r--r--source/text/shared/02/12040000.xhp2
-rw-r--r--source/text/shared/02/12080000.xhp2
-rw-r--r--source/text/shared/02/12090000.xhp2
-rw-r--r--source/text/shared/02/12090100.xhp2
-rw-r--r--source/text/shared/02/12140000.xhp2
-rw-r--r--source/text/shared/02/13010000.xhp2
-rw-r--r--source/text/shared/02/14050000.xhp2
-rw-r--r--source/text/shared/02/19090000.xhp2
-rw-r--r--source/text/shared/02/20020000.xhp2
-rw-r--r--source/text/shared/02/20040000.xhp2
-rw-r--r--source/text/shared/02/20060000.xhp2
-rw-r--r--source/text/shared/02/20090000.xhp2
-rw-r--r--source/text/shared/02/20100000.xhp2
-rw-r--r--source/text/shared/02/24010000.xhp2
-rw-r--r--source/text/shared/02/24020000.xhp2
-rw-r--r--source/text/shared/02/24030000.xhp2
-rw-r--r--source/text/shared/02/24040000.xhp2
-rw-r--r--source/text/shared/02/24050000.xhp2
-rw-r--r--source/text/shared/02/24080000.xhp2
-rw-r--r--source/text/shared/02/24090000.xhp2
-rw-r--r--source/text/shared/02/24100000.xhp2
-rw-r--r--source/text/shared/02/basicshapes.xhp2
-rw-r--r--source/text/shared/02/blockarrows.xhp2
-rw-r--r--source/text/shared/02/callouts.xhp2
-rw-r--r--source/text/shared/02/colortoolbar.xhp2
-rw-r--r--source/text/shared/02/flowcharts.xhp2
-rw-r--r--source/text/shared/02/stars.xhp2
-rw-r--r--source/text/shared/04/01020000.xhp2
-rw-r--r--source/text/shared/05/00000001.xhp2
-rw-r--r--source/text/shared/05/00000002.xhp2
-rw-r--r--source/text/shared/05/00000110.xhp2
-rw-r--r--source/text/shared/05/00000130.xhp2
-rw-r--r--source/text/shared/05/00000140.xhp2
-rw-r--r--source/text/shared/05/00000160.xhp2
-rw-r--r--source/text/shared/07/09000000.xhp2
-rw-r--r--source/text/shared/autokorr/12000000.xhp2
-rw-r--r--source/text/shared/autopi/01000000.xhp12
-rw-r--r--source/text/shared/autopi/01010100.xhp2
-rw-r--r--source/text/shared/autopi/01010200.xhp2
-rw-r--r--source/text/shared/autopi/01010300.xhp2
-rw-r--r--source/text/shared/autopi/01010400.xhp2
-rw-r--r--source/text/shared/autopi/01010500.xhp2
-rw-r--r--source/text/shared/autopi/01010600.xhp2
-rw-r--r--source/text/shared/autopi/01020100.xhp2
-rw-r--r--source/text/shared/autopi/01020200.xhp2
-rw-r--r--source/text/shared/autopi/01020300.xhp2
-rw-r--r--source/text/shared/autopi/01020400.xhp2
-rw-r--r--source/text/shared/autopi/01020500.xhp2
-rw-r--r--source/text/shared/autopi/01040100.xhp2
-rw-r--r--source/text/shared/autopi/01040200.xhp2
-rw-r--r--source/text/shared/autopi/01040300.xhp2
-rw-r--r--source/text/shared/autopi/01040400.xhp2
-rw-r--r--source/text/shared/autopi/01040500.xhp2
-rw-r--r--source/text/shared/autopi/01040600.xhp2
-rw-r--r--source/text/shared/autopi/01090100.xhp2
-rw-r--r--source/text/shared/autopi/01090200.xhp2
-rw-r--r--source/text/shared/autopi/01090210.xhp2
-rw-r--r--source/text/shared/autopi/01090220.xhp2
-rw-r--r--source/text/shared/autopi/01090300.xhp2
-rw-r--r--source/text/shared/autopi/01090400.xhp2
-rw-r--r--source/text/shared/autopi/01090500.xhp2
-rw-r--r--source/text/shared/autopi/01090600.xhp2
-rw-r--r--source/text/shared/autopi/01100100.xhp2
-rw-r--r--source/text/shared/autopi/01100150.xhp2
-rw-r--r--source/text/shared/autopi/01100200.xhp2
-rw-r--r--source/text/shared/autopi/01100300.xhp2
-rw-r--r--source/text/shared/autopi/01100400.xhp2
-rw-r--r--source/text/shared/autopi/01100500.xhp2
-rw-r--r--source/text/shared/autopi/01110100.xhp2
-rw-r--r--source/text/shared/autopi/01110200.xhp2
-rw-r--r--source/text/shared/autopi/01110300.xhp2
-rw-r--r--source/text/shared/autopi/01110400.xhp2
-rw-r--r--source/text/shared/autopi/01110500.xhp2
-rw-r--r--source/text/shared/autopi/01110600.xhp2
-rw-r--r--source/text/shared/autopi/01120100.xhp2
-rw-r--r--source/text/shared/autopi/01120200.xhp2
-rw-r--r--source/text/shared/autopi/01120300.xhp2
-rw-r--r--source/text/shared/autopi/01120400.xhp2
-rw-r--r--source/text/shared/autopi/01120500.xhp2
-rw-r--r--source/text/shared/autopi/01130100.xhp2
-rw-r--r--source/text/shared/autopi/01130200.xhp2
-rw-r--r--source/text/shared/autopi/01170300.xhp2
-rw-r--r--source/text/shared/autopi/01170400.xhp2
-rw-r--r--source/text/shared/autopi/01170500.xhp2
-rw-r--r--source/text/shared/guide/email.xhp2
-rw-r--r--source/text/shared/guide/keyboard.xhp2
-rw-r--r--source/text/shared/guide/ms_import_export_limitations.xhp2
-rw-r--r--source/text/shared/guide/paintbrush.xhp2
-rw-r--r--source/text/shared/guide/print_blackwhite.xhp2
-rw-r--r--source/text/shared/guide/spadmin.xhp2
-rw-r--r--source/text/shared/guide/version_number.xhp2
-rw-r--r--source/text/shared/guide/xforms.xhp2
-rw-r--r--source/text/shared/guide/xsltfilter_create.xhp2
-rw-r--r--source/text/shared/main0208.xhp2
-rw-r--r--source/text/shared/main0212.xhp6
-rw-r--r--source/text/shared/main0214.xhp2
-rw-r--r--source/text/shared/main0500.xhp2
-rw-r--r--source/text/shared/main0650.xhp2
-rw-r--r--source/text/shared/main0800.xhp2
-rw-r--r--source/text/shared/menu/insert_chart.xhp2
-rw-r--r--source/text/shared/optionen/01010700.xhp2
-rw-r--r--source/text/shared/optionen/01010900.xhp2
-rw-r--r--source/text/shared/optionen/01012000.xhp2
-rw-r--r--source/text/shared/optionen/01020100.xhp2
-rw-r--r--source/text/shared/optionen/01020300.xhp2
-rw-r--r--source/text/shared/optionen/01040700.xhp2
-rw-r--r--source/text/shared/optionen/01050100.xhp2
-rw-r--r--source/text/shared/optionen/01060100.xhp2
-rw-r--r--source/text/shared/optionen/01060400.xhp2
-rw-r--r--source/text/shared/optionen/01060600.xhp2
-rw-r--r--source/text/shared/optionen/01060800.xhp2
-rw-r--r--source/text/shared/optionen/01061000.xhp2
-rw-r--r--source/text/shared/optionen/01090000.xhp2
-rw-r--r--source/text/shared/optionen/01110100.xhp2
-rw-r--r--source/text/shared/optionen/01150200.xhp2
-rw-r--r--source/text/shared/optionen/01160200.xhp2
-rw-r--r--source/text/shared/optionen/BasicIDE.xhp2
-rw-r--r--source/text/shared/optionen/macrosecurity.xhp2
-rw-r--r--source/text/shared/optionen/mailmerge.xhp2
-rw-r--r--source/text/shared/optionen/online_update.xhp2
-rw-r--r--source/text/shared/optionen/opencl.xhp2
-rw-r--r--source/text/shared/optionen/securityoptionsdialog.xhp4
-rw-r--r--source/text/shared/optionen/serverauthentication.xhp2
-rw-r--r--source/text/shared/optionen/testaccount.xhp2
258 files changed, 282 insertions, 282 deletions
diff --git a/source/text/shared/00/01050000.xhp b/source/text/shared/00/01050000.xhp
index a2630ecd3a..3263583091 100644
--- a/source/text/shared/00/01050000.xhp
+++ b/source/text/shared/00/01050000.xhp
@@ -30,7 +30,7 @@
<section id="general">
<bookmark xml-lang="en-US" branch="hid/cui/ui/gallerygeneralpage/GalleryGeneralPage" id="bm_id3152895" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/gallerygeneralpage/@@nowidget@@" id="bm_id3152895" localize="false"/>
-<paragraph role="heading" id="hd_id3158397" xml-lang="en-US" level="1"><link href="text/shared/00/01050000.xhp">General</link><comment>UFI: this is a tab page of the Gallery. Deleted everything else</comment></paragraph>
+<h1 id="hd_id3158397"><link href="text/shared/00/01050000.xhp">General</link><comment>UFI: this is a tab page of the Gallery. Deleted everything else</comment></h1>
<paragraph role="paragraph" id="par_id3159242" xml-lang="en-US"><ahelp hid=".">The<emph> General </emph>tab page lists the general properties of the current theme.</ahelp></paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/cui/ui/gallerygeneralpage/name" id="bm_id3152896" localize="false"/>
diff --git a/source/text/shared/01/01010001.xhp b/source/text/shared/01/01010001.xhp
index c952d12223..c0290131f4 100644
--- a/source/text/shared/01/01010001.xhp
+++ b/source/text/shared/01/01010001.xhp
@@ -28,7 +28,7 @@
</history>
</meta>
<body>
-<paragraph role="heading" id="hd_id3153514" xml-lang="en-US" level="1"><link href="text/shared/01/01010001.xhp">Master Document</link></paragraph>
+<h1 id="hd_id3153514"><link href="text/shared/01/01010001.xhp">Master Document</link></h1>
<paragraph role="paragraph" id="par_id3154682" xml-lang="en-US">Use a master document to organize complex projects, such as a book. <ahelp hid=".">A master document can contain the individual files for each chapter of a book, as well as a table of contents, and an index.</ahelp></paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#neuglobal"/>
diff --git a/source/text/shared/01/01010200.xhp b/source/text/shared/01/01010200.xhp
index 7152fe19a2..2aaa287c8e 100644
--- a/source/text/shared/01/01010200.xhp
+++ b/source/text/shared/01/01010200.xhp
@@ -31,7 +31,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:InsertLabels" id="bm_id6021898" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/labeldialog/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/labeldialog/LabelDialog" id="bm_id3153255" localize="false"/>
-<paragraph role="heading" id="hd_id3154788" xml-lang="en-US" level="1"><link href="text/shared/01/01010200.xhp">Labels</link></paragraph>
+<h1 id="hd_id3154788"><link href="text/shared/01/01010200.xhp">Labels</link></h1>
<paragraph role="paragraph" id="par_id3145071" xml-lang="en-US"><variable id="etikett"><ahelp hid=".uno:InsertLabels">Allows you to create labels. Labels are created in a text document.</ahelp> You can print labels using a predefined or a custom paper format.</variable></paragraph>
<paragraph role="paragraph" id="par_id3145314" xml-lang="en-US">You can also print a single label or an entire sheet of labels.</paragraph>
<section id="howtoget">
diff --git a/source/text/shared/01/01010201.xhp b/source/text/shared/01/01010201.xhp
index 3ca4862031..38320677ab 100644
--- a/source/text/shared/01/01010201.xhp
+++ b/source/text/shared/01/01010201.xhp
@@ -31,7 +31,7 @@
<section id="labels">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/cardmediumpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/cardmediumpage/CardMediumPage" id="bm_id3145348" localize="false"/>
-<paragraph role="heading" id="hd_id3149987" xml-lang="en-US" level="1"><link href="text/shared/01/01010201.xhp">Labels</link></paragraph>
+<h1 id="hd_id3149987"><link href="text/shared/01/01010201.xhp">Labels</link></h1>
<paragraph role="paragraph" id="par_id3152952" xml-lang="en-US"><ahelp hid="modules/swriter/ui/cardmediumpage/CardMediumPage">Specify the label text and choose the paper size for the label.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01010202.xhp b/source/text/shared/01/01010202.xhp
index 6e42d4dbe4..f31170b6ba 100644
--- a/source/text/shared/01/01010202.xhp
+++ b/source/text/shared/01/01010202.xhp
@@ -31,7 +31,7 @@
<section id="format">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/labelformatpage/LabelFormatPage" id="bm_id3147588" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/labelformatpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
-<paragraph role="heading" id="hd_id3151260" xml-lang="en-US" level="1"><link href="text/shared/01/01010202.xhp">Format</link></paragraph>
+<h1 id="hd_id3151260"><link href="text/shared/01/01010202.xhp">Format</link></h1>
<paragraph role="paragraph" id="par_id3153255" xml-lang="en-US"><ahelp hid="modules/swriter/ui/labelformatpage/LabelFormatPage">Set paper formatting options.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01010203.xhp b/source/text/shared/01/01010203.xhp
index 4725c487d0..d125c2917f 100644
--- a/source/text/shared/01/01010203.xhp
+++ b/source/text/shared/01/01010203.xhp
@@ -31,7 +31,7 @@
<section id="options">
<bookmark branch="hid/modules/swriter/ui/labeloptionspage/@@nowidget@@" xml-lang="en-US" id="bm_@@nowidget@@" localize="false"/>
<bookmark branch="hid/modules/swriter/ui/labeloptionspage/LabelOptionsPage" xml-lang="en-US" id="bm_id3154894" localize="false"/>
-<paragraph id="hd_id3155599" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/01010203.xhp">Options</link></paragraph>
+<h1 id="hd_id3155599"><link href="text/shared/01/01010203.xhp">Options</link></h1>
<paragraph role="paragraph" id="par_id3154497" xml-lang="en-US"><ahelp hid="modules/swriter/ui/labeloptionspage/LabelOptionsPage" visibility="visible">Sets additional options for your labels or business cards, including text synchronization and printer settings.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01010300.xhp b/source/text/shared/01/01010300.xhp
index c0255b64f9..ca5dcef837 100644
--- a/source/text/shared/01/01010300.xhp
+++ b/source/text/shared/01/01010300.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertBusinessCard" id="bm_id3150431" localize="false"/>
-<paragraph role="heading" id="hd_id3149038" xml-lang="en-US" level="1"><link href="text/shared/01/01010300.xhp">Business cards</link></paragraph>
+<h1 id="hd_id3149038"><link href="text/shared/01/01010300.xhp">Business cards</link></h1>
<paragraph role="paragraph" id="par_id3149987" xml-lang="en-US"><ahelp hid=".uno:InsertBusinessCard">Design and create your own business cards.</ahelp> You can choose from a number of pre-defined size formats or create your own.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#visikart"/>
diff --git a/source/text/shared/01/01010301.xhp b/source/text/shared/01/01010301.xhp
index b4a1669235..d35526d039 100644
--- a/source/text/shared/01/01010301.xhp
+++ b/source/text/shared/01/01010301.xhp
@@ -30,7 +30,7 @@
<body>
<bookmark xml-lang="en-US" branch="hid/SW_HID_BUSINESS_FMT_PAGE" id="bm_id3150757" localize="false"/>
<section id="medium">
- <paragraph role="heading" id="hd_id3148765" xml-lang="en-US" level="1"><link href="text/shared/01/01010301.xhp">Medium</link></paragraph>
+ <h1 id="hd_id3148765"><link href="text/shared/01/01010301.xhp">Medium</link></h1>
<paragraph role="paragraph" id="par_id3150278" xml-lang="en-US"><ahelp hid=".">Select the size of your business card from a number of predefined size formats, or a size format that you specify on the <emph>Format</emph> tab.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01010302.xhp b/source/text/shared/01/01010302.xhp
index 510f5b6136..f513c66e74 100644
--- a/source/text/shared/01/01010302.xhp
+++ b/source/text/shared/01/01010302.xhp
@@ -30,7 +30,7 @@
<body>
<section id="business_cards">
<bookmark branch="hid/modules/swriter/ui/cardformatpage/CardFormatPage" xml-lang="en-US" id="bm_id3153071" localize="false"/>
-<paragraph id="hd_id3152414" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/01010302.xhp">Business Cards</link></paragraph>
+<h1 id="hd_id3152414"><link href="text/shared/01/01010302.xhp">Business Cards</link></h1>
<paragraph role="paragraph" id="par_id3153882" xml-lang="en-US"><ahelp hid="." visibility="visible">Define the appearance of your business cards.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01010303.xhp b/source/text/shared/01/01010303.xhp
index ad024f9d8e..8d7328b88e 100644
--- a/source/text/shared/01/01010303.xhp
+++ b/source/text/shared/01/01010303.xhp
@@ -28,7 +28,7 @@
<section id="private">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/privateuserpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/privateuserpage/PrivateUserPage" id="bm_id3145313" localize="false"/>
-<paragraph role="heading" id="hd_id3149031" xml-lang="en-US" level="1"><link href="text/shared/01/01010303.xhp">Private</link></paragraph>
+<h1 id="hd_id3149031"><link href="text/shared/01/01010303.xhp">Private</link></h1>
<paragraph role="paragraph" id="par_id3148731" xml-lang="en-US"><ahelp hid=".">Contains personal contact information for business cards. Business card layouts are selected on the <emph>Business Cards</emph> tab.</ahelp></paragraph><comment>removed switched note about autotext not supplied with OOo</comment></section>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#viskartpriv"/>
diff --git a/source/text/shared/01/01010304.xhp b/source/text/shared/01/01010304.xhp
index 8a6bd7002e..74f03bfe64 100644
--- a/source/text/shared/01/01010304.xhp
+++ b/source/text/shared/01/01010304.xhp
@@ -31,7 +31,7 @@
<section id="business">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/businessdatapage/BusinessDataPage" id="bm_id3147652" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/businessdatapage/@@nowidget@@" id="@@nowidget@@" localize="false"/>
-<paragraph role="heading" id="hd_id3152942" xml-lang="en-US" level="1"><link href="text/shared/01/01010304.xhp">Business</link></paragraph>
+<h1 id="hd_id3152942"><link href="text/shared/01/01010304.xhp">Business</link></h1>
<paragraph role="paragraph" id="par_id3151097" xml-lang="en-US"><ahelp hid=".">Contains contact information for business cards that use a layout from a 'Business Card, Work' category. Business card layouts are selected on the <emph>Business Cards</emph> tab.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01020001.xhp b/source/text/shared/01/01020001.xhp
index c97aa13a0e..f70af4b136 100644
--- a/source/text/shared/01/01020001.xhp
+++ b/source/text/shared/01/01020001.xhp
@@ -22,7 +22,7 @@
<bookmark_value>remote file; open</bookmark_value>
<bookmark_value>open; remote file</bookmark_value>
</bookmark>
-<paragraph id="hd_id151513629025611" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/01020001.xhp">Open Remote</link></paragraph>
+<h1 id="hd_id151513629025611"><link href="text/shared/01/01020001.xhp">Open Remote</link></h1>
<paragraph id="par_id771513629025613" role="paragraph" xml-lang="en-US"><variable id="openremote1"><ahelp hid=".uno:OpenRemote">Opens a document located in a remote file service.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01060000.xhp b/source/text/shared/01/01060000.xhp
index 74dcaa5b1b..847026c7e7 100644
--- a/source/text/shared/01/01060000.xhp
+++ b/source/text/shared/01/01060000.xhp
@@ -30,7 +30,7 @@
<body>
<section id="save">
<bookmark xml-lang="en-US" branch="hid/.uno:Save" id="bm_id3151097" localize="false"/>
-<paragraph role="heading" id="hd_id3147000" xml-lang="en-US" level="1"><link href="text/shared/01/01060000.xhp">Save</link></paragraph>
+<h1 id="hd_id3147000"><link href="text/shared/01/01060000.xhp">Save</link></h1>
<paragraph role="paragraph" id="par_id3153255" xml-lang="en-US"><ahelp hid=".uno:Save">Saves the current document.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01060001.xhp b/source/text/shared/01/01060001.xhp
index 8cf3b88cd4..87bdc03e17 100644
--- a/source/text/shared/01/01060001.xhp
+++ b/source/text/shared/01/01060001.xhp
@@ -21,7 +21,7 @@
<bookmark_value>remote file; save</bookmark_value>
<bookmark_value>save; remote file</bookmark_value>
</bookmark>
-<paragraph id="hd_id151513629025611" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/01060001.xhp">Save Remote...</link></paragraph>
+<h1 id="hd_id151513629025611"><link href="text/shared/01/01060001.xhp">Save Remote...</link></h1>
<paragraph id="par_id771513629025613" role="paragraph" xml-lang="en-US"><variable id="saveremote1"><ahelp hid=".uno:SaveRemote">Saves a document located in a remote file service.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01060002.xhp b/source/text/shared/01/01060002.xhp
index e079da5682..b1024d2ece 100644
--- a/source/text/shared/01/01060002.xhp
+++ b/source/text/shared/01/01060002.xhp
@@ -21,7 +21,7 @@
<bookmark_value>save; save a copy</bookmark_value>
<bookmark_value>save a copy</bookmark_value>
</bookmark>
-<paragraph id="par_id391513471676787" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/01060002.xhp">Save a Copy</link></paragraph>
+<h1 id="par_id391513471676787"><link href="text/shared/01/01060002.xhp">Save a Copy</link></h1>
<paragraph id="par_id1001513471674465" role="paragraph" xml-lang="en-US"><variable id="saveacopy1"><ahelp hid=".uno:SaveACopy">Saves a copy of the actual document with another name or location.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01070000.xhp b/source/text/shared/01/01070000.xhp
index 6bb72bca4d..0104d0916b 100644
--- a/source/text/shared/01/01070000.xhp
+++ b/source/text/shared/01/01070000.xhp
@@ -30,7 +30,7 @@
</bookmark>
<bookmark branch="hid/SID_SAVEASDOC" id="bm_id294192" localize="false"/>
<bookmark branch="hid/.uno:SaveAs" id="bm_id3149038" localize="false"/>
-<bookmark branch="hid/SVT_HID_FILESAVE_DIALOG" id="bm_id3155619" localize="false"/><paragraph role="heading" id="hd_id3151260" xml-lang="en-US" level="1"><link href="text/shared/01/01070000.xhp">Save As</link></paragraph>
+<bookmark branch="hid/SVT_HID_FILESAVE_DIALOG" id="bm_id3155619" localize="false"/><h1 id="hd_id3151260"><link href="text/shared/01/01070000.xhp">Save As</link></h1>
<paragraph role="paragraph" id="par_id3146856" xml-lang="en-US"><variable id="speichernuntertext"><ahelp hid=".">Saves the current document in a different location, or with a different file name or file type.</ahelp>
</variable></paragraph>
</section>
diff --git a/source/text/shared/01/01070001.xhp b/source/text/shared/01/01070001.xhp
index 4617503348..b57183fd18 100644
--- a/source/text/shared/01/01070001.xhp
+++ b/source/text/shared/01/01070001.xhp
@@ -32,7 +32,7 @@
<bookmark_value>exporting;to foreign formats</bookmark_value>
</bookmark><comment>MW deleted "document types;..."</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:ExportTo" id="bm_id9593822" localize="false"/>
-<paragraph role="heading" id="hd_id3153383" xml-lang="en-US" level="1"><link href="text/shared/01/01070001.xhp">Export</link></paragraph>
+<h1 id="hd_id3153383"><link href="text/shared/01/01070001.xhp">Export</link></h1>
<paragraph role="paragraph" id="par_id3149355" xml-lang="en-US"><variable id="exportieren"><ahelp hid=".uno:ExportTo">Saves the current document with a different name and format to a location that you specify.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01100300.xhp b/source/text/shared/01/01100300.xhp
index b82d050ee0..af75f3c52b 100644
--- a/source/text/shared/01/01100300.xhp
+++ b/source/text/shared/01/01100300.xhp
@@ -28,7 +28,7 @@
<section id="custom">
<bookmark branch="hid/sfx/ui/custominfopage/@@nowidget@@" id="bm_@@nowidget@@" xml-lang="en-US" localize="false"/>
<bookmark branch="hid/sfx/ui/custominfopage/CustomInfoPage" id="bm_id3154926" xml-lang="en-US" localize="false"/>
-<paragraph role="heading" level="1" id="hd_id3155069" xml-lang="en-US"><link href="text/shared/01/01100300.xhp">Custom Properties</link></paragraph>
+<h1 id="hd_id3155069"><link href="text/shared/01/01100300.xhp">Custom Properties</link></h1>
<paragraph role="paragraph" id="par_id3155934" xml-lang="en-US"><ahelp hid="sfx/ui/custominfopage/CustomInfoPage">Allows you to assign custom information fields to your document.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01100600.xhp b/source/text/shared/01/01100600.xhp
index b5e5f85fa5..9aaa954cee 100644
--- a/source/text/shared/01/01100600.xhp
+++ b/source/text/shared/01/01100600.xhp
@@ -39,7 +39,7 @@
<bookmark xml-lang="en-US" branch="hid/sfx/ui/securityinfopage/@@nowidget@@" id="bm_id@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/securityinfopage/SecurityInfoPage" id="bm_id82958468" localize="false"/>
-<paragraph role="heading" id="hd_id3149969" xml-lang="en-US" level="1"><link href="text/shared/01/01100600.xhp">Security</link></paragraph>
+<h1 id="hd_id3149969"><link href="text/shared/01/01100600.xhp">Security</link></h1>
<paragraph role="paragraph" id="par_id3156049" xml-lang="en-US"><ahelp hid=".">Sets password options for the current document.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01140000.xhp b/source/text/shared/01/01140000.xhp
index 847054ff67..ece2070c2c 100644
--- a/source/text/shared/01/01140000.xhp
+++ b/source/text/shared/01/01140000.xhp
@@ -37,7 +37,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:PrinterSetup" id="bm_id3150620" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svt/ui/printersetupdialog/@@nowidget@@" id="@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svt/ui/printersetupdialog/PrinterSetupDialog" id="bm_id3147000" localize="false"/>
-<paragraph id="hd_id3147294" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/01140000.xhp">Printer Settings</link></paragraph>
+<h1 id="hd_id3147294"><link href="text/shared/01/01140000.xhp">Printer Settings</link></h1>
<paragraph id="par_id3154422" role="paragraph" xml-lang="en-US"><variable id="druckereinstellungtext"><ahelp hid="svt/ui/printersetupdialog/PrinterSetupDialog">Select the default printer for the current document and change printing options.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01160000.xhp b/source/text/shared/01/01160000.xhp
index 42959b390a..ccb7c01911 100644
--- a/source/text/shared/01/01160000.xhp
+++ b/source/text/shared/01/01160000.xhp
@@ -30,13 +30,13 @@
<body>
<section id="send">
<bookmark xml-lang="en-US" branch="hid/.uno:SendToMenu" id="bm_id2095095" localize="false"/>
-<paragraph role="heading" id="hd_id3152895" xml-lang="en-US" level="1"><link href="text/shared/01/01160000.xhp">Send</link></paragraph>
+<h1 id="hd_id3152895"><link href="text/shared/01/01160000.xhp">Send</link></h1>
<paragraph role="paragraph" id="par_id3151262" xml-lang="en-US"><ahelp hid=".">Sends a copy of the current document to different applications.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#senden"/>
</section>
-<paragraph role="heading" id="hd_id3154398" xml-lang="en-US" level="2"><link href="text/shared/01/01160200.xhp">Email Document</link></paragraph>
+<h2 id="hd_id3154398"><link href="text/shared/01/01160200.xhp">Email Document</link></h2>
<embed href="text/shared/01/01160200.xhp#versendentext"/><comment>New menu commands, see #i46895 and #i63793</comment><comment>UFI: New commands all have the same Help IDs, but different names</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:SendMailDocAsOOo" id="bm_id827967" localize="false"/>
<paragraph role="paragraph" id="par_id4546342" xml-lang="en-US"><ahelp hid="." visibility="hidden">Opens a new window in your default email program with the current document as an attachment. The OpenDocument file format is used.</ahelp></paragraph>
@@ -66,13 +66,13 @@
<embed href="text/shared/01/ref_pdf_send_as.xhp#ref_pdf_send_as_text"/>
<switch select="appl">
<case select="WRITER"><comment>UFI: removed 2 help ids</comment>
-<paragraph role="heading" id="hd_id3155391" xml-lang="en-US" level="2"><link href="text/shared/01/01160300.xhp">Create Master Document</link></paragraph>
+<h2 id="hd_id3155391"><link href="text/shared/01/01160300.xhp">Create Master Document</link></h2>
<embed href="text/shared/01/01160300.xhp#globtext"/>
-<paragraph role="heading" id="hd_id3153345" xml-lang="en-US" level="2"><link href="text/swriter/01/01160500.xhp">Create HTML Document</link></paragraph>
+<h2 id="hd_id3153345"><link href="text/swriter/01/01160500.xhp">Create HTML Document</link></h2>
<embed href="text/swriter/01/01160500.xhp#htmltext"/>
<embed href="text/swriter/01/01160100.xhp#outline_to_presentation"/>
<embed href="text/swriter/01/01160200.xhp#outline_to_clipboard"/>
-<paragraph role="heading" id="hd_id3149811" xml-lang="en-US" level="2"><link href="text/swriter/01/01160300.xhp">Create AutoAbstract</link></paragraph>
+<h2 id="hd_id3149811"><link href="text/swriter/01/01160300.xhp">Create AutoAbstract</link></h2>
<embed href="text/swriter/01/01160300.xhp#autoabstracttext"/>
<embed href="text/swriter/01/01160400.xhp#autoabstract_to_presentation"/>
</case>
diff --git a/source/text/shared/01/01160200.xhp b/source/text/shared/01/01160200.xhp
index e41d29ee23..ae12753446 100644
--- a/source/text/shared/01/01160200.xhp
+++ b/source/text/shared/01/01160200.xhp
@@ -27,7 +27,7 @@
<body>
<section id="sendemail">
<bookmark xml-lang="en-US" branch="hid/.uno:SendMail" id="bm_id1274021" localize="false"/>
-<paragraph role="heading" id="hd_id3150702" xml-lang="en-US" level="1"><link href="text/shared/01/01160200.xhp">Email Document</link></paragraph>
+<h1 id="hd_id3150702"><link href="text/shared/01/01160200.xhp">Email Document</link></h1>
<paragraph role="paragraph" id="par_id3152823" xml-lang="en-US"><variable id="versendentext"><ahelp hid=".uno:SendMail">Opens a new window in your default email program with the current document as an attachment. The current file format is used.</ahelp></variable> If the document is new and unsaved, the format specified in <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - General</emph> is used.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01180000.xhp b/source/text/shared/01/01180000.xhp
index f0ec541ad8..d77be85eff 100644
--- a/source/text/shared/01/01180000.xhp
+++ b/source/text/shared/01/01180000.xhp
@@ -27,7 +27,7 @@
<body>
<section id="saveall">
<bookmark xml-lang="en-US" branch="hid/.uno:SaveAll" id="bm_id8186141" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3150347" role="heading" level="1"><link href="text/shared/01/01180000.xhp">Save All</link></paragraph>
+<h1 id="hd_id3150347"><link href="text/shared/01/01180000.xhp">Save All</link></h1>
<paragraph xml-lang="en-US" id="par_id3151299" role="paragraph"><ahelp hid=".uno:SaveAll">Saves all modified $[officename] documents.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01190000.xhp b/source/text/shared/01/01190000.xhp
index ecca5b97a4..a224afd553 100644
--- a/source/text/shared/01/01190000.xhp
+++ b/source/text/shared/01/01190000.xhp
@@ -32,7 +32,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:VersionDialog" id="bm_id3149948" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/versionsofdialog/VersionsOfDialog" id="bm_id3149949" localize="false"/>
-<paragraph role="heading" id="hd_id3143272" xml-lang="en-US" level="1"><link href="text/shared/01/01190000.xhp">Versions</link></paragraph>
+<h1 id="hd_id3143272"><link href="text/shared/01/01190000.xhp">Versions</link></h1>
<paragraph role="paragraph" id="par_id3157898" xml-lang="en-US"><variable id="versionentext"><ahelp hid=".uno:VersionDialog">Saves and organizes multiple versions of the current document in the same file. You can also open, delete and compare previous versions.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/02020000.xhp b/source/text/shared/01/02020000.xhp
index 49e89d657a..f1800c88a0 100644
--- a/source/text/shared/01/02020000.xhp
+++ b/source/text/shared/01/02020000.xhp
@@ -31,7 +31,7 @@
</bookmark><comment>mw made "restoring..." a two level entry</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:Redo" id="bm_id5051868" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svx/ui/imapdialog/TBI_REDO" id="bm_id3155069" localize="false"/>
-<paragraph role="heading" id="hd_id3149991" xml-lang="en-US" level="1"><link href="text/shared/01/02020000.xhp">Redo</link></paragraph>
+<h1 id="hd_id3149991"><link href="text/shared/01/02020000.xhp">Redo</link></h1>
<paragraph role="paragraph" id="par_id3157898" xml-lang="en-US"><ahelp hid=".">Reverses the action of the last <emph>Undo</emph> command. To select the <emph>Undo</emph> step that you want to reverse, click the arrow next to the <emph>Redo</emph> icon on the <emph>Standard</emph> bar.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/02030000.xhp b/source/text/shared/01/02030000.xhp
index d13677fd2a..2d3f2f3597 100644
--- a/source/text/shared/01/02030000.xhp
+++ b/source/text/shared/01/02030000.xhp
@@ -31,7 +31,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:RepeatAction" id="bm_id5256071" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:Repeat" id="bm_id3145138" localize="false"/>
-<paragraph role="heading" id="hd_id3150279" xml-lang="en-US" level="1"><link href="text/shared/01/02030000.xhp">Repeat</link></paragraph>
+<h1 id="hd_id3150279"><link href="text/shared/01/02030000.xhp">Repeat</link></h1>
<paragraph role="paragraph" id="par_id3155934" xml-lang="en-US"><ahelp hid=".uno:Repeat">Repeats the last command. This command is available in Writer and Calc.</ahelp></paragraph>
</section>
<comment>UFI: had to remove switch construct because help-ids don't work any more inside switches, see i47727
diff --git a/source/text/shared/01/02040000.xhp b/source/text/shared/01/02040000.xhp
index 99dd1ef2b4..da9894dbe5 100644
--- a/source/text/shared/01/02040000.xhp
+++ b/source/text/shared/01/02040000.xhp
@@ -33,7 +33,7 @@
<bookmark_value>clipboard; cutting</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:Cut" id="bm_id3149991" localize="false"/>
-<paragraph role="heading" id="hd_id3146936" xml-lang="en-US" level="1"><link href="text/shared/01/02040000.xhp">Cut</link></paragraph>
+<h1 id="hd_id3146936"><link href="text/shared/01/02040000.xhp">Cut</link></h1>
<paragraph role="paragraph" id="par_id3153255" xml-lang="en-US"><ahelp hid=".uno:Cut">Removes and copies the selection to the clipboard.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/02050000.xhp b/source/text/shared/01/02050000.xhp
index 79f374a8e6..6b8bb4df4b 100644
--- a/source/text/shared/01/02050000.xhp
+++ b/source/text/shared/01/02050000.xhp
@@ -33,7 +33,7 @@
<bookmark_value>copying; in Unix</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:Copy" id="bm_id3152414" localize="false"/>
-<paragraph role="heading" id="hd_id3152876" xml-lang="en-US" level="1"><link href="text/shared/01/02050000.xhp">Copy</link></paragraph>
+<h1 id="hd_id3152876"><link href="text/shared/01/02050000.xhp">Copy</link></h1>
<paragraph role="paragraph" id="par_id3154682" xml-lang="en-US"><ahelp hid=".uno:Copy">Copies the selection to the clipboard.</ahelp></paragraph>
</section>
<paragraph role="note" id="par_id3155552" xml-lang="en-US">Each time you copy, the existing content of the clipboard is overwritten.</paragraph>
diff --git a/source/text/shared/01/02060000.xhp b/source/text/shared/01/02060000.xhp
index 2431d0c6c8..de69985195 100644
--- a/source/text/shared/01/02060000.xhp
+++ b/source/text/shared/01/02060000.xhp
@@ -45,7 +45,7 @@
</case>
</switch>
<bookmark xml-lang="en-US" branch="hid/.uno:Paste" id="bm_id1292341" localize="false"/>
-<paragraph role="heading" id="hd_id3149031" xml-lang="en-US" level="1"><link href="text/shared/01/02060000.xhp">Paste</link></paragraph>
+<h1 id="hd_id3149031"><link href="text/shared/01/02060000.xhp">Paste</link></h1>
<paragraph role="paragraph" id="par_id3149511" xml-lang="en-US"><ahelp hid=".uno:Paste">Inserts the contents of the clipboard at the location of the cursor, and replaces any selected text or objects.</ahelp><comment>UFI: text used for icon and menu</comment></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/02090000.xhp b/source/text/shared/01/02090000.xhp
index 9e9fb47b64..c513013440 100644
--- a/source/text/shared/01/02090000.xhp
+++ b/source/text/shared/01/02090000.xhp
@@ -31,7 +31,7 @@
<section id="select_all">
<bookmark branch="hid/.uno:SelectAll" xml-lang="en-US" id="bm_id3159079" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:Select" id="bm_id9111451" localize="false"/>
-<paragraph id="hd_id3145138" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/02090000.xhp">Select All</link></paragraph>
+<h1 id="hd_id3145138"><link href="text/shared/01/02090000.xhp">Select All</link></h1>
<paragraph role="paragraph" id="par_id3149999" xml-lang="en-US"><variable id="allestext"><ahelp hid=".">Selects the entire content of the current file, frame, or text object.</ahelp></variable></paragraph>
</section>
<paragraph role="paragraph" id="par_id3155261" xml-lang="en-US"><switchinline select="appl"><caseinline select="CALC">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline></defaultinline></switchinline></paragraph>
diff --git a/source/text/shared/01/02180100.xhp b/source/text/shared/01/02180100.xhp
index a73234a2f0..d72b0792ca 100644
--- a/source/text/shared/01/02180100.xhp
+++ b/source/text/shared/01/02180100.xhp
@@ -34,7 +34,7 @@
<bookmark_value>DDE links; modifying</bookmark_value>
<bookmark_value>changing; DDE links</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3149877" xml-lang="en-US" level="1"><link href="text/shared/01/02180100.xhp">Modify DDE Links</link></paragraph>
+<h1 id="hd_id3149877"><link href="text/shared/01/02180100.xhp">Modify DDE Links</link></h1>
<paragraph role="paragraph" id="par_id3150838" xml-lang="en-US">Change the properties for the selected <link href="text/shared/00/00000005.xhp#dde"><emph>DDE link</emph></link>.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/edit_menu.xhp#linkae"/>
diff --git a/source/text/shared/01/02250000.xhp b/source/text/shared/01/02250000.xhp
index dc62477df9..9241bb4354 100644
--- a/source/text/shared/01/02250000.xhp
+++ b/source/text/shared/01/02250000.xhp
@@ -31,7 +31,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/sbibliography/ui/generalpage/@@nowidget@@" id="bm_id3150756" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sbibliography/ui/toolbar" id="bm_id3155354" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3150999" role="heading" level="1"><link href="text/shared/01/02250000.xhp">Bibliography Database</link></paragraph>
+<h1 id="hd_id3150999"><link href="text/shared/01/02250000.xhp">Bibliography Database</link></h1>
</section>
<paragraph xml-lang="en-US" id="par_id3149119" role="paragraph"><variable id="litdattext"><ahelp hid="modules/sbibliography/ui/toolbar/TBC_BT_COL_ASSIGN">Insert, delete, edit, and organize records in the bibliography database.</ahelp></variable></paragraph>
<section id="howtoget">
diff --git a/source/text/shared/01/03020000.xhp b/source/text/shared/01/03020000.xhp
index 0203ddb970..841bc404fb 100644
--- a/source/text/shared/01/03020000.xhp
+++ b/source/text/shared/01/03020000.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3150467"><bookmark_value>standard bar on/off</bookmark_value>
</bookmark><comment>mw made "standard bar;..." a one level entry</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:FunctionBarVisible" id="bm_id3152823" localize="false"/>
-<paragraph role="heading" id="hd_id3150467" xml-lang="en-US" level="1"><link href="text/shared/01/03020000.xhp">Standard Bar</link></paragraph>
+<h1 id="hd_id3150467"><link href="text/shared/01/03020000.xhp">Standard Bar</link></h1>
<paragraph role="paragraph" id="par_id3149495" xml-lang="en-US"><ahelp hid=".uno:FunctionBarVisible">Shows or hides the <emph>Standard</emph> bar.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/03110000.xhp b/source/text/shared/01/03110000.xhp
index fe9ccfe23c..f4c1db365a 100644
--- a/source/text/shared/01/03110000.xhp
+++ b/source/text/shared/01/03110000.xhp
@@ -33,7 +33,7 @@
<bookmark_value>views;full screen</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:FullScreen" id="bm_id2234144" localize="false"/>
-<paragraph id="hd_id3160463" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/03110000.xhp">Full Screen</link></paragraph>
+<h1 id="hd_id3160463"><link href="text/shared/01/03110000.xhp">Full Screen</link></h1>
<paragraph id="par_id3148983" role="paragraph" xml-lang="en-US"><ahelp hid=".">Shows or hides the menus and toolbars in Writer or Calc. To exit the full screen mode, click the <emph>Full Screen</emph> button or press the <emph>Esc</emph> key.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/03990000.xhp b/source/text/shared/01/03990000.xhp
index b839e829ef..3a29b51c42 100644
--- a/source/text/shared/01/03990000.xhp
+++ b/source/text/shared/01/03990000.xhp
@@ -27,10 +27,10 @@
<body>
<section id="toolbars">
<bookmark xml-lang="en-US" branch="hid/.uno:AvailableToolbars" id="bm_id3563981" localize="false"/>
-<paragraph id="hd_id3160463" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/03990000.xhp">Toolbars</link></paragraph>
+<h1 id="hd_id3160463"><link href="text/shared/01/03990000.xhp">Toolbars</link></h1>
<paragraph id="par_id3149748" role="paragraph" xml-lang="en-US"><ahelp hid=".">Opens a submenu to show and hide toolbars.</ahelp> A toolbar contains icons and options that let you quickly access $[officename] commands.</paragraph>
</section>
-<paragraph id="hd_id3153683" role="heading" level="2" xml-lang="en-US"><link href="text/shared/guide/edit_symbolbar.xhp">Customize</link></paragraph>
+<h2 id="hd_id3153683"><link href="text/shared/guide/edit_symbolbar.xhp">Customize</link></h2>
<paragraph id="par_id2789086" role="paragraph" xml-lang="en-US">Opens a dialog where you can add, edit, and remove icons.</paragraph>
<bookmark xml-lang="en-US" branch="hid/.cmd:RestoreVisibility" id="bm_id9156773" localize="false"/>
<h2 id="hd_id371715">Reset</h2>
diff --git a/source/text/shared/01/04180100.xhp b/source/text/shared/01/04180100.xhp
index fca64d9906..a23004e952 100644
--- a/source/text/shared/01/04180100.xhp
+++ b/source/text/shared/01/04180100.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:DataImport" id="bm_id8802771" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:ViewDataSourceBrowser" id="bm_id750714" localize="false"/>
-<paragraph id="hd_id3156053" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/04180100.xhp">Data Sources</link></paragraph>
+<h1 id="hd_id3156053"><link href="text/shared/01/04180100.xhp">Data Sources</link></h1>
<paragraph id="par_id3149495" role="paragraph" xml-lang="en-US"><ahelp hid=".">Lists the databases that are registered in <item type="productname">%PRODUCTNAME</item> and lets you manage the contents of the databases.</ahelp></paragraph>
</section>
diff --git a/source/text/shared/01/05020301.xhp b/source/text/shared/01/05020301.xhp
index 51202a184a..6a4a4c19ad 100644
--- a/source/text/shared/01/05020301.xhp
+++ b/source/text/shared/01/05020301.xhp
@@ -46,7 +46,7 @@
</bookmark>
<comment>mw made "time formats" a two level entry and deleted 2x "formats;"</comment>
-<paragraph id="hd_id3153514" role="heading" level="1" xml-lang="en-US"><variable id="zahlenformatcodes"><link href="text/shared/01/05020301.xhp">Number Format Codes</link> </variable></paragraph>
+<h1 id="hd_id3153514"><variable id="zahlenformatcodes"><link href="text/shared/01/05020301.xhp">Number Format Codes</link> </variable></h1>
<paragraph id="par_id3150467" role="paragraph" xml-lang="en-US">Number format codes can consist of up to four sections separated by a semicolon (<emph>;</emph>).</paragraph>
<list type="ordered">
diff --git a/source/text/shared/01/05020400.xhp b/source/text/shared/01/05020400.xhp
index d116f87942..a81ec1668f 100644
--- a/source/text/shared/01/05020400.xhp
+++ b/source/text/shared/01/05020400.xhp
@@ -37,7 +37,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/charurlpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/charurlpage/CharURLPage" id="bm_id3153089" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertHyperlinkDlg" id="bm_id3155934" localize="false"/>
-<paragraph role="heading" id="hd_id3152895" xml-lang="en-US" level="1"><link href="text/shared/01/05020400.xhp">Hyperlink</link></paragraph>
+<h1 id="hd_id3152895"><link href="text/shared/01/05020400.xhp">Hyperlink</link></h1>
<paragraph role="paragraph" id="par_id3149388" xml-lang="en-US"><variable id="hyperlinktext"><ahelp hid=".uno:InsertHyperlinkDlg">Assigns a new hyperlink or edits the selected hyperlink.</ahelp>
</variable> A hyperlink is a link to a file on the Internet or on your local system.</paragraph>
<switch select="appl">
diff --git a/source/text/shared/01/05020500.xhp b/source/text/shared/01/05020500.xhp
index d619314ff8..4ecac310c7 100644
--- a/source/text/shared/01/05020500.xhp
+++ b/source/text/shared/01/05020500.xhp
@@ -106,7 +106,7 @@
<paragraph role="paragraph" id="par_id3146974" xml-lang="en-US"><ahelp hid=".">Specifies the spacing between the characters of the selected text.</ahelp> Enter the amount by which you want to expand or condense the text in the spin button.</paragraph>
<paragraph role="tip" id="par_id3146975" xml-lang="en-US">To increase the spacing, set a positive value; to reduce it, set a negative value.</paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/positionpage/pairkerning" id="bm_id3153095" localize="false"/>
-<paragraph role="heading" id="hd_id3154127" xml-lang="en-US" level="3"><link href="text/shared/00/00000005.xhp#kerning">Pair kerning</link></paragraph>
+<h3 id="hd_id3154127"><link href="text/shared/00/00000005.xhp#kerning">Pair kerning</link></h3>
<paragraph role="paragraph" id="par_id3148616" xml-lang="en-US"><ahelp hid="cui/ui/positionpage/pairkerning">Automatically adjust the character spacing for specific letter combinations.</ahelp></paragraph>
<paragraph role="paragraph" id="par_id3150010" xml-lang="en-US">Kerning is only available for certain font types and requires that your printer support this option.</paragraph>
<embed href="text/shared/00/00000001.xhp#preview_field"/>
diff --git a/source/text/shared/01/05020600.xhp b/source/text/shared/01/05020600.xhp
index 07567497d8..44ee23f1a9 100644
--- a/source/text/shared/01/05020600.xhp
+++ b/source/text/shared/01/05020600.xhp
@@ -36,7 +36,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/twolinespage/TwoLinesPage" id="bm_id3146324" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/twolinespage/@@nowidget@@" id="bm_id3146324" localize="false"/>
-<paragraph role="heading" id="hd_id3156053" xml-lang="en-US" level="1"><link href="text/shared/01/05020600.xhp">Asian Layout</link></paragraph>
+<h1 id="hd_id3156053"><link href="text/shared/01/05020600.xhp">Asian Layout</link></h1>
<paragraph role="paragraph" id="par_id3155351" xml-lang="en-US"><ahelp hid=".">Sets the options for double-line writing for Asian languages. Select the characters in your text, and then choose this command.</ahelp></paragraph>
</section>
<embed href="text/shared/00/00000007.xhp#asia_note"/>
diff --git a/source/text/shared/01/05020700.xhp b/source/text/shared/01/05020700.xhp
index 7bf58feaa7..e865cc8754 100644
--- a/source/text/shared/01/05020700.xhp
+++ b/source/text/shared/01/05020700.xhp
@@ -33,7 +33,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/asiantypography/AsianTypography" id="bm_id3155356" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/asiantypography/@@nowidget@@" id="bm_id3155356" localize="false"/>
-<paragraph role="heading" id="hd_id3155620" xml-lang="en-US" level="1"><link href="text/shared/01/05020700.xhp">Asian Typography</link></paragraph>
+<h1 id="hd_id3155620"><link href="text/shared/01/05020700.xhp">Asian Typography</link></h1>
<paragraph role="paragraph" id="par_id3153124" xml-lang="en-US"><ahelp hid=".">Set the typographic options for cells or paragraphs in Asian language files. To enable Asian language support, choose <emph>Language Settings - Languages</emph> in the <emph>Options</emph> dialog box, and then select the <emph>Enabled</emph> box in the <emph>Asian language support</emph> area.</ahelp> The Asian typography options are ignored in HTML documents.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05030300.xhp b/source/text/shared/01/05030300.xhp
index f91675b118..35ef6ba112 100644
--- a/source/text/shared/01/05030300.xhp
+++ b/source/text/shared/01/05030300.xhp
@@ -34,7 +34,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/paratabspage/ParagraphTabsPage" id="bm_id3153311" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/paratabspage/@@nowidget@@" id="bm_id3153311" localize="false"/>
-<paragraph role="heading" id="hd_id3156027" xml-lang="en-US" level="1"><link href="text/shared/01/05030300.xhp">Tabs</link></paragraph>
+<h1 id="hd_id3156027"><link href="text/shared/01/05030300.xhp">Tabs</link></h1>
<paragraph role="paragraph" id="par_id3153577" xml-lang="en-US"><ahelp hid="cui/ui/paratabspage/ParagraphTabsPage">Set the position of a tab stop in a paragraph.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3147653" xml-lang="en-US">If you want, you can also use the ruler to set the tab positions.</paragraph>
diff --git a/source/text/shared/01/05030800.xhp b/source/text/shared/01/05030800.xhp
index 2165a441b4..633d0a806d 100644
--- a/source/text/shared/01/05030800.xhp
+++ b/source/text/shared/01/05030800.xhp
@@ -40,7 +40,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/croppage/CropPage" id="bm_id3154752" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/croppage/@@nowidget@@" id="bm_id3154752" localize="false"/>
-<paragraph role="heading" id="hd_id3154044" xml-lang="en-US" level="1"><link href="text/shared/01/05030800.xhp">Crop</link></paragraph>
+<h1 id="hd_id3154044"><link href="text/shared/01/05030800.xhp">Crop</link></h1>
<paragraph role="paragraph" id="par_id3150603" xml-lang="en-US"><ahelp hid=".">Trims or scales the selected graphic. You can also restore the graphic to its original size.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05060000.xhp b/source/text/shared/01/05060000.xhp
index 80e0905968..8becacc960 100644
--- a/source/text/shared/01/05060000.xhp
+++ b/source/text/shared/01/05060000.xhp
@@ -36,7 +36,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:RubyDialog" id="bm_id5297284" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svx/ui/asianphoneticguidedialog/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svx/ui/asianphoneticguidedialog/AsianPhoneticGuideDialog" id="bm_id3160463" localize="false"/>
-<paragraph role="heading" id="hd_id3147527" xml-lang="en-US" level="1"><link href="text/shared/01/05060000.xhp">Asian Phonetic Guide</link></paragraph>
+<h1 id="hd_id3147527"><link href="text/shared/01/05060000.xhp">Asian Phonetic Guide</link></h1>
<paragraph role="paragraph" id="par_id3083278" xml-lang="en-US"><ahelp hid=".uno:RubyDialog">Allows you to add comments next to Asian characters to serve as a pronunciation guide.</ahelp></paragraph>
<embed href="text/shared/00/00000007.xhp#asia_note"/>
</section>
diff --git a/source/text/shared/01/05070100.xhp b/source/text/shared/01/05070100.xhp
index 6a583f1831..b1f0d392ab 100644
--- a/source/text/shared/01/05070100.xhp
+++ b/source/text/shared/01/05070100.xhp
@@ -30,7 +30,7 @@
<section id="left">
<bookmark xml-lang="en-US" branch="hid/.uno:ObjectAlignLeft" id="bm_id4256888" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:AlignLeft" id="bm_id4286842" localize="false"/>
-<paragraph role="heading" id="hd_id3147069" xml-lang="en-US" level="1"><link href="text/shared/01/05070100.xhp">Align Left</link></paragraph>
+<h1 id="hd_id3147069"><link href="text/shared/01/05070100.xhp">Align Left</link></h1>
<paragraph role="paragraph" id="par_id3160463" xml-lang="en-US"><ahelp hid=".">Aligns the left edges of the selected objects. If only one object is selected in Draw or Impress, the left edge of the object is aligned to the left page margin.</ahelp></paragraph><comment>UFI: this help id .uno:alignleft is also called from Calc, where it has a different function</comment>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05070300.xhp b/source/text/shared/01/05070300.xhp
index ebc722b07d..a89e6e3928 100644
--- a/source/text/shared/01/05070300.xhp
+++ b/source/text/shared/01/05070300.xhp
@@ -30,7 +30,7 @@
<section id="right">
<bookmark xml-lang="en-US" branch="hid/.uno:ObjectAlignRight" id="bm_id8583142" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:AlignRight" id="bm_id0801200803235673" localize="false"/>
-<paragraph role="heading" id="hd_id3153383" xml-lang="en-US" level="1"><link href="text/shared/01/05070300.xhp">Align Right</link></paragraph>
+<h1 id="hd_id3153383"><link href="text/shared/01/05070300.xhp">Align Right</link></h1>
<paragraph role="paragraph" id="par_id3151264" xml-lang="en-US"><ahelp hid=".">Aligns the right edges of the selected objects. If only one object is selected in Impress or Draw, the right edge of the object is aligned to the right page margin.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05070500.xhp b/source/text/shared/01/05070500.xhp
index 986ed196cd..892dd2dc8d 100644
--- a/source/text/shared/01/05070500.xhp
+++ b/source/text/shared/01/05070500.xhp
@@ -30,7 +30,7 @@
<section id="center_vertical">
<bookmark xml-lang="en-US" branch="hid/.uno:AlignMiddle" id="bm_id5987769" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:AlignVerticalCenter" id="bm_id3151260" localize="false"/>
-<paragraph role="heading" id="hd_id3152876" xml-lang="en-US" level="1"><link href="text/shared/01/05070500.xhp">Align Vertical Center</link></paragraph>
+<h1 id="hd_id3152876"><link href="text/shared/01/05070500.xhp">Align Vertical Center</link></h1>
<paragraph role="paragraph" id="par_id3160463" xml-lang="en-US"><ahelp hid=".">Vertically centers the selected objects. If only one object is selected in Draw or Impress, the center of the object is aligned to the vertical center of the page.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05070600.xhp b/source/text/shared/01/05070600.xhp
index 2053937c16..82dc57104e 100644
--- a/source/text/shared/01/05070600.xhp
+++ b/source/text/shared/01/05070600.xhp
@@ -30,7 +30,7 @@
<section id="bottom">
<bookmark xml-lang="en-US" branch="hid/.uno:AlignDown" id="bm_id6953148" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:AlignBottom" id="bm_id0801200803174823" localize="false"/>
-<paragraph role="heading" id="hd_id3153383" xml-lang="en-US" level="1"><link href="text/shared/01/05070600.xhp">Align Bottom</link></paragraph>
+<h1 id="hd_id3153383"><link href="text/shared/01/05070600.xhp">Align Bottom</link></h1>
<paragraph role="paragraph" id="par_id3154613" xml-lang="en-US"><ahelp hid=".">Vertically aligns the bottom edges of the selected objects. If only one object is selected in Draw or Impress, the bottom edge of the object is aligned to the lower page margin.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05090000.xhp b/source/text/shared/01/05090000.xhp
index b0fa0e97ad..7b34d04322 100644
--- a/source/text/shared/01/05090000.xhp
+++ b/source/text/shared/01/05090000.xhp
@@ -33,7 +33,7 @@
<section id="font">
- <bookmark branch="index" xml-lang="en-US" id="bm_id3155271"><bookmark_value>fonts; text objects</bookmark_value><bookmark_value>text objects; fonts</bookmark_value></bookmark><paragraph id="hd_id3155271" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/05090000.xhp">Font</link></paragraph>
+ <bookmark branch="index" xml-lang="en-US" id="bm_id3155271"><bookmark_value>fonts; text objects</bookmark_value><bookmark_value>text objects; fonts</bookmark_value></bookmark><h1 id="hd_id3155271"><link href="text/shared/01/05090000.xhp">Font</link></h1>
<paragraph role="paragraph" id="par_id3153383" xml-lang="en-US">Set the font options for the selected text.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05100000.xhp b/source/text/shared/01/05100000.xhp
index a4c2c02345..9b9c862006 100644
--- a/source/text/shared/01/05100000.xhp
+++ b/source/text/shared/01/05100000.xhp
@@ -36,7 +36,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3153391"><bookmark_value>text; font sizes</bookmark_value>
<bookmark_value>font sizes; text</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3153391" xml-lang="en-US" level="1"><link href="text/shared/01/05100000.xhp">Size</link></paragraph>
+<h1 id="hd_id3153391"><link href="text/shared/01/05100000.xhp">Size</link></h1>
<paragraph role="paragraph" id="par_id3146856" xml-lang="en-US">Set the font size for the selected text.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05100500.xhp b/source/text/shared/01/05100500.xhp
index 58b284bc6a..e9342be904 100644
--- a/source/text/shared/01/05100500.xhp
+++ b/source/text/shared/01/05100500.xhp
@@ -29,7 +29,7 @@
<body>
<section id="top">
<bookmark xml-lang="en-US" branch="hid/.uno:CellVertTop" id="bm_id3149048" localize="false"/>
-<paragraph role="heading" id="hd_id3154765" xml-lang="en-US" level="1"><link href="text/shared/01/05100500.xhp">Top</link></paragraph>
+<h1 id="hd_id3154765"><link href="text/shared/01/05100500.xhp">Top</link></h1>
<paragraph role="paragraph" id="par_id3151390" xml-lang="en-US"><ahelp hid=".uno:CellVertTop">Aligns the contents of the cell to the top edge of the cell.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05100600.xhp b/source/text/shared/01/05100600.xhp
index 14857a22f5..b05a9fa641 100644
--- a/source/text/shared/01/05100600.xhp
+++ b/source/text/shared/01/05100600.xhp
@@ -29,7 +29,7 @@
<body>
<section id="center_vertical">
<bookmark xml-lang="en-US" branch="hid/.uno:CellVertCenter" id="bm_id3154766" localize="false"/>
-<paragraph role="heading" id="hd_id3149874" xml-lang="en-US" level="1"><link href="text/shared/01/05100600.xhp">Center (vertical)</link></paragraph>
+<h1 id="hd_id3149874"><link href="text/shared/01/05100600.xhp">Center (vertical)</link></h1>
<paragraph role="paragraph" id="par_id3149048" xml-lang="en-US"><ahelp hid=".">Centers the contents of the cell between top and bottom of the cell.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05100700.xhp b/source/text/shared/01/05100700.xhp
index 80b8c2c79d..0c057a9738 100644
--- a/source/text/shared/01/05100700.xhp
+++ b/source/text/shared/01/05100700.xhp
@@ -29,7 +29,7 @@
<body>
<section id="bottom">
<bookmark xml-lang="en-US" branch="hid/.uno:CellVertBottom" id="bm_id3151244" localize="false"/>
-<paragraph role="heading" id="hd_id3150249" xml-lang="en-US" level="1"><link href="text/shared/01/05100700.xhp">Bottom</link></paragraph>
+<h1 id="hd_id3150249"><link href="text/shared/01/05100700.xhp">Bottom</link></h1>
<paragraph role="paragraph" id="par_id3154764" xml-lang="en-US"><ahelp hid=".uno:CellVertBottom">Aligns the contents of the cell to the bottom edge of the cell.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05110000.xhp b/source/text/shared/01/05110000.xhp
index 5e7aef71a3..52560ee25b 100644
--- a/source/text/shared/01/05110000.xhp
+++ b/source/text/shared/01/05110000.xhp
@@ -36,7 +36,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3147366"><bookmark_value>text; font styles</bookmark_value>
<bookmark_value>fonts; styles</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3147366" xml-lang="en-US" level="1"><link href="text/shared/01/05110000.xhp">Style</link></paragraph>
+<h1 id="hd_id3147366"><link href="text/shared/01/05110000.xhp">Style</link></h1>
<paragraph role="paragraph" id="par_id3155620" xml-lang="en-US">Use this command to quickly apply font styles to a text selection.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05110500.xhp b/source/text/shared/01/05110500.xhp
index c718ebed1b..69d2c6ef37 100644
--- a/source/text/shared/01/05110500.xhp
+++ b/source/text/shared/01/05110500.xhp
@@ -38,7 +38,7 @@
<bookmark_value>shadows;characters, using context menu</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:Shadowed" id="bm_id3350498" localize="false"/>
-<paragraph role="heading" id="hd_id3154545" xml-lang="en-US" level="1"><link href="text/shared/01/05110500.xhp">Shadows</link></paragraph>
+<h1 id="hd_id3154545"><link href="text/shared/01/05110500.xhp">Shadows</link></h1>
<paragraph role="paragraph" id="par_id3151299" xml-lang="en-US"><ahelp hid=".uno:Shadowed">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05200000.xhp b/source/text/shared/01/05200000.xhp
index fe9c509979..fdfe7d1c1a 100644
--- a/source/text/shared/01/05200000.xhp
+++ b/source/text/shared/01/05200000.xhp
@@ -32,7 +32,7 @@
<body>
<section id="line">
<bookmark xml-lang="en-US" branch="hid/.uno:FormatLine" id="bm_id3154545" localize="false"/>
-<paragraph role="heading" id="hd_id3154350" xml-lang="en-US" level="1"><link href="text/shared/01/05200000.xhp">Line</link></paragraph>
+<h1 id="hd_id3154350"><link href="text/shared/01/05200000.xhp">Line</link></h1>
<paragraph role="paragraph" id="par_id3147588" xml-lang="en-US">
<variable id="linietext"><ahelp hid=".uno:FormatLine">Sets the formatting options for the selected line.</ahelp>
</variable></paragraph>
diff --git a/source/text/shared/01/05210000.xhp b/source/text/shared/01/05210000.xhp
index de8a7c1e4d..1a43bafc3d 100644
--- a/source/text/shared/01/05210000.xhp
+++ b/source/text/shared/01/05210000.xhp
@@ -34,7 +34,7 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/areadialog/AreaDialog" id="bm_id3146960" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/areadialog/@@nowidget@@" id="bm_id3146960" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:FormatArea" id="bm_id3154349" localize="false"/>
-<paragraph role="heading" id="hd_id3085157" xml-lang="en-US" level="1"><link href="text/shared/01/05210000.xhp">Area</link></paragraph>
+<h1 id="hd_id3085157"><link href="text/shared/01/05210000.xhp">Area</link></h1>
<paragraph role="paragraph" id="par_id3144436" xml-lang="en-US">
<variable id="flaechetext"><ahelp hid=".uno:FormatArea">Sets the fill properties of the selected drawing object.</ahelp>
</variable></paragraph>
diff --git a/source/text/shared/01/05230000.xhp b/source/text/shared/01/05230000.xhp
index 59e799b0a1..3deadbe48a 100644
--- a/source/text/shared/01/05230000.xhp
+++ b/source/text/shared/01/05230000.xhp
@@ -32,7 +32,7 @@
<body>
<section id="position_and_size">
<bookmark xml-lang="en-US" branch="hid/.uno:TransformDialog" id="bm_id2566032" localize="false"/>
-<paragraph role="heading" id="hd_id3152790" xml-lang="en-US" level="1"><link href="text/shared/01/05230000.xhp">Position and Size</link></paragraph>
+<h1 id="hd_id3152790"><link href="text/shared/01/05230000.xhp">Position and Size</link></h1>
<paragraph role="paragraph" id="par_id3157552" xml-lang="en-US"><variable id="groessetext"><ahelp hid=".uno:TransformDialog">Resizes, moves, rotates, or slants the selected object.</ahelp>
</variable></paragraph>
</section>
diff --git a/source/text/shared/01/05230500.xhp b/source/text/shared/01/05230500.xhp
index 3f0b28cefa..aff68cd030 100644
--- a/source/text/shared/01/05230500.xhp
+++ b/source/text/shared/01/05230500.xhp
@@ -38,7 +38,7 @@
<bookmark_value>captions, see also labels/callouts</bookmark_value>
<bookmark_value>names, see also labels/callouts</bookmark_value>
</bookmark><comment>mw made "labeling..." a two level entry and added 3 "see also" references</comment>
-<paragraph role="heading" id="hd_id3149038" xml-lang="en-US" level="1"><link href="text/shared/01/05230500.xhp">Callout</link></paragraph>
+<h1 id="hd_id3149038"><link href="text/shared/01/05230500.xhp">Callout</link></h1>
<paragraph role="paragraph" id="par_id3155069" xml-lang="en-US">Specify the properties of the selected callout.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05240000.xhp b/source/text/shared/01/05240000.xhp
index 68afdecd46..61fd1f7146 100644
--- a/source/text/shared/01/05240000.xhp
+++ b/source/text/shared/01/05240000.xhp
@@ -37,7 +37,7 @@
<bookmark_value>flipping draw objects</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:FlipMenu" id="bm_id7839594" localize="false"/>
-<paragraph role="heading" id="hd_id3151264" xml-lang="en-US" level="1"><link href="text/shared/01/05240000.xhp">Flip</link></paragraph>
+<h1 id="hd_id3151264"><link href="text/shared/01/05240000.xhp">Flip</link></h1>
<paragraph role="paragraph" id="par_id3145759" xml-lang="en-US"><ahelp hid=".">Flips the selected object horizontally, or vertically.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05240100.xhp b/source/text/shared/01/05240100.xhp
index f18d130e74..4f1035a2d3 100644
--- a/source/text/shared/01/05240100.xhp
+++ b/source/text/shared/01/05240100.xhp
@@ -32,7 +32,7 @@
<section id="vertically">
<bookmark xml-lang="en-US" branch="hid/.uno:MirrorVert" id="bm_id3130053" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:ObjectMirrorVertical" id="bm_id8976524" localize="false"/>
-<paragraph role="heading" id="hd_id3146959" xml-lang="en-US" level="1"><link href="text/shared/01/05240100.xhp">Vertically</link></paragraph>
+<h1 id="hd_id3146959"><link href="text/shared/01/05240100.xhp">Vertically</link></h1>
<paragraph role="paragraph" id="par_id3149741" xml-lang="en-US"><ahelp hid=".">Flips the selected object(s) vertically from top to bottom.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05240200.xhp b/source/text/shared/01/05240200.xhp
index 07fe0b989f..9784688ec9 100644
--- a/source/text/shared/01/05240200.xhp
+++ b/source/text/shared/01/05240200.xhp
@@ -32,7 +32,7 @@
<section id="horizontally">
<bookmark xml-lang="en-US" branch="hid/.uno:MirrorHorz" id="bm_id961748" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:ObjectMirrorHorizontal" id="bm_id6290416" localize="false"/>
-<paragraph role="heading" id="hd_id3147543" xml-lang="en-US" level="1"><link href="text/shared/01/05240200.xhp">Horizontally</link></paragraph>
+<h1 id="hd_id3147543"><link href="text/shared/01/05240200.xhp">Horizontally</link></h1>
<paragraph role="paragraph" id="par_id3146936" xml-lang="en-US"><ahelp hid=".">Flips the selected object(s) horizontally from left to right.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05250000.xhp b/source/text/shared/01/05250000.xhp
index 32c21a1536..45e148e2c5 100644
--- a/source/text/shared/01/05250000.xhp
+++ b/source/text/shared/01/05250000.xhp
@@ -43,7 +43,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:ObjectPosition" id="bm_id8728812" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:ArrangeMenu" id="bm_id3945738" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:ArrangeFrameMenu" id="bm_id0801200803311649" localize="false"/>
-<paragraph role="heading" id="hd_id3152427" xml-lang="en-US" level="1"><link href="text/shared/01/05250000.xhp">Arrange</link></paragraph>
+<h1 id="hd_id3152427"><link href="text/shared/01/05250000.xhp">Arrange</link></h1>
<paragraph role="paragraph" id="par_id3154230" xml-lang="en-US"><ahelp hid=".">Changes the stacking order of the selected object(s).</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05250100.xhp b/source/text/shared/01/05250100.xhp
index 6a52293583..1639ebe1ce 100644
--- a/source/text/shared/01/05250100.xhp
+++ b/source/text/shared/01/05250100.xhp
@@ -34,7 +34,7 @@
<section id="bring_to_front">
<bookmark branch="hid/.uno:BringToFront" xml-lang="en-US" id="bm_id3153136" localize="false"/>
-<paragraph id="hd_id3154044" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/05250100.xhp">Bring to Front</link></paragraph>
+<h1 id="hd_id3154044"><link href="text/shared/01/05250100.xhp">Bring to Front</link></h1>
<paragraph role="paragraph" id="par_id3149991" xml-lang="en-US"><ahelp hid=".uno:BringToFront" visibility="visible">Moves the selected object to the top of the stacking order, so that it is in front of other objects.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05250200.xhp b/source/text/shared/01/05250200.xhp
index daa4e63013..0d52822a13 100644
--- a/source/text/shared/01/05250200.xhp
+++ b/source/text/shared/01/05250200.xhp
@@ -30,7 +30,7 @@
<section id="bring_forward">
<bookmark xml-lang="en-US" branch="hid/.uno:Forward" id="bm_id9123117" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:ObjectForwardOne" id="bm_id0801200803082196" localize="false"/>
-<paragraph role="heading" id="hd_id3152790" xml-lang="en-US" level="1"><link href="text/shared/01/05250200.xhp">Bring Forward </link></paragraph>
+<h1 id="hd_id3152790"><link href="text/shared/01/05250200.xhp">Bring Forward </link></h1>
<paragraph role="paragraph" id="par_id3151264" xml-lang="en-US"><ahelp hid=".">Moves the selected object up one level, so that it is closer to top of the stacking order.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05250300.xhp b/source/text/shared/01/05250300.xhp
index 9e3a50dce3..306e50adec 100644
--- a/source/text/shared/01/05250300.xhp
+++ b/source/text/shared/01/05250300.xhp
@@ -30,7 +30,7 @@
<section id="send_backward">
<bookmark xml-lang="en-US" branch="hid/.uno:Backward" id="bm_id2505918" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:ObjectBackOne" id="bm_id0801200803071063" localize="false"/>
-<paragraph role="heading" id="hd_id3150146" xml-lang="en-US" level="1"><link href="text/shared/01/05250300.xhp">Send Backward</link></paragraph>
+<h1 id="hd_id3150146"><link href="text/shared/01/05250300.xhp">Send Backward</link></h1>
<paragraph role="paragraph" id="par_id3150794" xml-lang="en-US"><ahelp hid=".">Moves the selected object down one level, so that it is closer to the bottom of the stacking order.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05250400.xhp b/source/text/shared/01/05250400.xhp
index e8b426c6fd..0a652dab3a 100644
--- a/source/text/shared/01/05250400.xhp
+++ b/source/text/shared/01/05250400.xhp
@@ -34,7 +34,7 @@
<section id="send_to_back">
<bookmark branch="hid/.uno:SendToBack" xml-lang="en-US" id="bm_id3149987" localize="false"/>
-<paragraph id="hd_id3155620" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/05250400.xhp">Send to Back</link></paragraph>
+<h1 id="hd_id3155620"><link href="text/shared/01/05250400.xhp">Send to Back</link></h1>
<paragraph role="paragraph" id="par_id3156116" xml-lang="en-US"><ahelp hid=".uno:SendToBack" visibility="visible">Moves the selected object to the bottom of the stacking order, so that it is behind the other objects.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05270000.xhp b/source/text/shared/01/05270000.xhp
index d997b39673..e468b78143 100644
--- a/source/text/shared/01/05270000.xhp
+++ b/source/text/shared/01/05270000.xhp
@@ -32,7 +32,7 @@
<body>
<section id="edit_points">
<bookmark xml-lang="en-US" branch="hid/.uno:ToggleObjectBezierMode" id="bm_id3155620" localize="false"/>
-<paragraph role="heading" id="hd_id3155271" xml-lang="en-US" level="1"><link href="text/shared/01/05270000.xhp">Edit Points</link></paragraph>
+<h1 id="hd_id3155271"><link href="text/shared/01/05270000.xhp">Edit Points</link></h1>
<paragraph role="paragraph" id="par_id3153391" xml-lang="en-US"><ahelp hid=".uno:ToggleObjectBezierMode">Lets you change the shape of the selected drawing object.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05290000.xhp b/source/text/shared/01/05290000.xhp
index 8a0555efe1..ce3603cdc1 100644
--- a/source/text/shared/01/05290000.xhp
+++ b/source/text/shared/01/05290000.xhp
@@ -32,7 +32,7 @@
<body>
<section id="group">
<bookmark xml-lang="en-US" branch="hid/.uno:GroupMenu" id="bm_id6878566" localize="false"/>
-<paragraph role="heading" id="hd_id3150603" xml-lang="en-US" level="1"><link href="text/shared/01/05290000.xhp">Group</link></paragraph>
+<h1 id="hd_id3150603"><link href="text/shared/01/05290000.xhp">Group</link></h1>
<paragraph role="paragraph" id="par_id3153323" xml-lang="en-US"><ahelp hid=".">Groups keep together selected objects, so that they can be moved or formatted as a single object.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -47,13 +47,13 @@
<paragraph role="paragraph" id="par_id3154810" xml-lang="en-US">To exit a group, right-click, and then choose <switchinline select="appl"><caseinline select="DRAW"><emph>Exit Group</emph>
</caseinline><defaultinline>
<emph>Group - Exit Group</emph></defaultinline></switchinline></paragraph>
-<paragraph role="heading" id="hd_id3145120" xml-lang="en-US" level="2"><link href="text/shared/01/05290100.xhp">Group</link></paragraph>
+<h2 id="hd_id3145120"><link href="text/shared/01/05290100.xhp">Group</link></h2>
<embed href="text/shared/01/05290100.xhp#gruppierentext"/>
-<paragraph role="heading" id="hd_id3152474" xml-lang="en-US" level="2"><link href="text/shared/01/05290200.xhp">Ungroup</link></paragraph>
+<h2 id="hd_id3152474"><link href="text/shared/01/05290200.xhp">Ungroup</link></h2>
<embed href="text/shared/01/05290200.xhp#aufhebentext"/>
-<paragraph role="heading" id="hd_id3145609" xml-lang="en-US" level="2"><link href="text/shared/01/05290300.xhp">Enter Group</link></paragraph>
+<h2 id="hd_id3145609"><link href="text/shared/01/05290300.xhp">Enter Group</link></h2>
<embed href="text/shared/01/05290300.xhp#betretentext"/>
-<paragraph role="heading" id="hd_id3145068" xml-lang="en-US" level="2"><link href="text/shared/01/05290400.xhp">Exit Group</link></paragraph>
+<h2 id="hd_id3145068"><link href="text/shared/01/05290400.xhp">Exit Group</link></h2>
<embed href="text/shared/01/05290400.xhp#verlassentext"/>
</body>
</helpdocument>
diff --git a/source/text/shared/01/05290100.xhp b/source/text/shared/01/05290100.xhp
index 2a09995c53..a094d9c82c 100644
--- a/source/text/shared/01/05290100.xhp
+++ b/source/text/shared/01/05290100.xhp
@@ -32,7 +32,7 @@
<body>
-<bookmark branch="hid/.uno:FormatGroup" xml-lang="en-US" id="bm_id3150502" localize="false"/><paragraph id="hd_id3152823" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/05290100.xhp">Group</link></paragraph>
+<bookmark branch="hid/.uno:FormatGroup" xml-lang="en-US" id="bm_id3150502" localize="false"/><h1 id="hd_id3152823"><link href="text/shared/01/05290100.xhp">Group</link></h1>
<paragraph role="paragraph" id="par_id3154689" xml-lang="en-US"><variable id="gruppierentext"><ahelp hid=".uno:FormatGroup" visibility="visible">Groups the selected objects, so that they can be moved as a single object.</ahelp></variable></paragraph>
<section id="howtoget">
<embed href="text/shared/00/00040502.xhp#group"/>
diff --git a/source/text/shared/01/05290200.xhp b/source/text/shared/01/05290200.xhp
index 0cc3241577..cbe651d569 100644
--- a/source/text/shared/01/05290200.xhp
+++ b/source/text/shared/01/05290200.xhp
@@ -32,7 +32,7 @@
<body>
-<bookmark branch="hid/.uno:FormatUngroup" xml-lang="en-US" id="bm_id3155577" localize="false"/><paragraph id="hd_id3159217" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/05290200.xhp">Ungroup</link></paragraph>
+<bookmark branch="hid/.uno:FormatUngroup" xml-lang="en-US" id="bm_id3155577" localize="false"/><h1 id="hd_id3159217"><link href="text/shared/01/05290200.xhp">Ungroup</link></h1>
<paragraph role="paragraph" id="par_id3156116" xml-lang="en-US"><variable id="aufhebentext"><ahelp hid=".uno:FormatUngroup" visibility="visible">Breaks apart the selected group into individual objects.</ahelp></variable></paragraph>
<section id="howtoget">
<embed href="text/shared/00/00040502.xhp#ungroup"/>
diff --git a/source/text/shared/01/05290300.xhp b/source/text/shared/01/05290300.xhp
index 5571375a90..3cd3721ab6 100644
--- a/source/text/shared/01/05290300.xhp
+++ b/source/text/shared/01/05290300.xhp
@@ -29,7 +29,7 @@
</meta>
<body>
<bookmark branch="hid/.uno:EnterGroup" xml-lang="en-US" id="bm_id3150502" localize="false"/>
-<paragraph id="hd_id3083278" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/05290300.xhp">Enter Group</link></paragraph>
+<h1 id="hd_id3083278"><link href="text/shared/01/05290300.xhp">Enter Group</link></h1>
<paragraph role="paragraph" id="par_id3146856" xml-lang="en-US"><variable id="betretentext"><ahelp hid=".uno:EnterGroup" visibility="visible">Opens the selected group, so that you can edit the individual objects. If the selected group contains nested group, you can repeat this command on the subgroups.</ahelp></variable> This command does not permanently ungroup the objects.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00040502.xhp#enter_group"/>
diff --git a/source/text/shared/01/05290400.xhp b/source/text/shared/01/05290400.xhp
index 7932378360..1499708433 100644
--- a/source/text/shared/01/05290400.xhp
+++ b/source/text/shared/01/05290400.xhp
@@ -33,7 +33,7 @@
<bookmark branch="hid/.uno:LeaveGroup" xml-lang="en-US" id="bm_id3151260" localize="false"/>
-<paragraph id="hd_id3157552" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/05290400.xhp">Exit Group</link></paragraph>
+<h1 id="hd_id3157552"><link href="text/shared/01/05290400.xhp">Exit Group</link></h1>
<paragraph role="paragraph" id="par_id3147294" xml-lang="en-US"><variable id="verlassentext"><ahelp hid=".uno:LeaveGroup" visibility="visible">Exits the group, so that you can no longer edit the individual objects in the group.</ahelp></variable> If you are in a nested group, only the nested group is closed.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00040502.xhp#exit_group"/>
diff --git a/source/text/shared/01/05320000.xhp b/source/text/shared/01/05320000.xhp
index 379cf58b7f..91d0dccf63 100644
--- a/source/text/shared/01/05320000.xhp
+++ b/source/text/shared/01/05320000.xhp
@@ -32,7 +32,7 @@
<section id="text_animation">
<bookmark xml-lang="en-US" branch="hid/cui/ui/textanimtabpage/TextAnimation" id="bm_id3147477" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/textanimtabpage/@@nowidget@@" id="bm_id3147477" localize="false"/>
-<paragraph role="heading" id="hd_id3150014" xml-lang="en-US" level="1"><link href="text/shared/01/05320000.xhp">Text Animation</link></paragraph>
+<h1 id="hd_id3150014"><link href="text/shared/01/05320000.xhp">Text Animation</link></h1>
<paragraph role="paragraph" id="par_id3154788" xml-lang="en-US"><ahelp hid="cui/ui/textanimtabpage/TextAnimation">Adds an animation effect to the text in the selected drawing object.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -101,7 +101,7 @@
<h2 id="hd_id3152361">Properties</h2>
<bookmark xml-lang="en-US" branch="hid/cui/ui/textanimtabpage/TSB_START_INSIDE" id="bm_id3151056" localize="false"/><h3 id="hd_id3156434">Start Inside</h3>
<paragraph role="paragraph" id="par_id3150866" xml-lang="en-US"><ahelp hid="cui/ui/textanimtabpage/TSB_START_INSIDE">Text is visible and inside the drawing object when the effect is applied.</ahelp></paragraph>
-<bookmark xml-lang="en-US" branch="hid/cui/ui/textanimtabpage/TSB_STOP_INSIDE" id="bm_id3151108" localize="false"/><paragraph role="heading" id="hd_id3150359" xml-lang="en-US" level="3">Text visible when exiting<comment>i60202</comment></paragraph>
+<bookmark xml-lang="en-US" branch="hid/cui/ui/textanimtabpage/TSB_STOP_INSIDE" id="bm_id3151108" localize="false"/><h3 id="hd_id3150359">Text visible when exiting<comment>i60202</comment></h3>
<paragraph role="paragraph" id="par_id3154938" xml-lang="en-US"><ahelp hid="cui/ui/textanimtabpage/TSB_STOP_INSIDE">Text remains visible after the effect is applied.</ahelp></paragraph>
<h2 id="hd_id3155738">Animation effects</h2>
<paragraph role="paragraph" id="par_id3149291" xml-lang="en-US">Set the looping options for the animation effect.</paragraph>
diff --git a/source/text/shared/01/05320001.xhp b/source/text/shared/01/05320001.xhp
index c48bf617cd..4299131c22 100644
--- a/source/text/shared/01/05320001.xhp
+++ b/source/text/shared/01/05320001.xhp
@@ -27,7 +27,7 @@
<section id="text_animation">
<bookmark xml-lang="en-US" branch="hid/cui/ui/textcolumnstabpage/TextColumnsPage" id="bm_id3147477" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/textcolumnstabpage/@@nowidget@@" id="bm_id3147477" localize="false"/>
-<paragraph role="heading" id="hd_id3150014" xml-lang="en-US" level="1"><link href="text/shared/01/05320001.xhp">Text Columns</link></paragraph>
+<h1 id="hd_id3150014"><link href="text/shared/01/05320001.xhp">Text Columns</link></h1>
<paragraph role="paragraph" id="par_id3154788" xml-lang="en-US"><ahelp hid="cui/ui/textcolumnstabpage/TextColumnsPage">Adds columns to the text in the selected drawing object.</ahelp></paragraph>
</section>
<h2 id="hd_id3152821">Number of columns</h2>
diff --git a/source/text/shared/01/05320002.xhp b/source/text/shared/01/05320002.xhp
index 5b33d59c6a..56944f8e6d 100644
--- a/source/text/shared/01/05320002.xhp
+++ b/source/text/shared/01/05320002.xhp
@@ -27,7 +27,7 @@
<section id="theme">
<bookmark xml-lang="en-US" branch="hid/cui/ui/themetabpage/ThemePage" id="bm_id3147477" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/themetabpage/@@nowidget@@" id="bm_id3147477" localize="false"/>
-<paragraph role="heading" id="hd_id3150014" xml-lang="en-US" level="1"><link href="text/shared/01/05320002.xhp">Theme</link></paragraph>
+<h1 id="hd_id3150014"><link href="text/shared/01/05320002.xhp">Theme</link></h1>
<paragraph role="paragraph" id="par_id3154788" xml-lang="en-US"><ahelp hid="cui/ui/themetabpage/ThemePage">Adds colors to the selected master page.</ahelp></paragraph>
</section>
<h2 id="hd_id3152821">General</h2>
diff --git a/source/text/shared/01/05340200.xhp b/source/text/shared/01/05340200.xhp
index 22bc212dd0..340a12b2b9 100644
--- a/source/text/shared/01/05340200.xhp
+++ b/source/text/shared/01/05340200.xhp
@@ -42,7 +42,7 @@
<paragraph role="paragraph" id="par_id3152821" xml-lang="en-US">You can also change the width of a column by dragging the divider beside the column header.<switchinline select="appl"> <caseinline select="CALC"> To fit the column width to the cell contents, double-click the divider.</caseinline> </switchinline></paragraph>
<bookmark branch="hid/modules/scalc/ui/colwidthdialog/value" xml-lang="en-US" id="bm_id3154984" localize="false"/><bookmark branch="hid/dbaccess/ui/colwidthdialog/value" xml-lang="en-US" id="bm_id3153346" localize="false"/><h2 id="hd_id3149346">Width</h2>
<paragraph role="paragraph" id="par_id3147576" xml-lang="en-US"><ahelp hid="modules/scalc/ui/colwidthdialog/value" visibility="visible">Enter the column width that you want to use.</ahelp></paragraph>
- <bookmark branch="hid/modules/scalc/ui/colwidthdialog/default" xml-lang="en-US" id="bm_id3155392" localize="false"/><bookmark branch="hid/modules/scalc/ui/colwidthdialog/automatic" xml-lang="en-US" id="bm_id3157959" localize="false"/><paragraph id="hd_id3148621" role="heading" level="2" xml-lang="en-US"><switchinline select="appl"> <caseinline select="CALC">Default value</caseinline> <defaultinline>Automatic</defaultinline> </switchinline></paragraph>
+ <bookmark branch="hid/modules/scalc/ui/colwidthdialog/default" xml-lang="en-US" id="bm_id3155392" localize="false"/><bookmark branch="hid/modules/scalc/ui/colwidthdialog/automatic" xml-lang="en-US" id="bm_id3157959" localize="false"/><h2 id="hd_id3148621"><switchinline select="appl"> <caseinline select="CALC">Default value</caseinline> <defaultinline>Automatic</defaultinline> </switchinline></h2>
<paragraph role="paragraph" id="par_id3147008" xml-lang="en-US"><ahelp hid="modules/scalc/ui/colwidthdialog/default" visibility="visible">Automatically adjusts the column width based on the current font.</ahelp></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/01/05340300.xhp b/source/text/shared/01/05340300.xhp
index 3ecec63e9a..16f1f51306 100644
--- a/source/text/shared/01/05340300.xhp
+++ b/source/text/shared/01/05340300.xhp
@@ -33,7 +33,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/cellalignment/CellAlignPage" id="bm_id3147477" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/cellalignment/@@nowidget@@" id="bm_id3147477" localize="false"/>
-<paragraph role="heading" id="hd_id3154545" xml-lang="en-US" level="1"><link href="text/shared/01/05340300.xhp">Alignment</link></paragraph>
+<h1 id="hd_id3154545"><link href="text/shared/01/05340300.xhp">Alignment</link></h1>
<paragraph role="paragraph" id="par_id3155577" xml-lang="en-US"><ahelp hid="cui/ui/cellalignment/CellAlignPage">Sets the alignment options for the contents of the current cell, or the selected cells.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05340404.xhp b/source/text/shared/01/05340404.xhp
index 2f01af09cb..0ac5bc4c56 100644
--- a/source/text/shared/01/05340404.xhp
+++ b/source/text/shared/01/05340404.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="delete_rows">
-<paragraph role="heading" id="hd_id3147617" xml-lang="en-US" level="1"><link href="text/shared/01/05340404.xhp">Delete Rows</link></paragraph>
+<h1 id="hd_id3147617"><link href="text/shared/01/05340404.xhp">Delete Rows</link></h1>
<paragraph role="paragraph" id="par_id3147000" xml-lang="en-US"><ahelp hid=".">Deletes the selected row(s).</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05340500.xhp b/source/text/shared/01/05340500.xhp
index 7ca333dc0f..e60ea8482e 100644
--- a/source/text/shared/01/05340500.xhp
+++ b/source/text/shared/01/05340500.xhp
@@ -33,7 +33,7 @@
</meta>
<body>
<section id="hide_columns">
-<paragraph role="heading" id="hd_id3148882" xml-lang="en-US" level="1"><link href="text/shared/01/05340500.xhp">Hide Columns</link></paragraph>
+<h1 id="hd_id3148882"><link href="text/shared/01/05340500.xhp">Hide Columns</link></h1>
<paragraph role="paragraph" id="par_id3155620" xml-lang="en-US"><ahelp hid=".">Hides the selected column(s). To display hidden columns, right-click any column header, and then choose <emph>Show Columns</emph>.</ahelp></paragraph>
</section>
</body>
diff --git a/source/text/shared/01/05340600.xhp b/source/text/shared/01/05340600.xhp
index 32082b40dd..094e5171e7 100644
--- a/source/text/shared/01/05340600.xhp
+++ b/source/text/shared/01/05340600.xhp
@@ -33,7 +33,7 @@
</meta>
<body>
<section id="alleeinblenden">
-<paragraph role="heading" id="hd_id3152876" xml-lang="en-US" level="1"><link href="text/shared/01/05340600.xhp">Show Columns</link></paragraph>
+<h1 id="hd_id3152876"><link href="text/shared/01/05340600.xhp">Show Columns</link></h1>
<paragraph role="paragraph" id="par_id3147212" xml-lang="en-US"><ahelp hid=".">Displays hidden columns. Choose the column that you want to display from the list, or click <emph>All </emph>to display all of the hidden columns.</ahelp></paragraph>
</section>
</body>
diff --git a/source/text/shared/01/06010500.xhp b/source/text/shared/01/06010500.xhp
index 3b3b0ba0db..0a1020eaf2 100644
--- a/source/text/shared/01/06010500.xhp
+++ b/source/text/shared/01/06010500.xhp
@@ -29,7 +29,7 @@
<body>
<section id="language">
<bookmark xml-lang="en-US" branch="hid/.uno:LanguageMenu" id="bm_id7076326" localize="false"/>
-<paragraph role="heading" id="par_idN1055C" xml-lang="en-US" level="1"><link href="text/shared/01/06010500.xhp">Language</link></paragraph>
+<h1 id="par_idN1055C"><link href="text/shared/01/06010500.xhp">Language</link></h1>
<paragraph role="paragraph" id="par_idN1056C" xml-lang="en-US"><ahelp hid=".">Opens a submenu where you can choose language specific commands.</ahelp></paragraph>
</section>
<switch select="appl">
diff --git a/source/text/shared/01/06010600.xhp b/source/text/shared/01/06010600.xhp
index 12abf54101..a5827d23be 100644
--- a/source/text/shared/01/06010600.xhp
+++ b/source/text/shared/01/06010600.xhp
@@ -38,7 +38,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:ChineseConversion" id="bm_id9033860" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svx/ui/chineseconversiondialog/ChineseConversionDialog" id="bm_id2549516" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svx/ui/chineseconversiondialog/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
-<paragraph role="heading" id="par_idN10547" xml-lang="en-US" level="1"><link href="text/shared/01/06010600.xhp">Chinese Conversion</link></paragraph>
+<h1 id="par_idN10547"><link href="text/shared/01/06010600.xhp">Chinese Conversion</link></h1>
<paragraph role="paragraph" id="par_idN10557" xml-lang="en-US"><ahelp hid=".">Converts the selected Chinese text from one Chinese writing system to the other. If no text is selected, the entire document is converted.</ahelp> You can only use this command if you enable Asian language support in <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - Language Settings - Languages</menuitem>.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/06040400.xhp b/source/text/shared/01/06040400.xhp
index 8fc0fbe5ea..c8d786b60e 100644
--- a/source/text/shared/01/06040400.xhp
+++ b/source/text/shared/01/06040400.xhp
@@ -36,7 +36,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/applylocalizedpage/ApplyLocalizedPage" id="bm_id59906554" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/applylocalizedpage/@@nowidget@@" id="bm_id59906554" localize="false"/>
-<paragraph role="heading" id="hd_id3153899" xml-lang="en-US" level="1"><link href="text/shared/01/06040400.xhp">Localized Options</link></paragraph>
+<h1 id="hd_id3153899"><link href="text/shared/01/06040400.xhp">Localized Options</link></h1>
<paragraph role="paragraph" id="par_id3149748" xml-lang="en-US"><ahelp hid=".">Specify the AutoCorrect options for quotation marks and for options that are specific to the language of the text.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -57,7 +57,7 @@
<h2 id="hd_id3159500">Transliterate to Old Hungarian if the text direction is from right to left</h2>
<paragraph xml-lang="en-US" id="par_id3155173" role="paragraph">Words and numbers are transliterated to Old Hungarian script, if the text direction is from right to left using complex text layout.</paragraph>
<embed href="text/shared/guide/ctl.xhp#ctl"/>
-<paragraph xml-lang="en-US" id="hd_id3159600" role="heading" level="2">Replace &lt;&lt; and &gt;&gt; with angle quotes<comment>Hungarian translators: use the order &gt;&gt; and &lt;&lt;, according to the orthography of quotations.</comment></paragraph>
+<h2 id="hd_id3159600">Replace &lt;&lt; and &gt;&gt; with angle quotes<comment>Hungarian translators: use the order &gt;&gt; and &lt;&lt;, according to the orthography of quotations.</comment></h2>
<paragraph xml-lang="en-US" id="par_id3155273" role="paragraph">Automatically replaces double less-than and greater-than signs with double angle quotes « and » in several languages, and with single angle quotes ‹ and › in Swiss French.</paragraph>
<h2 id="hd_id3154682">Single Quotes / Double Quotes</h2>
diff --git a/source/text/shared/01/06040600.xhp b/source/text/shared/01/06040600.xhp
index 35ff5cdd26..822b2feba0 100644
--- a/source/text/shared/01/06040600.xhp
+++ b/source/text/shared/01/06040600.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<section id="word_completion">
- <paragraph xml-lang="en-US" id="hd_id3148882" role="heading" level="1"><link href="text/shared/01/06040600.xhp">Word Completion</link></paragraph>
+ <h1 id="hd_id3148882"><link href="text/shared/01/06040600.xhp">Word Completion</link></h1>
<paragraph xml-lang="en-US" id="par_id3153624" role="paragraph">Set the options for completing frequently occurring words while you type.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/06130010.xhp b/source/text/shared/01/06130010.xhp
index e533ab34a6..7cb0732871 100644
--- a/source/text/shared/01/06130010.xhp
+++ b/source/text/shared/01/06130010.xhp
@@ -29,7 +29,7 @@
<body>
<section id="recordmacro">
<bookmark xml-lang="en-US" branch="hid/.uno:MacroRecorder" id="bm_id986626" localize="false"/>
-<paragraph role="heading" id="hd_id3153383" xml-lang="en-US" level="1"><link href="text/shared/01/06130010.xhp">Record Macro</link></paragraph>
+<h1 id="hd_id3153383"><link href="text/shared/01/06130010.xhp">Record Macro</link></h1>
<paragraph role="paragraph" id="par_id3152952" xml-lang="en-US"><ahelp hid=".uno:MacroRecorder">Records a new macro.</ahelp> Only available, if macro recording feature is enabled in <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Advanced</emph>.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/06140500.xhp b/source/text/shared/01/06140500.xhp
index e5a94ba07e..e8b824aa00 100644
--- a/source/text/shared/01/06140500.xhp
+++ b/source/text/shared/01/06140500.xhp
@@ -34,7 +34,7 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/macroassignpage/@@nowidget@@" id="bm_id1163922276" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/macroassigndialog/MacroAssignDialog" id="bm_id1163922277" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/macroassigndialog/@@nowidget@@" id="bm_id1163922277" localize="false"/>
- <paragraph role="heading" id="hd_id3152427" xml-lang="en-US" level="1"><link href="text/shared/01/06140500.xhp">Events</link></paragraph>
+ <h1 id="hd_id3152427"><link href="text/shared/01/06140500.xhp">Events</link></h1>
<paragraph role="paragraph" id="par_id3152937" xml-lang="en-US"><variable id="assignaction"><ahelp hid=".">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/06150120.xhp b/source/text/shared/01/06150120.xhp
index be9788a7e6..3614a5c972 100644
--- a/source/text/shared/01/06150120.xhp
+++ b/source/text/shared/01/06150120.xhp
@@ -32,7 +32,7 @@
<body>
<bookmark branch="hid/filter/ui/xmlfiltertabpagetransformation/XmlFilterTabPageTransformation" xml-lang="en-US" id="bm_id3148731" localize="false"/>
<bookmark branch="hid/filter/ui/xmlfiltertabpagetransformation/@@nowidget@@" xml-lang="en-US" id="bm_id3148731" localize="false"/>
- <paragraph id="hd_id3147477" role="heading" level="1" xml-lang="en-US"><variable id="transformation"><link href="text/shared/01/06150120.xhp">Transformation</link></variable></paragraph>
+ <h1 id="hd_id3147477"><variable id="transformation"><link href="text/shared/01/06150120.xhp">Transformation</link></variable></h1>
<paragraph role="paragraph" id="par_id3154350" xml-lang="en-US"><ahelp visibility="visible" hid=".">Enter or edit file information for an <link href="text/shared/01/06150000.xhp">XML filter</link>.</ahelp></paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#xmlfilteredit"/>
diff --git a/source/text/shared/01/06150210.xhp b/source/text/shared/01/06150210.xhp
index 42f0920ef3..bacb8d9280 100644
--- a/source/text/shared/01/06150210.xhp
+++ b/source/text/shared/01/06150210.xhp
@@ -32,7 +32,7 @@
<body>
- <bookmark branch="hid/FILTER_HID_XML_FILTER_TEST_VALIDATE_OUTPUT" xml-lang="en-US" id="bm_id3153136" localize="false"/><bookmark branch="hid/FILTER_HID_XML_FILTER_OUTPUT_WINDOW" xml-lang="en-US" id="bm_id3152790" localize="false"/><paragraph id="hd_id3158397" role="heading" level="1" xml-lang="en-US"><variable id="xmlfilteroutput"><link href="text/shared/01/06150210.xhp">XML Filter output</link></variable></paragraph>
+ <bookmark branch="hid/FILTER_HID_XML_FILTER_TEST_VALIDATE_OUTPUT" xml-lang="en-US" id="bm_id3153136" localize="false"/><bookmark branch="hid/FILTER_HID_XML_FILTER_OUTPUT_WINDOW" xml-lang="en-US" id="bm_id3152790" localize="false"/><h1 id="hd_id3158397"><variable id="xmlfilteroutput"><link href="text/shared/01/06150210.xhp">XML Filter output</link></variable></h1>
<paragraph role="paragraph" id="par_id3153882" xml-lang="en-US"><ahelp visibility="visible" hid="HID_XML_FILTER_OUTPUT_WINDOW">Lists the test results of an <link href="text/shared/01/06150000.xhp">XML filter</link>.</ahelp></paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#xmlfilter"/>
diff --git a/source/text/shared/01/06200000.xhp b/source/text/shared/01/06200000.xhp
index eb8343435e..83a5697b14 100644
--- a/source/text/shared/01/06200000.xhp
+++ b/source/text/shared/01/06200000.xhp
@@ -37,7 +37,7 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/hangulhanjaconversiondialog/HangulHanjaConversionDialog" id="bm_id3156130" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/hangulhanjaconversiondialog/@@nowidget@@" id="bm_id3156130" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:HangulHanjaConversion" id="bm_id3150702" localize="false"/>
-<paragraph role="heading" id="hd_id3155757" xml-lang="en-US" level="1"><link href="text/shared/01/06200000.xhp">Hangul/Hanja Conversion</link></paragraph>
+<h1 id="hd_id3155757"><link href="text/shared/01/06200000.xhp">Hangul/Hanja Conversion</link></h1>
<paragraph role="paragraph" id="par_id3146060" xml-lang="en-US"><ahelp hid=".">Converts the selected Korean text from Hangul to Hanja or from Hanja to Hangul.</ahelp> The menu command can only be called if you enable Asian language support under <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Languages</emph>, and if a text formatted in Korean language is selected.</paragraph>
</section>
<section id="howtoget">
@@ -68,16 +68,16 @@
<h3 id="hd_id3150443">Hangul (Hanja)</h3>
<paragraph role="paragraph" id="par_id3149192" xml-lang="en-US"><ahelp hid=".">The Hanja part will be displayed in brackets after the Hangul part.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/hangulhanjaconversiondialog/hangul_above" id="bm_id3158432" localize="false"/>
-<paragraph role="heading" id="hd_id3150119" xml-lang="en-US" level="3">Hanja as ruby text above<comment>To translators: this describes the visible graphical control - it is not part of the sources</comment></paragraph>
+<h3 id="hd_id3150119">Hanja as ruby text above<comment>To translators: this describes the visible graphical control - it is not part of the sources</comment></h3>
<paragraph role="paragraph" id="par_id3154173" xml-lang="en-US"><ahelp hid=".">The Hanja part will be displayed as ruby text above the Hangul part.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/hangulhanjaconversiondialog/hangul_below" id="bm_id3149902" localize="false"/>
-<paragraph role="heading" id="hd_id3159400" xml-lang="en-US" level="3">Hanja as ruby text below<comment>To translators: this describes the visible graphical control - it is not part of the sources</comment></paragraph>
+<h3 id="hd_id3159400">Hanja as ruby text below<comment>To translators: this describes the visible graphical control - it is not part of the sources</comment></h3>
<paragraph role="paragraph" id="par_id3156155" xml-lang="en-US"><ahelp hid=".">The Hanja part will be displayed as ruby text below the Hangul part.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/hangulhanjaconversiondialog/hanja_above" id="bm_id3153698" localize="false"/>
-<paragraph role="heading" id="hd_id3150085" xml-lang="en-US" level="3">Hangul as ruby text above<comment>To translators: this describes the visible graphical control - it is not part of the sources</comment></paragraph>
+<h3 id="hd_id3150085">Hangul as ruby text above<comment>To translators: this describes the visible graphical control - it is not part of the sources</comment></h3>
<paragraph role="paragraph" id="par_id3150771" xml-lang="en-US"><ahelp hid=".">The Hangul part will be displayed as ruby text above the Hanja part.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/hangulhanjaconversiondialog/hanja_below" id="bm_id3153348" localize="false"/>
-<paragraph role="heading" id="hd_id3155831" xml-lang="en-US" level="3">Hangul as ruby text below<comment>To translators: this describes the visible graphical control - it is not part of the sources</comment></paragraph>
+<h3 id="hd_id3155831">Hangul as ruby text below<comment>To translators: this describes the visible graphical control - it is not part of the sources</comment></h3>
<paragraph role="paragraph" id="par_id3157909" xml-lang="en-US"><ahelp hid=".">The Hangul part will be displayed as ruby text below the Hanja part.</ahelp></paragraph>
<h2 id="hd_id3148826">Conversion</h2>
<paragraph role="paragraph" id="par_id3159157" xml-lang="en-US">Normally in a mixed text selection made of Hangul and Hanja characters, all Hangul characters will be converted to Hanja and all Hanja characters will be converted to Hangul. If you want to convert a mixed text selection only in one direction, use the following conversion options.</paragraph>
diff --git a/source/text/shared/01/07010000.xhp b/source/text/shared/01/07010000.xhp
index 576db770e8..f9aae948b6 100644
--- a/source/text/shared/01/07010000.xhp
+++ b/source/text/shared/01/07010000.xhp
@@ -35,7 +35,7 @@
<bookmark_value>windows;new</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:NewWindow" id="bm_id3146856" localize="false"/>
-<paragraph role="heading" id="hd_id3148882" xml-lang="en-US" level="1"><link href="text/shared/01/07010000.xhp">New Window</link></paragraph>
+<h1 id="hd_id3148882"><link href="text/shared/01/07010000.xhp">New Window</link></h1>
<paragraph role="paragraph" id="par_id3158442" xml-lang="en-US"><ahelp hid=".uno:NewWindow">Opens a new window that displays the contents of the current window.</ahelp> You can now view different parts of the same document at the same time.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/07080000.xhp b/source/text/shared/01/07080000.xhp
index 87d8438d61..c57b06a515 100644
--- a/source/text/shared/01/07080000.xhp
+++ b/source/text/shared/01/07080000.xhp
@@ -33,7 +33,7 @@
<section id="document_list">
- <paragraph id="hd_id3155620" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/07080000.xhp">Document List</link></paragraph>
+ <h1 id="hd_id3155620"><link href="text/shared/01/07080000.xhp">Document List</link></h1>
<paragraph role="paragraph" id="par_id3147273" xml-lang="en-US">Lists the currently open documents. Select the name of a document in the list to switch to that document.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/font_features.xhp b/source/text/shared/01/font_features.xhp
index 70e2bbc44b..857141ebad 100644
--- a/source/text/shared/01/font_features.xhp
+++ b/source/text/shared/01/font_features.xhp
@@ -24,7 +24,7 @@
<section id="fontresourcesentry">
<bookmark id="bm_id351541769624075" xml-lang="en-US" branch="hid/cui/ui/fontfeaturesdialog/FontFeaturesDialog" localize="false"/>
<bookmark id="bm_id351541769624075" xml-lang="en-US" branch="hid/cui/ui/fontfeaturesdialog/@@nowidget@@" localize="false"/>
- <paragraph id="hd_id581541769624076" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/font_features.xhp">Font Features</link></paragraph>
+ <h1 id="hd_id581541769624076"><link href="text/shared/01/font_features.xhp">Font Features</link></h1>
<paragraph id="par_id501541769624078" role="paragraph" xml-lang="en-US"><variable id="variable name"><ahelp hid=".">Select and apply font typographical features to characters.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/image_compression.xhp b/source/text/shared/01/image_compression.xhp
index a5ec5f3ec5..0de0376911 100644
--- a/source/text/shared/01/image_compression.xhp
+++ b/source/text/shared/01/image_compression.xhp
@@ -25,7 +25,7 @@
<section id="imagecompression">
<bookmark id="bm_id501534528193620" xml-lang="en-US" branch="hid/svx/ui/compressgraphicdialog/CompressGraphicDialog" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svx/ui/compressgraphicdialog/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
- <paragraph id="hd_id581534528193621" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/image_compression.xhp">Compress Image</link></paragraph>
+ <h1 id="hd_id581534528193621"><link href="text/shared/01/image_compression.xhp">Compress Image</link></h1>
<paragraph id="par_id951534528193622" role="paragraph" xml-lang="en-US"><variable id="variable name"><ahelp hid=".">Compress the selected image to reduce its data size and resize the image in the document.</ahelp></variable></paragraph>
</section>
<paragraph role="paragraph" id="par_id881534528843361" xml-lang="en-US">
diff --git a/source/text/shared/01/menu_edit_find.xhp b/source/text/shared/01/menu_edit_find.xhp
index a7cce8d284..4403ca3029 100644
--- a/source/text/shared/01/menu_edit_find.xhp
+++ b/source/text/shared/01/menu_edit_find.xhp
@@ -22,7 +22,7 @@
<section id="find">
<bookmark xml-lang="en-US" branch="hid/vnd.sun.star.findbar:FocusToFindbar" id="bm_id102920151224228356" localize="false"/>
-<paragraph id="hd_id102920151222294818" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/menu_edit_find.xhp">Find</link></paragraph>
+<h1 id="hd_id102920151222294818"><link href="text/shared/01/menu_edit_find.xhp">Find</link></h1>
<paragraph id="par_id10292015122231415" role="paragraph" xml-lang="en-US"><ahelp hid=".">Toggle the visibility of the <emph>Find</emph> toolbar to search for text or navigate a document by element.</ahelp></paragraph>
</section>
diff --git a/source/text/shared/01/menu_view_sidebar.xhp b/source/text/shared/01/menu_view_sidebar.xhp
index 276290aa5d..872138c37d 100644
--- a/source/text/shared/01/menu_view_sidebar.xhp
+++ b/source/text/shared/01/menu_view_sidebar.xhp
@@ -22,7 +22,7 @@
<section id="sidebar">
<bookmark xml-lang="en-US" branch="hid/.uno:Sidebar" id="bm_id102720150841275009" localize="false"/>
-<paragraph id="hd_id102720150837294513" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/menu_view_sidebar.xhp">Sidebar</link></paragraph>
+<h1 id="hd_id102720150837294513"><link href="text/shared/01/menu_view_sidebar.xhp">Sidebar</link></h1>
<paragraph id="par_id10272015084124189" role="paragraph" xml-lang="en-US"><ahelp hid=".">The Sidebar is a vertical graphical user interface that primarily provides contextual properties, style management, document navigation, and media gallery features.</ahelp></paragraph>
</section>
<paragraph id="par_id10272015084124198" role="paragraph" xml-lang="en-US">The sidebar is docked on the right or left side of the document view area and contains a tab bar with tab buttons, that when clicked show a different tab deck.</paragraph>
diff --git a/source/text/shared/01/online_update_dialog.xhp b/source/text/shared/01/online_update_dialog.xhp
index 0bd298a4b8..2f3d7521ea 100644
--- a/source/text/shared/01/online_update_dialog.xhp
+++ b/source/text/shared/01/online_update_dialog.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/SFX2_HID_DLG_CHECKFORONLINEUPDATE" id="bm_id2912686" localize="false"/>
-<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_CHECK_FOR_UPD_DLG" id="bm_id9766533" localize="false"/><paragraph role="heading" id="hd_id4959257" xml-lang="en-US" level="1"><link href="text/shared/01/online_update_dialog.xhp">Check for Updates</link></paragraph><comment>UFI: this is the dialog</comment><paragraph role="paragraph" id="par_id1906491" xml-lang="en-US"><ahelp hid=".">Checks for available updates to your version of %PRODUCTNAME. If a newer version is available, you can choose to download the update. After downloading, if you have write permissions for the installation directory, you can install the update.</ahelp></paragraph>
+<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_CHECK_FOR_UPD_DLG" id="bm_id9766533" localize="false"/><h1 id="hd_id4959257"><link href="text/shared/01/online_update_dialog.xhp">Check for Updates</link></h1><comment>UFI: this is the dialog</comment><paragraph role="paragraph" id="par_id1906491" xml-lang="en-US"><ahelp hid=".">Checks for available updates to your version of %PRODUCTNAME. If a newer version is available, you can choose to download the update. After downloading, if you have write permissions for the installation directory, you can install the update.</ahelp></paragraph>
<paragraph role="paragraph" id="par_id4799340" xml-lang="en-US">Once the download starts, you see a progress bar and three buttons on the dialog. You can pause and resume the download by clicking the Pause and Resume buttons. Click Cancel to abort the download and delete the partly downloaded file.</paragraph>
<paragraph role="paragraph" id="par_id1502121" xml-lang="en-US">By default, downloads will be stored to your desktop. You can change the folder where the downloaded file will be stored in <switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Online Update.</paragraph>
<paragraph role="paragraph" id="par_id8266853" xml-lang="en-US">After the download is complete, you can click Install to start the installation of the update. You see a confirmation dialog, where you can choose to close %PRODUCTNAME.</paragraph>
diff --git a/source/text/shared/01/password_dlg.xhp b/source/text/shared/01/password_dlg.xhp
index 0883b8a0a4..96a377e138 100644
--- a/source/text/shared/01/password_dlg.xhp
+++ b/source/text/shared/01/password_dlg.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="hid/uui/ui/password/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/password/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/password/PasswordDialog" id="bm_id3152877" localize="false"/>
- <paragraph xml-lang="en-US" id="hd_id3146902" role="heading" level="1"><link href="text/shared/01/password_dlg.xhp">Password</link></paragraph>
+ <h1 id="hd_id3146902"><link href="text/shared/01/password_dlg.xhp">Password</link></h1>
<paragraph xml-lang="en-US" id="par_id3154350" role="paragraph">Assigns a password to prevent users from making unauthorized changes.</paragraph>
<embed href="text/shared/01/password_main.xhp#password_rules"/>
diff --git a/source/text/shared/01/profile_safe_mode.xhp b/source/text/shared/01/profile_safe_mode.xhp
index b337c1c8f4..45778b4912 100644
--- a/source/text/shared/01/profile_safe_mode.xhp
+++ b/source/text/shared/01/profile_safe_mode.xhp
@@ -24,7 +24,7 @@
<bookmark_value>profile;safe mode</bookmark_value>
</bookmark>
- <paragraph id="hd_id281120160939034500" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/profile_safe_mode.xhp">Safe Mode</link></paragraph>
+ <h1 id="hd_id281120160939034500"><link href="text/shared/01/profile_safe_mode.xhp">Safe Mode</link></h1>
<paragraph id="par_id281120160939285779" role="paragraph" xml-lang="en-US"><ahelp hid=".">Safe mode is a mode where %PRODUCTNAME temporarily starts with a fresh user profile and disables hardware acceleration. It helps to restore a non-working %PRODUCTNAME instance.
</ahelp></paragraph>
</section>
diff --git a/source/text/shared/01/signexistingpdf.xhp b/source/text/shared/01/signexistingpdf.xhp
index c29e7ef087..ea117ecb12 100644
--- a/source/text/shared/01/signexistingpdf.xhp
+++ b/source/text/shared/01/signexistingpdf.xhp
@@ -19,7 +19,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id581526779778738">
<bookmark_value>digital signature;signing existing PDF</bookmark_value>
</bookmark>
- <paragraph role="heading" id="hd_id201526432498222" level="1" xml-lang="en-US"><variable id="signexistingpdf"><link href="text/shared/01/signexistingpdf.xhp">Signing Existing PDF files</link></variable></paragraph>
+ <h1 id="hd_id201526432498222"><variable id="signexistingpdf"><link href="text/shared/01/signexistingpdf.xhp">Signing Existing PDF files</link></variable></h1>
<paragraph role="paragraph" id="par_id41526423955118" xml-lang="en-US">%PRODUCTNAME can digitally sign an existing PDF document.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#digitalsignexistingpdf"/>
diff --git a/source/text/shared/01/webhtml.xhp b/source/text/shared/01/webhtml.xhp
index a5f55e678d..e641e48ee8 100644
--- a/source/text/shared/01/webhtml.xhp
+++ b/source/text/shared/01/webhtml.xhp
@@ -31,7 +31,7 @@
<body>
<section id="previewinbrowser">
<section id="webhtml">
-<bookmark xml-lang="en-US" branch="hid/.uno:WebHtml" id="bm_id8864406" localize="false"/><paragraph role="heading" id="hd_id3901181" xml-lang="en-US" level="1"><link href="text/shared/01/webhtml.xhp">Preview in Web Browser</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/.uno:WebHtml" id="bm_id8864406" localize="false"/><h1 id="hd_id3901181"><link href="text/shared/01/webhtml.xhp">Preview in Web Browser</link></h1>
<paragraph role="paragraph" id="par_id8309274" xml-lang="en-US"><ahelp hid=".">Creates a temporary copy of the current document in HTML format, opens the system default Web browser, and displays the HTML file in the Web browser.</ahelp></paragraph>
</section>
</section>
diff --git a/source/text/shared/01/xformsdatatab.xhp b/source/text/shared/01/xformsdatatab.xhp
index 4320926be6..796248a0c0 100644
--- a/source/text/shared/01/xformsdatatab.xhp
+++ b/source/text/shared/01/xformsdatatab.xhp
@@ -26,7 +26,7 @@
</meta>
<body>
<section id="data">
- <paragraph xml-lang="en-US" id="hd_id5766472" role="heading" level="1"><link href="text/shared/01/xformsdatatab.xhp">Data (for XML Form Documents)</link></paragraph>
+ <h1 id="hd_id5766472"><link href="text/shared/01/xformsdatatab.xhp">Data (for XML Form Documents)</link></h1>
<paragraph xml-lang="en-US" id="par_id1161534" role="paragraph">The <emph>Data</emph> tab page of the <emph>Properties</emph> dialog for an XML Form document offers some XML forms settings.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/02/01170004.xhp b/source/text/shared/02/01170004.xhp
index bc76b2b237..8d0c5852a9 100644
--- a/source/text/shared/02/01170004.xhp
+++ b/source/text/shared/02/01170004.xhp
@@ -54,9 +54,9 @@
<paragraph role="paragraph" id="par_id3149763" xml-lang="en-US"><ahelp hid="cui/ui/showcoldialog/ShowColDialog">In the <emph>Show Columns</emph> dialog you can select the columns to be shown. Hold down the <emph>Shift</emph> or <switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline> key to select multiple entries.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/SVX_HID_FM_SHOWALLCOLS" id="bm_id3145119" localize="false"/><h3 id="hd_id3153561">All</h3>
<paragraph role="paragraph" id="par_id3150504" xml-lang="en-US"><ahelp hid="SID_FM_SHOWALLCOLS">Click <emph>All</emph> if you want to show all columns.</ahelp></paragraph>
-<paragraph role="heading" id="hd_id3153349" xml-lang="en-US" level="2">Keyboard-only control of <emph>Table Controls</emph></paragraph>
+<h2 id="hd_id3153349">Keyboard-only control of <emph>Table Controls</emph></h2>
<paragraph role="paragraph" id="par_id3149416" xml-lang="en-US">If you use the keyboard only to travel through controls in your document, you will find one difference to the other types of controls: the <emph>Tab</emph> key does not move the cursor to the next control, but moves to the next column inside the table control. Press <switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>+<emph>Tab</emph> to move to the next control, or press <emph>Shift</emph>+<switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>+<emph>Tab</emph> to move to the previous control.</paragraph>
-<paragraph role="heading" id="hd_id3153062" xml-lang="en-US" level="3">To enter the special keyboard-only edit mode for <emph>Table Controls</emph>:</paragraph>
+<h3 id="hd_id3153062">To enter the special keyboard-only edit mode for <emph>Table Controls</emph>:</h3>
<paragraph role="paragraph" id="par_id3144510" xml-lang="en-US">The form document must be in <link href="text/shared/02/01170500.xhp"><emph>Design mode</emph></link>.</paragraph>
<list type="ordered">
<listitem>
diff --git a/source/text/shared/02/01170200.xhp b/source/text/shared/02/01170200.xhp
index fc5f336aa8..c75f76dbd5 100644
--- a/source/text/shared/02/01170200.xhp
+++ b/source/text/shared/02/01170200.xhp
@@ -34,7 +34,7 @@
<section id="form_properties">
<bookmark branch="index" xml-lang="en-US" id="bm_id3147285"><bookmark_value>forms; properties</bookmark_value><bookmark_value>properties; forms</bookmark_value></bookmark>
<bookmark branch="hid/.uno:FormProperties" xml-lang="en-US" id="bm_id3145669" localize="false"/>
-<paragraph id="hd_id3147285" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/01170200.xhp">Form Properties</link></paragraph>
+<h1 id="hd_id3147285"><link href="text/shared/02/01170200.xhp">Form Properties</link></h1>
<paragraph role="paragraph" id="par_id3147088" xml-lang="en-US"><variable id="form"><ahelp hid=".uno:FormProperties" visibility="visible">In this dialog you can specify, among others, the data source and the events for the whole form.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/02/01170201.xhp b/source/text/shared/02/01170201.xhp
index bf91bc0710..cbd0fc14d4 100644
--- a/source/text/shared/02/01170201.xhp
+++ b/source/text/shared/02/01170201.xhp
@@ -35,7 +35,7 @@
<bookmark_value>get method for form transmissions</bookmark_value>
<bookmark_value>post method for form transmissions</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3151100" xml-lang="en-US" level="1"><link href="text/shared/02/01170201.xhp">General</link></paragraph>
+<h1 id="hd_id3151100"><link href="text/shared/02/01170201.xhp">General</link></h1>
</section>
<section id="howtoget">
<embed href="text/shared/00/00040501.xhp#form_properties_general"/>
diff --git a/source/text/shared/02/01170202.xhp b/source/text/shared/02/01170202.xhp
index ca9a553b49..19489f3743 100644
--- a/source/text/shared/02/01170202.xhp
+++ b/source/text/shared/02/01170202.xhp
@@ -32,7 +32,7 @@
<bookmark_value>events;in database forms</bookmark_value>
<bookmark_value>forms;database events</bookmark_value>
</bookmark>
- <paragraph xml-lang="en-US" id="hd_id3150499" role="heading" level="1"><link href="text/shared/02/01170202.xhp">Database Form Events</link></paragraph>
+ <h1 id="hd_id3150499"><link href="text/shared/02/01170202.xhp">Database Form Events</link></h1>
<paragraph xml-lang="en-US" id="par_id3147043" role="paragraph">The<emph> Events </emph>tab page, allows you to assign a macro to certain events which occur in a database form.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/02/01170500.xhp b/source/text/shared/02/01170500.xhp
index 42c7d4e08a..8fd7e53a32 100644
--- a/source/text/shared/02/01170500.xhp
+++ b/source/text/shared/02/01170500.xhp
@@ -33,7 +33,7 @@
<section id="designmodus">
<bookmark xml-lang="en-US" branch="hid/.uno:SwitchControlDesignMode" id="bm_id3153255" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:SwitchXFormsDesignMode" id="bm_id1942197" localize="false"/>
-<paragraph role="heading" id="hd_id3151100" xml-lang="en-US" level="1"><link href="text/shared/02/01170500.xhp">Design Mode On/Off</link></paragraph>
+<h1 id="hd_id3151100"><link href="text/shared/02/01170500.xhp">Design Mode On/Off</link></h1>
<paragraph role="paragraph" id="par_id3150040" xml-lang="en-US"><ahelp hid=".">Toggles the Design mode on or off. This function is used to switch quickly between <link href="text/sdatabase/04030000.xhp">Design</link> and User mode. Activate to edit the form controls, deactivate to use the form controls.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/02/01170800.xhp b/source/text/shared/02/01170800.xhp
index f64731e6c5..9b584929cb 100644
--- a/source/text/shared/02/01170800.xhp
+++ b/source/text/shared/02/01170800.xhp
@@ -30,7 +30,7 @@
</history>
</meta>
<body>
-<paragraph role="heading" id="hd_id3150620" xml-lang="en-US" level="1"><link href="text/shared/02/01170800.xhp">Table Element Wizard</link></paragraph>
+<h1 id="hd_id3150620"><link href="text/shared/02/01170800.xhp">Table Element Wizard</link></h1>
<paragraph role="paragraph" id="par_id3155354" xml-lang="en-US">If you insert a table control in a document, the <emph>Table Element Wizard</emph> starts automatically. In this wizard, you can interactively specify which information is displayed in the table control.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00040501.xhp#aupitab"/>
diff --git a/source/text/shared/02/01170801.xhp b/source/text/shared/02/01170801.xhp
index d0418c47e9..f924d0bdb4 100644
--- a/source/text/shared/02/01170801.xhp
+++ b/source/text/shared/02/01170801.xhp
@@ -33,7 +33,7 @@
<section id="page1">
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/tableselectionpage/TableSelectionPage" id="bm_id3150808" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/tableselectionpage/@@nowidget@@" id="bm_id3150808" localize="false"/>
-<paragraph role="heading" id="hd_id3153323" xml-lang="en-US" level="1"><link href="text/shared/02/01170801.xhp">Table Element / List Box / Combo Box Wizard: Data</link></paragraph>
+<h1 id="hd_id3153323"><link href="text/shared/02/01170801.xhp">Table Element / List Box / Combo Box Wizard: Data</link></h1>
<paragraph role="paragraph" id="par_id3150476" xml-lang="en-US">Select the data source and table to which the form field corresponds. If you insert the form field in a document that is already linked to a data source, this page becomes invisible.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/02/01170802.xhp b/source/text/shared/02/01170802.xhp
index c55bc4c518..948031e5b5 100644
--- a/source/text/shared/02/01170802.xhp
+++ b/source/text/shared/02/01170802.xhp
@@ -30,7 +30,7 @@
<section id="page2">
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/contentfieldpage/FieldSelectionPage" id="bm_id3150808" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/contentfieldpage/@@nowidget@@" id="bm_id3150808" localize="false"/>
-<paragraph role="heading" id="hd_id3155934" xml-lang="en-US" level="1"><link href="text/shared/02/01170802.xhp">Table Element Wizard: Field Selection</link></paragraph>
+<h1 id="hd_id3155934"><link href="text/shared/02/01170802.xhp">Table Element Wizard: Field Selection</link></h1>
<paragraph role="paragraph" id="par_id3150476" xml-lang="en-US">Specifies which fields in the table control field should be displayed.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/02/01170900.xhp b/source/text/shared/02/01170900.xhp
index e1dfaba713..a6dbb17068 100644
--- a/source/text/shared/02/01170900.xhp
+++ b/source/text/shared/02/01170900.xhp
@@ -29,7 +29,7 @@
<body>
<bookmark xml-lang="en-US" branch="index" id="bm_id3159233"><bookmark_value>forms; Combo Box/List Box Wizard</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3154094" xml-lang="en-US" level="1"><link href="text/shared/02/01170900.xhp">Combo Box/List Box Wizard</link></paragraph>
+<h1 id="hd_id3154094"><link href="text/shared/02/01170900.xhp">Combo Box/List Box Wizard</link></h1>
<paragraph role="paragraph" id="par_id3152363" xml-lang="en-US">If you insert a combo box or a list box in a document, a wizard starts automatically. This wizard allows you to interactively specify which information is shown.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00040501.xhp#aupikomli"/>
diff --git a/source/text/shared/02/01170901.xhp b/source/text/shared/02/01170901.xhp
index a7d1a003d4..77c5723f6b 100644
--- a/source/text/shared/02/01170901.xhp
+++ b/source/text/shared/02/01170901.xhp
@@ -33,7 +33,7 @@
<section id="page1">
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/contenttablepage/TableSelectionPage" id="bm_id3150808" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/contenttablepage/@@nowidget@@" id="bm_id3150808" localize="false"/>
-<paragraph role="heading" id="hd_id3154228" xml-lang="en-US" level="1"><link href="text/shared/02/01170901.xhp">Combo Box / List Box Wizard: Table Selection</link></paragraph>
+<h1 id="hd_id3154228"><link href="text/shared/02/01170901.xhp">Combo Box / List Box Wizard: Table Selection</link></h1>
<paragraph role="paragraph" id="par_id3149716" xml-lang="en-US">Specifies a table from the available database tables that contains the data field whose content should be displayed as a list entry.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/02/01170902.xhp b/source/text/shared/02/01170902.xhp
index 11a44e843b..20331fba3c 100644
--- a/source/text/shared/02/01170902.xhp
+++ b/source/text/shared/02/01170902.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="page2">
-<paragraph role="heading" id="hd_id3153323" xml-lang="en-US" level="1"><link href="text/shared/02/01170902.xhp">Combo/List Box Wizard: Field Selection</link></paragraph>
+<h1 id="hd_id3153323"><link href="text/shared/02/01170902.xhp">Combo/List Box Wizard: Field Selection</link></h1>
<paragraph role="paragraph" id="par_id3154228" xml-lang="en-US">Select the data field specified in the table on the previous page, whose contents should be displayed in the list or combo box.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/02/01170903.xhp b/source/text/shared/02/01170903.xhp
index d1b7271598..e0a3d81565 100644
--- a/source/text/shared/02/01170903.xhp
+++ b/source/text/shared/02/01170903.xhp
@@ -32,7 +32,7 @@
<section id="page3a">
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/fieldlinkpage/FieldLinkPage" id="bm_id3150808" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/fieldlinkpage/@@nowidget@@" id="bm_id3150808" localize="false"/>
-<paragraph role="heading" id="hd_id3149119" xml-lang="en-US" level="1"><link href="text/shared/02/01170903.xhp">List Box Wizard: Field Link</link></paragraph>
+<h1 id="hd_id3149119"><link href="text/shared/02/01170903.xhp">List Box Wizard: Field Link</link></h1>
<paragraph role="paragraph" id="par_id3159224" xml-lang="en-US">Indicates through which fields tables of values and list tables are linked.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3150499" xml-lang="en-US">The value table is the table of the current form where the list field is inserted. The list table is the table whose data is to be shown in the list field. Both tables must be linked over a mutual data field. These links are to be entered on this page of the wizard. The field names must not necessarily be the same (this depends upon how the field names are defined in both tables), but both fields must have the same field type.</paragraph>
diff --git a/source/text/shared/02/01170904.xhp b/source/text/shared/02/01170904.xhp
index 2d3f569a4b..610041e679 100644
--- a/source/text/shared/02/01170904.xhp
+++ b/source/text/shared/02/01170904.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="page3b">
-<paragraph role="heading" id="hd_id3144740" xml-lang="en-US" level="1"><link href="text/shared/02/01170904.xhp">Combo Box Wizard: Database Field</link></paragraph>
+<h1 id="hd_id3144740"><link href="text/shared/02/01170904.xhp">Combo Box Wizard: Database Field</link></h1>
<paragraph role="paragraph" id="par_id3153323" xml-lang="en-US">With the combination fields, you can either save the value of a field in a database or display this value in a form.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3155150" xml-lang="en-US">The user values entered in the combination field or selected in the list can be saved in the database table that is accessed in the form. Note that the saving of values in another table is not possible. If the values are not to be saved in a database, they will be saved only in the form. This is especially helpful in HTML forms, where the user's entered or selected values are to be assigned to a server.</paragraph>
diff --git a/source/text/shared/02/01171100.xhp b/source/text/shared/02/01171100.xhp
index 221506c576..12a30d592e 100644
--- a/source/text/shared/02/01171100.xhp
+++ b/source/text/shared/02/01171100.xhp
@@ -32,7 +32,7 @@
<body>
<section id="wizards_on_off">
<bookmark xml-lang="en-US" branch="hid/.uno:UseWizards" id="bm_id3156211" localize="false"/>
-<paragraph role="heading" id="hd_id3155934" xml-lang="en-US" level="1"><link href="text/shared/02/01171100.xhp">Wizards On/Off</link></paragraph>
+<h1 id="hd_id3155934"><link href="text/shared/02/01171100.xhp">Wizards On/Off</link></h1>
<paragraph role="paragraph" id="par_id3147143" xml-lang="en-US"><ahelp hid=".uno:UseWizards">Specifies whether to start the wizard automatically when inserting a new control.</ahelp> This setting applies globally to all documents.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/02/01220000.xhp b/source/text/shared/02/01220000.xhp
index bac3a4bd0f..eaa628a881 100644
--- a/source/text/shared/02/01220000.xhp
+++ b/source/text/shared/02/01220000.xhp
@@ -26,7 +26,7 @@
</meta>
<body>
<section id="navigator">
-<paragraph role="heading" id="hd_id3155934" xml-lang="en-US" level="1"><link href="text/shared/02/01220000.xhp">Navigator</link></paragraph>
+<h1 id="hd_id3155934"><link href="text/shared/02/01220000.xhp">Navigator</link></h1>
<paragraph role="paragraph" id="par_id3148983" xml-lang="en-US">Click the <emph>Navigator On/Off</emph> icon to hide or show the <emph>Navigator</emph>.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3152594" xml-lang="en-US">You can also call the <emph>Navigator</emph> by selecting <switchinline select="appl">
diff --git a/source/text/shared/02/02010000.xhp b/source/text/shared/02/02010000.xhp
index 665839b881..4bab043830 100644
--- a/source/text/shared/02/02010000.xhp
+++ b/source/text/shared/02/02010000.xhp
@@ -29,7 +29,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:StyleApplyState" id="bm_id3361219" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:StyleApply" id="bm_id3154863" localize="false"/>
<section id="paragraph_style">
-<paragraph id="hd_id3148520" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/02010000.xhp">Set Paragraph Style</link></paragraph>
+<h1 id="hd_id3148520"><link href="text/shared/02/02010000.xhp">Set Paragraph Style</link></h1>
<paragraph id="par_id3155351" role="paragraph" xml-lang="en-US"><ahelp hid=".">Assigns a style to the current paragraph, selected paragraphs, or to a selected object.</ahelp></paragraph>
</section>
<paragraph id="par_idN10621" role="paragraph" xml-lang="en-US">To reset the selected objects to the default paragraph style, select <emph>Clear formatting</emph>. Select <emph>More Styles</emph> to open the <link href="text/swriter/01/05140000.xhp">Styles deck</link> in the sidebar.</paragraph>
diff --git a/source/text/shared/02/02020000.xhp b/source/text/shared/02/02020000.xhp
index 46ccbb838a..12dff2d317 100644
--- a/source/text/shared/02/02020000.xhp
+++ b/source/text/shared/02/02020000.xhp
@@ -32,7 +32,7 @@
</bookmark>
<paragraph xml-lang="en-US" id="par_id3148983" role="paragraph" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:CharFontName" id="bm_id4814517" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3150808" role="heading" level="1"><link href="text/shared/02/02020000.xhp">Font Name</link></paragraph>
+<h1 id="hd_id3150808"><link href="text/shared/02/02020000.xhp">Font Name</link></h1>
<paragraph xml-lang="en-US" id="par_id3156414" role="paragraph"><variable id="schriftarttext"><ahelp hid=".uno:CharFontName">Allows you to select a font name from the list or enter a font name directly.</ahelp></variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3153750" role="paragraph">You can enter several fonts, separated by semicolons. $[officename] uses each named font in succession if the previous fonts are not available.</paragraph>
</section>
diff --git a/source/text/shared/02/02030000.xhp b/source/text/shared/02/02030000.xhp
index 9e716d9009..159fb0877a 100644
--- a/source/text/shared/02/02030000.xhp
+++ b/source/text/shared/02/02030000.xhp
@@ -29,7 +29,7 @@
</meta>
<body>
<section id="font_size">
-<bookmark branch="hid/.uno:FontHeight" xml-lang="en-US" id="bm_id3154545" localize="false"/><paragraph id="hd_id3085157" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/02030000.xhp">Font Size</link></paragraph>
+<bookmark branch="hid/.uno:FontHeight" xml-lang="en-US" id="bm_id3154545" localize="false"/><h1 id="hd_id3085157"><link href="text/shared/02/02030000.xhp">Font Size</link></h1>
<paragraph role="paragraph" id="par_id3150014" xml-lang="en-US"><variable id="schriftgroessetext"><ahelp hid=".uno:FontHeight" visibility="visible">Allows you to choose between different font sizes from the list, or to enter a size manually.</ahelp></variable></paragraph>
</section>
<section id="syfont_size">
diff --git a/source/text/shared/02/03110000.xhp b/source/text/shared/02/03110000.xhp
index fcea979a40..c718c25e96 100644
--- a/source/text/shared/02/03110000.xhp
+++ b/source/text/shared/02/03110000.xhp
@@ -30,7 +30,7 @@
<body>
<section id="increase_spacing">
<bookmark xml-lang="en-US" branch="hid/.uno:ParaspaceIncrease" id="bm_id7509975" localize="false"/>
-<paragraph role="heading" id="hd_id3154873" xml-lang="en-US" level="1"><link href="text/shared/02/03110000.xhp">Increase Spacing</link></paragraph>
+<h1 id="hd_id3154873"><link href="text/shared/02/03110000.xhp">Increase Spacing</link></h1>
<paragraph role="paragraph" id="par_id3156211" xml-lang="en-US"><ahelp hid=".uno:ParaspaceIncrease">Click the <emph>Increase Spacing</emph> icon to increase the paragraph spacing above the selected paragraph.</ahelp></paragraph>
</section>
<section id="syincrease_spacing">
diff --git a/source/text/shared/02/03120000.xhp b/source/text/shared/02/03120000.xhp
index bd04790c2b..5b994fc943 100644
--- a/source/text/shared/02/03120000.xhp
+++ b/source/text/shared/02/03120000.xhp
@@ -30,7 +30,7 @@
<body>
<section id="decrease_spacing">
<bookmark xml-lang="en-US" branch="hid/.uno:ParaspaceDecrease" id="bm_id4194635" localize="false"/>
-<paragraph role="heading" id="hd_id3155934" xml-lang="en-US" level="1"><link href="text/shared/02/03120000.xhp">Decrease Spacing</link></paragraph>
+<h1 id="hd_id3155934"><link href="text/shared/02/03120000.xhp">Decrease Spacing</link></h1>
<paragraph role="paragraph" id="par_id3147143" xml-lang="en-US"><ahelp hid=".uno:ParaspaceDecrease">Click the <emph>Decrease Spacing</emph> icon to decrease the paragraph spacing above the selected paragraph.</ahelp></paragraph>
</section>
<section id="sydecrease_spacing">
diff --git a/source/text/shared/02/03150000.xhp b/source/text/shared/02/03150000.xhp
index 7dca71c094..93023ec952 100644
--- a/source/text/shared/02/03150000.xhp
+++ b/source/text/shared/02/03150000.xhp
@@ -27,7 +27,7 @@
<body>
<section id="border_color">
<bookmark xml-lang="en-US" branch="hid/.uno:FrameLineColor" id="bm_id3109850" localize="false"/>
-<paragraph role="heading" id="hd_id3154873" xml-lang="en-US" level="1"><link href="text/shared/02/03150000.xhp">Border Color</link></paragraph>
+<h1 id="hd_id3154873"><link href="text/shared/02/03150000.xhp">Border Color</link></h1>
<paragraph role="paragraph" id="par_id3163829" xml-lang="en-US"><ahelp hid=".uno:FrameLineColor">Click the <emph>Line Color (of the border)</emph> icon to open the <emph>Border Color</emph> toolbar, which enables you to change the border color of an object.</ahelp></paragraph>
</section>
<section id="syborder_color">
diff --git a/source/text/shared/02/05090000.xhp b/source/text/shared/02/05090000.xhp
index 4efbef9b22..bacf060543 100644
--- a/source/text/shared/02/05090000.xhp
+++ b/source/text/shared/02/05090000.xhp
@@ -30,7 +30,7 @@
<body>
<section id="rotate">
<bookmark xml-lang="en-US" branch="hid/.uno:ToggleObjectRotateMode" id="bm_id3148520" localize="false"/>
-<paragraph role="heading" id="hd_id3154863" xml-lang="en-US" level="1"><link href="text/shared/02/05090000.xhp">Rotate</link></paragraph>
+<h1 id="hd_id3154863"><link href="text/shared/02/05090000.xhp">Rotate</link></h1>
<paragraph role="paragraph" id="par_id3149119" xml-lang="en-US"><ahelp hid=".uno:ToggleObjectRotateMode">Rotates the selected object.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3149716" xml-lang="en-US"><switchinline select="appl"><caseinline select="IMPRESS">Select an object and click the <emph>Rotate</emph> icon on the <emph>Drawing</emph> toolbar.
diff --git a/source/text/shared/02/07010000.xhp b/source/text/shared/02/07010000.xhp
index ca50727f24..2f2810e100 100644
--- a/source/text/shared/02/07010000.xhp
+++ b/source/text/shared/02/07010000.xhp
@@ -27,7 +27,7 @@
<body>
<section id="urlladen">
<bookmark xml-lang="en-US" branch="hid/.uno:OpenURL" id="bm_id7760961" localize="false"/>
-<paragraph role="heading" id="hd_id3149119" xml-lang="en-US" level="1"><link href="text/shared/02/07010000.xhp">Load URL</link></paragraph>
+<h1 id="hd_id3149119"><link href="text/shared/02/07010000.xhp">Load URL</link></h1>
<paragraph role="paragraph" id="par_id3155364" xml-lang="en-US"><ahelp hid=".">Loads a document specified by an entered URL. You can type a new URL, edit an URL, or select one from the list. Displays the full path of the current document.</ahelp></paragraph>
<paragraph role="tip" id="par_idN108C6" xml-lang="en-US">Enable <emph>Load URL</emph> with the <emph>Visible Buttons</emph> command (right-click the toolbar).<comment>i73505</comment></paragraph>
</section>
diff --git a/source/text/shared/02/07060000.xhp b/source/text/shared/02/07060000.xhp
index b24dc65f47..c6db6c9bf2 100644
--- a/source/text/shared/02/07060000.xhp
+++ b/source/text/shared/02/07060000.xhp
@@ -31,7 +31,7 @@
<section id="reload">
<bookmark branch="index" xml-lang="en-US" id="bm_id3153089"><bookmark_value>reloading; documents</bookmark_value><bookmark_value>documents; reloading</bookmark_value><bookmark_value>loading; reloading</bookmark_value></bookmark>
<bookmark branch="hid/.uno:Reload" xml-lang="en-US" id="bm_id3144740" localize="false"/>
-<paragraph id="hd_id3153089" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/07060000.xhp">Reload</link></paragraph>
+<h1 id="hd_id3153089"><link href="text/shared/02/07060000.xhp">Reload</link></h1>
<paragraph role="paragraph" id="par_id3151315" xml-lang="en-US"><ahelp hid=".uno:Reload" visibility="visible">Replaces the current document with the last saved version.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3159201" xml-lang="en-US">Any changes made after the last save will be lost.</paragraph>
diff --git a/source/text/shared/02/07070100.xhp b/source/text/shared/02/07070100.xhp
index c4fd298f9c..dba722cf01 100644
--- a/source/text/shared/02/07070100.xhp
+++ b/source/text/shared/02/07070100.xhp
@@ -30,7 +30,7 @@
<body>
<section id="edit_data">
<bookmark xml-lang="en-US" branch="hid/.uno:DSBEditDoc" id="bm_id9004181" localize="false"/>
-<paragraph role="heading" id="hd_id3144415" xml-lang="en-US" level="1"><link href="text/shared/02/07070100.xhp">Edit Data</link></paragraph>
+<h1 id="hd_id3144415"><link href="text/shared/02/07070100.xhp">Edit Data</link></h1>
<bookmark xml-lang="en-US" branch="index" id="bm_id3144740"><bookmark_value>read-only documents; database tables on/off </bookmark_value>
<bookmark_value>protected database tables</bookmark_value>
<bookmark_value>data; read-only</bookmark_value>
diff --git a/source/text/shared/02/07070200.xhp b/source/text/shared/02/07070200.xhp
index 49e723e49b..9930cb41d2 100644
--- a/source/text/shared/02/07070200.xhp
+++ b/source/text/shared/02/07070200.xhp
@@ -29,7 +29,7 @@
</meta>
<body>
<section id="save_record">
-<paragraph role="heading" id="hd_id3147588" xml-lang="en-US" level="1"><link href="text/shared/02/07070200.xhp">Save Record</link></paragraph>
+<h1 id="hd_id3147588"><link href="text/shared/02/07070200.xhp">Save Record</link></h1>
<bookmark xml-lang="en-US" branch="index" id="bm_id3163829"><bookmark_value>records; saving</bookmark_value>
</bookmark>
<paragraph role="paragraph" id="par_id3163829" xml-lang="en-US"><ahelp hid=".">Saves the current database table record.</ahelp> The <emph>Save Record</emph> icon is found on the <link href="text/shared/main0212.xhp"><emph>Table Data</emph> bar</link>.</paragraph>
diff --git a/source/text/shared/02/07080000.xhp b/source/text/shared/02/07080000.xhp
index cd330a0d2e..ebb6388989 100644
--- a/source/text/shared/02/07080000.xhp
+++ b/source/text/shared/02/07080000.xhp
@@ -28,7 +28,7 @@
<section id="stop">
<bookmark xml-lang="en-US" branch="hid/SID_BROWSE_STOP" id="bm_id1158113" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:Stop" id="bm_id3148520" localize="false"/>
-<paragraph role="heading" id="hd_id3154228" xml-lang="en-US" level="1"><link href="text/shared/02/07080000.xhp">Stop Loading</link></paragraph>
+<h1 id="hd_id3154228"><link href="text/shared/02/07080000.xhp">Stop Loading</link></h1>
<paragraph role="paragraph" id="par_id3149495" xml-lang="en-US"><ahelp hid=".uno:Stop">Click to interrupt the current loading process, <switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>+click to interrupt all loading processes.</ahelp></paragraph>
</section>
</body>
diff --git a/source/text/shared/02/07090000.xhp b/source/text/shared/02/07090000.xhp
index 05f66563c2..c3165b1b19 100644
--- a/source/text/shared/02/07090000.xhp
+++ b/source/text/shared/02/07090000.xhp
@@ -30,7 +30,7 @@
<body>
<section id="exportpdf">
<bookmark branch="hid/.uno:ExportDirectToPDF" xml-lang="en-US" id="bm_id3154545" localize="false"/>
-<paragraph id="hd_id3146946" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/07090000.xhp">Export Directly as PDF</link></paragraph>
+<h1 id="hd_id3146946"><link href="text/shared/02/07090000.xhp">Export Directly as PDF</link></h1>
<paragraph role="paragraph" id="par_id3085157" xml-lang="en-US"><ahelp hid=".uno:ExportDirectToPDF" visibility="visible">Exports the current document directly as <emph>PDF</emph>. No settings dialog is shown.</ahelp></paragraph>
</section>
<embed href="text/shared/00/00000401.xhp#syexportpdf"/>
diff --git a/source/text/shared/02/08010000.xhp b/source/text/shared/02/08010000.xhp
index 44fdb9dcbf..2f58a3ab34 100644
--- a/source/text/shared/02/08010000.xhp
+++ b/source/text/shared/02/08010000.xhp
@@ -30,7 +30,7 @@
<body>
<section id="document_information">
<bookmark branch="hid/.uno:StatusGetTitle" xml-lang="en-US" id="bm_id3149991" localize="false"/>
-<paragraph id="hd_id3153383" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/08010000.xhp">Document Information</link></paragraph>
+<h1 id="hd_id3153383"><link href="text/shared/02/08010000.xhp">Document Information</link></h1>
<paragraph role="paragraph" id="par_id3155271" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:StatusGetTitle">Displays information about the active <item type="productname">%PRODUCTNAME</item> Basic document.</ahelp> The names of the document, the library, and the module are displayed, separated by dots.</paragraph>
</section>
</body>
diff --git a/source/text/shared/02/08020000.xhp b/source/text/shared/02/08020000.xhp
index ab37997474..04a3735bf0 100644
--- a/source/text/shared/02/08020000.xhp
+++ b/source/text/shared/02/08020000.xhp
@@ -30,7 +30,7 @@
<body>
<section id="position_in_document">
<bookmark xml-lang="en-US" branch="hid/.uno:StatusGetPosition" id="bm_id3467432" localize="false"/>
-<paragraph role="heading" id="hd_id3147588" xml-lang="en-US" level="1"><link href="text/shared/02/08020000.xhp">Position in Document</link></paragraph>
+<h1 id="hd_id3147588"><link href="text/shared/02/08020000.xhp">Position in Document</link></h1>
<paragraph role="paragraph" id="par_id3143284" xml-lang="en-US"><ahelp hid=".uno:StatusGetPosition">Displays the current cursor position in the <emph>%PRODUCTNAME</emph> Basic document. The row number is specified, then the column number.</ahelp></paragraph>
</section>
</body>
diff --git a/source/text/shared/02/10100000.xhp b/source/text/shared/02/10100000.xhp
index de71b043fd..92dcdd3784 100644
--- a/source/text/shared/02/10100000.xhp
+++ b/source/text/shared/02/10100000.xhp
@@ -27,7 +27,7 @@
<body>
<section id="close">
<bookmark xml-lang="en-US" branch="hid/.uno:CloseWin" id="bm_id8159155" localize="false"/>
-<paragraph role="heading" id="hd_id3152895" xml-lang="en-US" level="1"><link href="text/shared/02/10100000.xhp">Close Window</link></paragraph>
+<h1 id="hd_id3152895"><link href="text/shared/02/10100000.xhp">Close Window</link></h1>
<paragraph role="paragraph" id="par_id3155934" xml-lang="en-US"><ahelp hid=".uno:CloseWin">Closes the current window.</ahelp> Choose <emph>Window - Close Window</emph>, or press <switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>+<emph>F4</emph>. In the print preview of $[officename] Writer and Calc, you can close the current window by clicking the <emph>Close Preview</emph> button.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3147143" xml-lang="en-US">If additional views of the current document were opened by <emph>Window - New Window</emph>, this command will close only the current view.</paragraph>
diff --git a/source/text/shared/02/12000000.xhp b/source/text/shared/02/12000000.xhp
index b901f68314..e3003aff6e 100644
--- a/source/text/shared/02/12000000.xhp
+++ b/source/text/shared/02/12000000.xhp
@@ -29,7 +29,7 @@
<body>
<section id="explorer">
<bookmark xml-lang="en-US" branch="hid/.uno:DSBrowserExplorer" id="bm_id6761446" localize="false"/>
-<paragraph role="heading" id="hd_id3147588" xml-lang="en-US" level="1"><link href="text/shared/02/12000000.xhp">Explorer On/Off</link></paragraph>
+<h1 id="hd_id3147588"><link href="text/shared/02/12000000.xhp">Explorer On/Off</link></h1>
<paragraph role="paragraph" id="par_id3144740" xml-lang="en-US"><ahelp hid=".uno:DSBrowserExplorer">Turns on and off the view of the data source explorer.</ahelp> The <emph>Explorer On/Off</emph> icon is visible on the <link href="text/shared/main0212.xhp">Table Data bar</link>.</paragraph>
</section>
<section id="syexplorer">
diff --git a/source/text/shared/02/12040000.xhp b/source/text/shared/02/12040000.xhp
index 8c7aa02845..ee681b691e 100644
--- a/source/text/shared/02/12040000.xhp
+++ b/source/text/shared/02/12040000.xhp
@@ -32,7 +32,7 @@
<body>
<section id="reset_filter">
<bookmark branch="hid/.uno:RemoveFilterSort" xml-lang="en-US" id="bm_id3144740" localize="false"/>
-<paragraph id="hd_id3155069" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/12040000.xhp">Reset Filter/Sorting</link></paragraph>
+<h1 id="hd_id3155069"><link href="text/shared/02/12040000.xhp">Reset Filter/Sorting</link></h1>
<paragraph role="paragraph" id="par_id3154094" xml-lang="en-US"><ahelp hid=".uno:RemoveFilterSort" visibility="visible">Cancels the filter settings and displays all of the records in the current table.</ahelp></paragraph>
</section>
<section id="syreset_filter">
diff --git a/source/text/shared/02/12080000.xhp b/source/text/shared/02/12080000.xhp
index a3a0cd8ce8..07abb7b74a 100644
--- a/source/text/shared/02/12080000.xhp
+++ b/source/text/shared/02/12080000.xhp
@@ -33,7 +33,7 @@
<section id="data_to_fields">
<bookmark xml-lang="en-US" branch="hid/.uno:DataSourceBrowser/InsertContent" id="bm_id3147588" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:DSBInsertContent" id="bm_id901211" localize="false"/>
-<paragraph role="heading" id="hd_id3149031" xml-lang="en-US" level="1"><link href="text/shared/02/12080000.xhp">Data to Fields</link></paragraph>
+<h1 id="hd_id3149031"><link href="text/shared/02/12080000.xhp">Data to Fields</link></h1>
<paragraph role="paragraph" id="par_id3150476" xml-lang="en-US"><ahelp hid=".">Updates the contents of the existing database fields by the marked records.</ahelp> The <emph>Data to Fields </emph>icon is only available if the current document is a text document.</paragraph>
</section>
<section id="sydata_to_fields">
diff --git a/source/text/shared/02/12090000.xhp b/source/text/shared/02/12090000.xhp
index d1b9e45ee0..d14620569c 100644
--- a/source/text/shared/02/12090000.xhp
+++ b/source/text/shared/02/12090000.xhp
@@ -34,7 +34,7 @@
</bookmark><comment>mw converted "standard filters..." into a two level entry and "default filters;" into a cross reference</comment>
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/queryfilterdialog/QueryFilterDialog" id="bm_id3154894" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:FilterCrit" id="bm_id2784060" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3109850" role="heading" level="1"><link href="text/shared/02/12090000.xhp">Standard Filter</link></paragraph>
+<h1 id="hd_id3109850"><link href="text/shared/02/12090000.xhp">Standard Filter</link></h1>
<paragraph xml-lang="en-US" id="par_id3143281" role="paragraph"><variable id="standardfilter"><ahelp hid=".uno:FilterCrit">Allows you to set the filtering options.</ahelp>
</variable></paragraph>
</section>
diff --git a/source/text/shared/02/12090100.xhp b/source/text/shared/02/12090100.xhp
index 78f8ca4cd1..f41f6b1b39 100644
--- a/source/text/shared/02/12090100.xhp
+++ b/source/text/shared/02/12090100.xhp
@@ -80,7 +80,7 @@
<paragraph xml-lang="en-US" id="par_id3156118" role="paragraph">If you use the filter function in database tables or forms, then type the value in the <emph>Value </emph>text box to be used for filtering.</paragraph>
<switch select="appl">
<case select="CALC">
-<paragraph xml-lang="en-US" id="hd_id3153061" role="heading" level="2"><link href="text/scalc/01/12040201.xhp">Options</link></paragraph>
+<h2 id="hd_id3153061"><link href="text/scalc/01/12040201.xhp">Options</link></h2>
<embed href="text/scalc/01/12040201.xhp#zusaetzetext"/>
</case>
</switch>
diff --git a/source/text/shared/02/12140000.xhp b/source/text/shared/02/12140000.xhp
index ef8ba8cb64..d31c71fa13 100644
--- a/source/text/shared/02/12140000.xhp
+++ b/source/text/shared/02/12140000.xhp
@@ -33,7 +33,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:DataSourceBrowser/DocumentDataSource" id="bm_id3154230" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:DSBDocumentDataSource" id="bm_id9344157" localize="false"/>
-<paragraph role="heading" id="hd_id3154682" xml-lang="en-US" level="1"><link href="text/shared/02/12140000.xhp">Data Source of Current Document</link></paragraph>
+<h1 id="hd_id3154682"><link href="text/shared/02/12140000.xhp">Data Source of Current Document</link></h1>
<paragraph role="paragraph" id="par_id3150247" xml-lang="en-US"><ahelp hid=".">Displays, in the data source browser, the table that is linked to the current document.</ahelp></paragraph>
</section>
<section id="sycurrent_doc_data">
diff --git a/source/text/shared/02/13010000.xhp b/source/text/shared/02/13010000.xhp
index a845635597..7c230af0c8 100644
--- a/source/text/shared/02/13010000.xhp
+++ b/source/text/shared/02/13010000.xhp
@@ -29,7 +29,7 @@
</meta>
<body>
<section id="setting_tabs">
-<paragraph id="hd_id3148668" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/13010000.xhp">Setting Tabs</link></paragraph>
+<h1 id="hd_id3148668"><link href="text/shared/02/13010000.xhp">Setting Tabs</link></h1>
<paragraph role="paragraph" id="par_id3154873" xml-lang="en-US">On the ruler, set the tabs for the current paragraph, or all selected paragraphs, using the mouse.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3148520" xml-lang="en-US">Initially the default tabs are shown on the horizontal ruler. Once you set a tab, only the default tabs to the right of the tab that you have set are available.</paragraph>
diff --git a/source/text/shared/02/14050000.xhp b/source/text/shared/02/14050000.xhp
index ad4fdf7ae6..7b56d3d14f 100644
--- a/source/text/shared/02/14050000.xhp
+++ b/source/text/shared/02/14050000.xhp
@@ -30,7 +30,7 @@
<body>
<section id="table_name">
<bookmark xml-lang="en-US" branch="hid/.uno:DBViewTableNames" id="bm_id2447279" localize="false"/>
-<paragraph role="heading" id="hd_id3149991" xml-lang="en-US" level="1"><link href="text/shared/02/14050000.xhp">Table Name</link></paragraph>
+<h1 id="hd_id3149991"><link href="text/shared/02/14050000.xhp">Table Name</link></h1>
<paragraph role="paragraph" id="par_id3154232" xml-lang="en-US"><ahelp hid=".">Displays the <emph>Table</emph> row in the lower part of the <link href="text/sdatabase/02010100.xhp"><emph>Query Design</emph></link>.</ahelp></paragraph>
</section>
<section id="sytable_name">
diff --git a/source/text/shared/02/19090000.xhp b/source/text/shared/02/19090000.xhp
index 495e86f4ff..b981801f8b 100644
--- a/source/text/shared/02/19090000.xhp
+++ b/source/text/shared/02/19090000.xhp
@@ -31,7 +31,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/SW_HID_SOURCEVIEW" id="bm_id3146938" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:SourceView" id="bm_id7218494" localize="false"/>
-<paragraph id="hd_id3154788" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/19090000.xhp">HTML Source</link></paragraph>
+<h1 id="hd_id3154788"><link href="text/shared/02/19090000.xhp">HTML Source</link></h1>
<paragraph id="par_id3156183" role="paragraph" xml-lang="en-US"><ahelp hid=".">Displays the source text of the current HTML document. This view is available when creating a new HTML document or opening an existing one.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/02/20020000.xhp b/source/text/shared/02/20020000.xhp
index 03d5baeffd..455a6f27b4 100644
--- a/source/text/shared/02/20020000.xhp
+++ b/source/text/shared/02/20020000.xhp
@@ -31,7 +31,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:PageStyleName" id="bm_id5848088" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:StatusPageStyle" id="bm_id3325105" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:LayoutStatus" id="bm_id2005580" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3083278" role="heading" level="1"><link href="text/shared/02/20020000.xhp">Current Page Style</link></paragraph>
+<h1 id="hd_id3083278"><link href="text/shared/02/20020000.xhp">Current Page Style</link></h1>
<paragraph xml-lang="en-US" id="par_id3148731" role="paragraph"><ahelp hid=".">Displays the current <emph>Page Style</emph>. Double-click to edit the style, right-click to select another style.</ahelp></paragraph>
</section>
<paragraph xml-lang="en-US" id="par_id3149283" role="paragraph"><switchinline select="appl"><caseinline select="WRITER">Double-click the <emph>Page Style</emph> field to open the <link href="text/swriter/01/05040000.xhp"><emph>Page Style</emph></link> dialog, in which you can edit the style for the current page. In the context menu of this field, you can apply a page style.</caseinline></switchinline></paragraph>
diff --git a/source/text/shared/02/20040000.xhp b/source/text/shared/02/20040000.xhp
index c0009a3db2..7ebc8020cf 100644
--- a/source/text/shared/02/20040000.xhp
+++ b/source/text/shared/02/20040000.xhp
@@ -27,7 +27,7 @@
<body>
<section id="insert_mode">
<bookmark xml-lang="en-US" branch="hid/.uno:InsertMode" id="bm_id1407203" localize="false"/>
-<paragraph role="heading" id="hd_id3149748" xml-lang="en-US" level="1"><link href="text/shared/02/20040000.xhp">Insert Mode</link></paragraph>
+<h1 id="hd_id3149748"><link href="text/shared/02/20040000.xhp">Insert Mode</link></h1>
<paragraph role="paragraph" id="par_id3152363" xml-lang="en-US"><ahelp hid=".uno:InsertMode">Displays the current insert mode. You can toggle between <emph>INSRT</emph> = insert and <emph>OVER</emph> = overwrite.</ahelp><switchinline select="appl"><caseinline select="CALC"> This field is only active if the cursor is in the input line of the formula bar or in a cell.</caseinline></switchinline></paragraph>
</section>
<paragraph role="paragraph" id="par_id3154422" xml-lang="en-US">Click in the field to toggle the modes (except in the $[officename] Basic IDE, where only the <emph>Insert</emph> mode is active). If the cursor is positioned in a text document, you may also use the <emph>Insert</emph> key (if available on your keyboard) to toggle the modes.</paragraph>
diff --git a/source/text/shared/02/20060000.xhp b/source/text/shared/02/20060000.xhp
index 4e4169a307..a8040e09de 100644
--- a/source/text/shared/02/20060000.xhp
+++ b/source/text/shared/02/20060000.xhp
@@ -28,7 +28,7 @@
<section id="document_modification">
<bookmark xml-lang="en-US" branch="hid/.uno:ModifiedStatus" id="bm_id8313236" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:Modified" id="bm_id1803964" localize="false"/>
-<bookmark xml-lang="en-US" branch="hid/.uno:ModifyStatus" id="bm_id3154682" localize="false"/><paragraph role="heading" id="hd_id3147477" xml-lang="en-US" level="1"><link href="text/shared/02/20060000.xhp">Document Modification</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/.uno:ModifyStatus" id="bm_id3154682" localize="false"/><h1 id="hd_id3147477"><link href="text/shared/02/20060000.xhp">Document Modification</link></h1>
<paragraph role="paragraph" id="par_id3148731" xml-lang="en-US"><ahelp hid=".">If changes to the document have not yet been saved, a "<emph>*</emph>" is displayed in this field on the <emph>Status</emph> bar. This also applies to new, not yet saved documents.</ahelp></paragraph>
</section>
</body>
diff --git a/source/text/shared/02/20090000.xhp b/source/text/shared/02/20090000.xhp
index 6346ecc848..da3dbf8e94 100644
--- a/source/text/shared/02/20090000.xhp
+++ b/source/text/shared/02/20090000.xhp
@@ -29,7 +29,7 @@
</meta>
<body>
<bookmark branch="hid/.uno:CurrentTime" xml-lang="en-US" id="bm_id3150620" localize="false"/>
-<paragraph id="hd_id3152823" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/20090000.xhp">Time</link></paragraph>
+<h1 id="hd_id3152823"><link href="text/shared/02/20090000.xhp">Time</link></h1>
<paragraph role="paragraph" id="par_id3151299" xml-lang="en-US"><ahelp hid=".uno:CurrentTime" visibility="visible">Displays the current time.</ahelp></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/02/20100000.xhp b/source/text/shared/02/20100000.xhp
index b60a14959f..489588e429 100644
--- a/source/text/shared/02/20100000.xhp
+++ b/source/text/shared/02/20100000.xhp
@@ -29,7 +29,7 @@
</meta>
<body>
<bookmark branch="hid/.uno:CurrentDate" xml-lang="en-US" id="bm_id3156045" localize="false"/>
-<paragraph id="hd_id3146902" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/20100000.xhp">Date</link></paragraph>
+<h1 id="hd_id3146902"><link href="text/shared/02/20100000.xhp">Date</link></h1>
<paragraph role="paragraph" id="par_id3154926" xml-lang="en-US"><ahelp hid=".uno:CurrentDate" visibility="visible">Displays the current date.</ahelp></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/02/24010000.xhp b/source/text/shared/02/24010000.xhp
index cad431c0c4..d5cc9145f7 100644
--- a/source/text/shared/02/24010000.xhp
+++ b/source/text/shared/02/24010000.xhp
@@ -30,7 +30,7 @@
<body>
<section id="filter">
<bookmark xml-lang="en-US" branch="hid/.uno:GraphicFilterToolbox" id="bm_id3153255" localize="false"/>
-<paragraph role="heading" id="hd_id3151299" xml-lang="en-US" level="1"><link href="text/shared/02/24010000.xhp">Image Filter Bar</link></paragraph>
+<h1 id="hd_id3151299"><link href="text/shared/02/24010000.xhp">Image Filter Bar</link></h1>
<paragraph role="paragraph" id="par_id3156183" xml-lang="en-US"><ahelp hid=".uno:GraphicFilterToolbox">This icon on the <emph>Image</emph> bar opens the <emph>Image Filter</emph> bar, where you can use various filters on the selected picture.</ahelp></paragraph>
</section>
<section id="syfilter">
diff --git a/source/text/shared/02/24020000.xhp b/source/text/shared/02/24020000.xhp
index 4e41f0dda8..fe64a52898 100644
--- a/source/text/shared/02/24020000.xhp
+++ b/source/text/shared/02/24020000.xhp
@@ -27,7 +27,7 @@
<body>
<section id="graphics_mode">
<bookmark xml-lang="en-US" branch="hid/.uno:GrafMode" id="bm_id6768787" localize="false"/>
-<paragraph role="heading" id="hd_id3149762" xml-lang="en-US" level="1"><link href="text/shared/02/24020000.xhp">Graphics Mode</link></paragraph>
+<h1 id="hd_id3149762"><link href="text/shared/02/24020000.xhp">Graphics Mode</link></h1>
<paragraph role="paragraph" id="par_id3150255" xml-lang="en-US"><ahelp hid=".uno:GrafMode">Lists view attributes for the selected graphic object. The embedded or linked graphic object in the current file will not be changed, only the view of the object.</ahelp></paragraph>
</section>
<section id="sygraphics_mode">
diff --git a/source/text/shared/02/24030000.xhp b/source/text/shared/02/24030000.xhp
index f02aaccfa6..6e1ddc77bc 100644
--- a/source/text/shared/02/24030000.xhp
+++ b/source/text/shared/02/24030000.xhp
@@ -27,7 +27,7 @@
<body>
<section id="red">
<bookmark xml-lang="en-US" branch="hid/.uno:GrafRed" id="bm_id6070231" localize="false"/>
-<paragraph role="heading" id="hd_id3151097" xml-lang="en-US" level="1"><link href="text/shared/02/24030000.xhp">Red</link></paragraph>
+<h1 id="hd_id3151097"><link href="text/shared/02/24030000.xhp">Red</link></h1>
<paragraph role="paragraph" id="par_id3151100" xml-lang="en-US"><ahelp hid=".uno:GrafRed">Specifies the proportion of red RGB color components for the selected graphic object.</ahelp> Values from -100% (no red) to +100% (full red) are possible.</paragraph>
</section>
<section id="syred">
diff --git a/source/text/shared/02/24040000.xhp b/source/text/shared/02/24040000.xhp
index 05b09676a8..935e41de29 100644
--- a/source/text/shared/02/24040000.xhp
+++ b/source/text/shared/02/24040000.xhp
@@ -27,7 +27,7 @@
<body>
<section id="green">
<bookmark xml-lang="en-US" branch="hid/.uno:GrafGreen" id="bm_id4972033" localize="false"/>
-<paragraph role="heading" id="hd_id3154840" xml-lang="en-US" level="1"><link href="text/shared/02/24040000.xhp">Green</link></paragraph>
+<h1 id="hd_id3154840"><link href="text/shared/02/24040000.xhp">Green</link></h1>
<paragraph role="paragraph" id="par_id3143284" xml-lang="en-US"><ahelp hid=".uno:GrafGreen">Specifies the proportion of green RGB color components for the selected graphic object.</ahelp> Values from -100% (no green) to +100% (full green) are possible.</paragraph>
</section>
<section id="sygreen">
diff --git a/source/text/shared/02/24050000.xhp b/source/text/shared/02/24050000.xhp
index 93188c616d..a17a539607 100644
--- a/source/text/shared/02/24050000.xhp
+++ b/source/text/shared/02/24050000.xhp
@@ -27,7 +27,7 @@
<body>
<section id="blue">
<bookmark xml-lang="en-US" branch="hid/.uno:GrafBlue" id="bm_id5123550" localize="false"/>
-<paragraph role="heading" id="hd_id3147588" xml-lang="en-US" level="1"><link href="text/shared/02/24050000.xhp">Blue</link></paragraph>
+<h1 id="hd_id3147588"><link href="text/shared/02/24050000.xhp">Blue</link></h1>
<paragraph role="paragraph" id="par_id3155934" xml-lang="en-US"><ahelp hid=".uno:GrafBlue">Specifies the proportion of blue RGB color components for the selected graphic.</ahelp> Values from -100% (no blue) to +100% (full blue) are possible.</paragraph>
</section>
<section id="syblue">
diff --git a/source/text/shared/02/24080000.xhp b/source/text/shared/02/24080000.xhp
index 29daf42aa8..f2d040df67 100644
--- a/source/text/shared/02/24080000.xhp
+++ b/source/text/shared/02/24080000.xhp
@@ -27,7 +27,7 @@
<body>
<section id="gamma">
<bookmark xml-lang="en-US" branch="hid/.uno:GrafGamma" id="bm_id211906" localize="false"/>
-<paragraph role="heading" id="hd_id3154100" xml-lang="en-US" level="1"><link href="text/shared/02/24080000.xhp">Gamma</link></paragraph>
+<h1 id="hd_id3154100"><link href="text/shared/02/24080000.xhp">Gamma</link></h1>
<paragraph role="paragraph" id="par_id3154873" xml-lang="en-US"><ahelp hid=".uno:GrafGamma">Specifies the gamma value for the view of the selected object, which affects the brightness of the midtone values.</ahelp> Values from 0.10 (minimum Gamma) to 10 (maximum Gamma) are possible.</paragraph>
</section>
<section id="sygamma">
diff --git a/source/text/shared/02/24090000.xhp b/source/text/shared/02/24090000.xhp
index 9944fc560b..67ab1d1554 100644
--- a/source/text/shared/02/24090000.xhp
+++ b/source/text/shared/02/24090000.xhp
@@ -27,7 +27,7 @@
<body>
<section id="transparency">
<bookmark xml-lang="en-US" branch="hid/.uno:GrafTransparence" id="bm_id196900" localize="false"/>
-<paragraph role="heading" id="hd_id3159411" xml-lang="en-US" level="1"><link href="text/shared/02/24090000.xhp">Transparency</link></paragraph>
+<h1 id="hd_id3159411"><link href="text/shared/02/24090000.xhp">Transparency</link></h1>
<paragraph role="paragraph" id="par_id3150445" xml-lang="en-US"><ahelp hid=".uno:GrafTransparence">Specifies the transparency in the graphic object.</ahelp> Values from 0% (fully opaque) to +100% (fully transparent) are possible.</paragraph>
</section>
<section id="sytransparency">
diff --git a/source/text/shared/02/24100000.xhp b/source/text/shared/02/24100000.xhp
index 6d6abfbd48..1790c6fa08 100644
--- a/source/text/shared/02/24100000.xhp
+++ b/source/text/shared/02/24100000.xhp
@@ -27,7 +27,7 @@
<body>
<section id="crop">
<bookmark xml-lang="en-US" branch="hid/.uno:GrafAttrCrop" id="bm_id9106091" localize="false"/>
-<paragraph role="heading" id="hd_id3154044" xml-lang="en-US" level="1"><link href="text/shared/02/24100000.xhp">Crop</link></paragraph>
+<h1 id="hd_id3154044"><link href="text/shared/02/24100000.xhp">Crop</link></h1>
<paragraph role="paragraph" id="par_id3154863" xml-lang="en-US"><ahelp hid=".uno:GrafAttrCrop">Allows to crop the display of an inserted picture. Only the display gets cropped, the inserted picture is not changed.</ahelp> A picture must be selected to enable cropping.</paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:Crop" id="bm_id0514200804065077" localize="false"/>
<paragraph role="paragraph" id="par_id0514200804261097" xml-lang="en-US">In Impress and Draw no dialog is shown when you click the icon, but you see eight cropping handles. Open the context menu of a selected picture and choose <item type="menuitem">Crop Image</item>, if you want to use the <link href="text/shared/01/05030800.xhp">dialog</link> for cropping.</paragraph>
diff --git a/source/text/shared/02/basicshapes.xhp b/source/text/shared/02/basicshapes.xhp
index d8f11ae5f3..b32904dd69 100644
--- a/source/text/shared/02/basicshapes.xhp
+++ b/source/text/shared/02/basicshapes.xhp
@@ -31,7 +31,7 @@
<body>
<section id="basicshapes">
<bookmark xml-lang="en-US" branch="hid/.uno:BasicShapes" id="bm_id8525077" localize="false"/>
-<paragraph role="heading" id="par_idN10557" xml-lang="en-US" level="1"><link href="text/shared/02/basicshapes.xhp">Basic Shapes</link></paragraph>
+<h1 id="par_idN10557"><link href="text/shared/02/basicshapes.xhp">Basic Shapes</link></h1>
<paragraph role="paragraph" id="par_idN10567" xml-lang="en-US"><ahelp hid=".">Opens the Basic Shapes toolbar which you can use to insert graphics into your document.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/02/blockarrows.xhp b/source/text/shared/02/blockarrows.xhp
index 54df440bda..e2b5b858f8 100644
--- a/source/text/shared/02/blockarrows.xhp
+++ b/source/text/shared/02/blockarrows.xhp
@@ -31,7 +31,7 @@
<body>
<section id="blockarrows">
<bookmark xml-lang="en-US" branch="hid/.uno:ArrowShapes" id="bm_id2847514" localize="false"/>
-<paragraph role="heading" id="par_idN1055A" xml-lang="en-US" level="1"><link href="text/shared/02/blockarrows.xhp">Block Arrows</link></paragraph>
+<h1 id="par_idN1055A"><link href="text/shared/02/blockarrows.xhp">Block Arrows</link></h1>
<paragraph role="paragraph" id="par_idN1056A" xml-lang="en-US"><ahelp hid=".">Opens the Block Arrows toolbar from which you can insert graphics into your document.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/02/callouts.xhp b/source/text/shared/02/callouts.xhp
index 96763d917d..cfd1144671 100644
--- a/source/text/shared/02/callouts.xhp
+++ b/source/text/shared/02/callouts.xhp
@@ -34,7 +34,7 @@
<bookmark_value>speech bubbles</bookmark_value>
</bookmark><comment>mw moved "legends;drawings" to draw guide text_enter.xhp</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:CalloutShapes" id="bm_id5113702" localize="false"/>
-<paragraph role="heading" id="par_idN1055A" xml-lang="en-US" level="1"><link href="text/shared/02/callouts.xhp">Callouts</link></paragraph>
+<h1 id="par_idN1055A"><link href="text/shared/02/callouts.xhp">Callouts</link></h1>
<paragraph role="paragraph" id="par_idN1056A" xml-lang="en-US"><ahelp hid=".">Opens the Callouts toolbar from which you can insert graphics into your document.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/02/colortoolbar.xhp b/source/text/shared/02/colortoolbar.xhp
index aada8ab18b..04b3599203 100644
--- a/source/text/shared/02/colortoolbar.xhp
+++ b/source/text/shared/02/colortoolbar.xhp
@@ -32,7 +32,7 @@
<body>
<section id="color">
<bookmark xml-lang="en-US" branch="hid/.uno:ColorSettings" id="bm_id4275032" localize="false"/>
-<paragraph role="heading" id="hd_id8983733" xml-lang="en-US" level="1"><link href="text/shared/02/colortoolbar.xhp">Color</link></paragraph>
+<h1 id="hd_id8983733"><link href="text/shared/02/colortoolbar.xhp">Color</link></h1>
<paragraph role="paragraph" id="par_id1676381" xml-lang="en-US"><ahelp hid=".">With the Color toolbar you can edit some properties of the selected object.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id5855281" xml-lang="en-US">To open the Color toolbar, click the Color icon on the Image toolbar.</paragraph>
diff --git a/source/text/shared/02/flowcharts.xhp b/source/text/shared/02/flowcharts.xhp
index e96b25db04..3525d1a2f8 100644
--- a/source/text/shared/02/flowcharts.xhp
+++ b/source/text/shared/02/flowcharts.xhp
@@ -31,7 +31,7 @@
<body>
<section id="flowcharts">
<bookmark xml-lang="en-US" branch="hid/.uno:FlowChartShapes" id="bm_id3399644" localize="false"/>
-<paragraph role="heading" id="par_idN10557" xml-lang="en-US" level="1"><link href="text/shared/02/flowcharts.xhp">Flowchart</link></paragraph>
+<h1 id="par_idN10557"><link href="text/shared/02/flowcharts.xhp">Flowchart</link></h1>
<paragraph role="paragraph" id="par_idN10567" xml-lang="en-US"><ahelp hid=".">Opens the Flowchart toolbar from which you can insert graphics into your document.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/02/stars.xhp b/source/text/shared/02/stars.xhp
index 006da45ed5..a08775e1f0 100644
--- a/source/text/shared/02/stars.xhp
+++ b/source/text/shared/02/stars.xhp
@@ -31,7 +31,7 @@
<body>
<section id="stars">
<bookmark xml-lang="en-US" branch="hid/.uno:StarShapes" id="bm_id8048189" localize="false"/>
-<paragraph role="heading" id="par_idN1055A" xml-lang="en-US" level="1"><link href="text/shared/02/stars.xhp">Stars and Banners</link></paragraph>
+<h1 id="par_idN1055A"><link href="text/shared/02/stars.xhp">Stars and Banners</link></h1>
<paragraph role="paragraph" id="par_idN1056A" xml-lang="en-US"><ahelp hid=".">Opens the Stars and Banners toolbar from which you can insert graphics into your document.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/04/01020000.xhp b/source/text/shared/04/01020000.xhp
index 5cae73bf4b..34727f9597 100644
--- a/source/text/shared/04/01020000.xhp
+++ b/source/text/shared/04/01020000.xhp
@@ -29,7 +29,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3149809"><bookmark_value>shortcut keys; in databases</bookmark_value>
<bookmark_value>databases; shortcut keys</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3149809" xml-lang="en-US" level="1"><variable id="DB_keys"><link href="text/shared/04/01020000.xhp">Database Shortcut Keys</link></variable></paragraph>
+<h1 id="hd_id3149809"><variable id="DB_keys"><link href="text/shared/04/01020000.xhp">Database Shortcut Keys</link></variable></h1>
<paragraph role="paragraph" id="par_id3152462" xml-lang="en-US">The following is a list of shortcut keys available within databases.</paragraph>
<paragraph role="paragraph" id="par_id3147350" xml-lang="en-US">The general <link href="text/shared/04/01010000.xhp">shortcut keys in $[officename]</link> also apply.</paragraph>
<embed href="text/shared/00/00000099.xhp#keys"/>
diff --git a/source/text/shared/05/00000001.xhp b/source/text/shared/05/00000001.xhp
index 39ec887fa5..39b636cf50 100644
--- a/source/text/shared/05/00000001.xhp
+++ b/source/text/shared/05/00000001.xhp
@@ -32,7 +32,7 @@
<bookmark_value>forums and support</bookmark_value>
<bookmark_value>Web support</bookmark_value>
</bookmark>
-<paragraph id="hd_id3146873" role="heading" level="1" xml-lang="en-US"><variable id="00000001"><link href="text/shared/05/00000001.xhp">Getting Support</link></variable></paragraph>
+<h1 id="hd_id3146873"><variable id="00000001"><link href="text/shared/05/00000001.xhp">Getting Support</link></variable></h1>
<paragraph id="par_id3150667" role="paragraph" xml-lang="en-US">You can find support on <link href="https://www.libreoffice.org/get-help/feedback/">the %PRODUCTNAME website</link>.</paragraph>
<paragraph id="par_id3154230" role="paragraph" xml-lang="en-US">For a summary of the current support services refer to the <emph>Readme</emph> file in the %PRODUCTNAME folder.</paragraph>
<h2 id="hd_id26327">Local language support pages</h2>
diff --git a/source/text/shared/05/00000002.xhp b/source/text/shared/05/00000002.xhp
index f8c3fc70ec..217828cfdc 100644
--- a/source/text/shared/05/00000002.xhp
+++ b/source/text/shared/05/00000002.xhp
@@ -29,7 +29,7 @@
</meta>
<body>
<bookmark branch="hid/HID_INTERFACE_SFXHELP_VIEWSH" xml-lang="en-US" id="bm_id3156421" localize="false"/>
-<paragraph id="hd_id3153116" role="heading" level="1" xml-lang="en-US"><link href="text/shared/05/00000002.xhp">Icons in the Documentation</link></paragraph>
+<h1 id="hd_id3153116"><link href="text/shared/05/00000002.xhp">Icons in the Documentation</link></h1>
<section id="symbole">
<h2 id="hd_id3154962">Icons in the Documentation</h2>
<paragraph role="paragraph" id="par_id3146961" xml-lang="en-US">There are three icons used to call your attention to additional helpful information.</paragraph>
diff --git a/source/text/shared/05/00000110.xhp b/source/text/shared/05/00000110.xhp
index 7138099df6..22775c13fe 100644
--- a/source/text/shared/05/00000110.xhp
+++ b/source/text/shared/05/00000110.xhp
@@ -28,7 +28,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:HelpOnHelp" id="bm_id3706162" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/searchdialog/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/searchdialog/SearchDialog" id="bm_id3153244" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3153884" role="heading" level="1"><variable id="00000110"><link href="text/shared/05/00000110.xhp">The <item type="productname">%PRODUCTNAME</item> Help Window</link></variable></paragraph>
+<h1 id="hd_id3153884"><variable id="00000110"><link href="text/shared/05/00000110.xhp">The <item type="productname">%PRODUCTNAME</item> Help Window</link></variable></h1>
<paragraph xml-lang="en-US" id="par_id3156183" role="warning">The Help system for all versions of the software is based on the same source files. Some of the functions described in Help may not be included in this particular distribution. Some features specific to a distribution may not be mentioned in this Help.</paragraph>
<paragraph xml-lang="en-US" id="par_id3147143" role="paragraph"><ahelp hid="." visibility="hidden">Provides an overview of the Help system.</ahelp> The <emph>Help</emph> window shows the currently selected Help page.</paragraph>
<bookmark xml-lang="en-US" branch="hid/SFX2_HID_HELP_TOOLBOX" id="bm_id3153114" localize="false"/>
diff --git a/source/text/shared/05/00000130.xhp b/source/text/shared/05/00000130.xhp
index 782e609924..8d0aed7872 100644
--- a/source/text/shared/05/00000130.xhp
+++ b/source/text/shared/05/00000130.xhp
@@ -32,7 +32,7 @@
<bookmark_value>Help; keywords</bookmark_value>
</bookmark>
<paragraph role="paragraph" id="par_id3149428" xml-lang="en-US" localize="false"/>
-<paragraph role="heading" id="hd_id3153884" xml-lang="en-US" level="1"><variable id="00000130"><link href="text/shared/05/00000130.xhp">Index - Keyword Search in the Help</link></variable></paragraph>
+<h1 id="hd_id3153884"><variable id="00000130"><link href="text/shared/05/00000130.xhp">Index - Keyword Search in the Help</link></variable></h1>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/helpindexpage/HelpIndexPage" id="bm_id3149662" localize="false"/>
<paragraph role="paragraph" id="par_id3150960" xml-lang="en-US"><ahelp hid="sfx/ui/helpindexpage/HelpIndexPage" visibility="hidden">Double-click an entry or type the word you want to find in the index.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/helpindexpage/display" id="bm_id3150476" localize="false"/>
diff --git a/source/text/shared/05/00000140.xhp b/source/text/shared/05/00000140.xhp
index 1d7aab383c..4549c6269d 100644
--- a/source/text/shared/05/00000140.xhp
+++ b/source/text/shared/05/00000140.xhp
@@ -33,7 +33,7 @@
<bookmark_value>full-text search in Help</bookmark_value>
</bookmark>
<paragraph role="paragraph" id="par_id3148532" xml-lang="en-US" localize="false"/>
-<paragraph role="heading" id="hd_id3148523" xml-lang="en-US" level="1"><variable id="00000140"><link href="text/shared/05/00000140.xhp">Find - The Full-Text Search</link></variable></paragraph>
+<h1 id="hd_id3148523"><variable id="00000140"><link href="text/shared/05/00000140.xhp">Find - The Full-Text Search</link></variable></h1>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/helpsearchpage/search" id="bm_id3151100" localize="false"/>
<paragraph role="paragraph" id="par_id3155599" xml-lang="en-US"><ahelp hid="sfx/ui/helpsearchpage/search" visibility="hidden">Enter the search term here. The search is not case-sensitive.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/helpsearchpage/find" id="bm_id3109850" localize="false"/>
diff --git a/source/text/shared/05/00000160.xhp b/source/text/shared/05/00000160.xhp
index 11431ef0e3..a13bed27d8 100644
--- a/source/text/shared/05/00000160.xhp
+++ b/source/text/shared/05/00000160.xhp
@@ -33,7 +33,7 @@
</bookmark>
<paragraph role="paragraph" id="par_id3147090" xml-lang="en-US" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/helpcontentpage/HelpContentPage" id="bm_id3155354" localize="false"/>
-<paragraph role="heading" id="hd_id3146856" xml-lang="en-US" level="1"><variable id="doc_title"><link href="text/shared/05/00000160.xhp">Contents - The Main Help Topics</link></variable></paragraph>
+<h1 id="hd_id3146856"><variable id="doc_title"><link href="text/shared/05/00000160.xhp">Contents - The Main Help Topics</link></variable></h1>
<paragraph role="paragraph" id="par_id3147000" xml-lang="en-US"><ahelp hid="sfx/ui/helpcontentpage/HelpContentPage">Displays the main help themes, arranged in a similar way to folders in a file manager.</ahelp></paragraph>
<table id="tbl_id3150476">
<tablerow>
diff --git a/source/text/shared/07/09000000.xhp b/source/text/shared/07/09000000.xhp
index 0d49e5c21d..0405302c85 100644
--- a/source/text/shared/07/09000000.xhp
+++ b/source/text/shared/07/09000000.xhp
@@ -29,7 +29,7 @@
</meta>
<body>
<section id="web_pages">
-<paragraph role="heading" id="hd_id3156014" xml-lang="en-US" level="1"><link href="text/shared/07/09000000.xhp">Web Pages</link></paragraph>
+<h1 id="hd_id3156014"><link href="text/shared/07/09000000.xhp">Web Pages</link></h1>
<paragraph role="paragraph" id="par_id3146946" xml-lang="en-US">To create a new web page for the Internet, open a new <emph>HTML Document</emph> by choosing <item type="menuitem">File - New</item>.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3143284" xml-lang="en-US">A tool for creating new web pages is the Web Layout mode, which you enable with <item type="menuitem">View - Web</item>.</paragraph>
diff --git a/source/text/shared/autokorr/12000000.xhp b/source/text/shared/autokorr/12000000.xhp
index 56bf34a927..7712c64885 100644
--- a/source/text/shared/autokorr/12000000.xhp
+++ b/source/text/shared/autokorr/12000000.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/EDITENG_HID_AUTOCORR_HELP_CHGTOENEMDASH" id="bm_id3146936" localize="false"/><h1 id="hd_id3153116">AutoCorrect has been activated</h1>
-<paragraph role="heading" id="hd_id3149551" xml-lang="en-US" level="3">Minus signs have been replaced<comment>i73558</comment></paragraph>
+<h3 id="hd_id3149551">Minus signs have been replaced<comment>i73558</comment></h3>
<paragraph role="paragraph" id="par_id3148932" xml-lang="en-US"><link href="text/shared/01/06040000.xhp">AutoCorrect</link> has modified your text, and minus signs have been replaced with dashes.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#autokooptionen"/>
diff --git a/source/text/shared/autopi/01000000.xhp b/source/text/shared/autopi/01000000.xhp
index d074b2b2ff..4094a04ccf 100644
--- a/source/text/shared/autopi/01000000.xhp
+++ b/source/text/shared/autopi/01000000.xhp
@@ -36,22 +36,22 @@
<bookmark_value>AutoPilots, see wizards</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:AutoPilotMenu" id="bm_id3149827" localize="false"/>
-<paragraph role="heading" id="hd_id3152551" xml-lang="en-US" level="1"><link href="text/shared/autopi/01000000.xhp">Wizards</link></paragraph>
+<h1 id="hd_id3152551"><link href="text/shared/autopi/01000000.xhp">Wizards</link></h1>
<paragraph role="paragraph" id="par_id3153527" xml-lang="en-US"><ahelp hid=".uno:AutoPilotMenu">Guides you through creating business and personal letters, faxes, agendas, and more.</ahelp></paragraph>
</section>
</section>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#autobrief"/>
</section>
-<paragraph role="heading" id="hd_id3154750" xml-lang="en-US" level="2"><link href="text/shared/autopi/01010000.xhp">Letter</link></paragraph>
+<h2 id="hd_id3154750"><link href="text/shared/autopi/01010000.xhp">Letter</link></h2>
<embed href="text/shared/autopi/01010000.xhp#brief"/>
-<paragraph role="heading" id="hd_id3153662" xml-lang="en-US" level="2"><link href="text/shared/autopi/01020000.xhp">Fax</link></paragraph>
+<h2 id="hd_id3153662"><link href="text/shared/autopi/01020000.xhp">Fax</link></h2>
<embed href="text/shared/autopi/01020000.xhp#fax"/>
-<paragraph role="heading" id="hd_id3153561" xml-lang="en-US" level="2"><link href="text/shared/autopi/01040000.xhp">Agenda</link></paragraph>
+<h2 id="hd_id3153561"><link href="text/shared/autopi/01040000.xhp">Agenda</link></h2>
<embed href="text/shared/autopi/01040000.xhp#agenda"/>
-<paragraph role="heading" id="hd_id3147530" xml-lang="en-US" level="2"><link href="text/shared/autopi/01130000.xhp">Document Converter</link></paragraph>
+<h2 id="hd_id3147530"><link href="text/shared/autopi/01130000.xhp">Document Converter</link></h2>
<embed href="text/shared/autopi/01130000.xhp#ms"/>
-<paragraph role="heading" id="hd_id3147303" xml-lang="en-US" level="2"><link href="text/shared/autopi/01150000.xhp">Euro Converter</link></paragraph>
+<h2 id="hd_id3147303"><link href="text/shared/autopi/01150000.xhp">Euro Converter</link></h2>
<embed href="text/shared/autopi/01150000.xhp#eurokonv"/>
<embed href="text/shared/autopi/01170000.xhp#address_data_source"/>
</body>
diff --git a/source/text/shared/autopi/01010100.xhp b/source/text/shared/autopi/01010100.xhp
index b346b519d3..bb54d75b7e 100644
--- a/source/text/shared/autopi/01010100.xhp
+++ b/source/text/shared/autopi/01010100.xhp
@@ -32,7 +32,7 @@
<body>
<section id="page1">
<bookmark xml-lang="en-US" branch="hid/SW_HID_LETTER_PAGE1" id="bm_id3147291" localize="false"/>
-<paragraph role="heading" id="hd_id3147102" xml-lang="en-US" level="1"><link href="text/shared/autopi/01010100.xhp">Letter Wizard - Page design</link></paragraph>
+<h1 id="hd_id3147102"><link href="text/shared/autopi/01010100.xhp">Letter Wizard - Page design</link></h1>
<paragraph role="paragraph" id="par_id3147226" xml-lang="en-US"><ahelp hid=".">Specifies whether you want to create a personal or a business letter.</ahelp> The available options on the following pages vary depending on your choice.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01010200.xhp b/source/text/shared/autopi/01010200.xhp
index 207cc225fb..3cafd3afa4 100644
--- a/source/text/shared/autopi/01010200.xhp
+++ b/source/text/shared/autopi/01010200.xhp
@@ -32,7 +32,7 @@
<body>
<section id="page2">
<bookmark xml-lang="en-US" branch="hid/SW_HID_LETTER_PAGE2" id="bm_id3148671" localize="false"/>
-<paragraph role="heading" id="hd_id3155354" xml-lang="en-US" level="1"><link href="text/shared/autopi/01010200.xhp">Letter Wizard - Letterhead layout</link></paragraph>
+<h1 id="hd_id3155354"><link href="text/shared/autopi/01010200.xhp">Letter Wizard - Letterhead layout</link></h1>
<paragraph role="paragraph" id="par_id3146856" xml-lang="en-US"><ahelp hid=".">Allows you to specify the elements that are already imprinted on your letterhead paper.</ahelp> Those elements are not printed, and the space they occupy is left blank by the printer.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01010300.xhp b/source/text/shared/autopi/01010300.xhp
index 653e17561b..c8c9969e23 100644
--- a/source/text/shared/autopi/01010300.xhp
+++ b/source/text/shared/autopi/01010300.xhp
@@ -32,7 +32,7 @@
<body>
<section id="page3">
<bookmark xml-lang="en-US" branch="hid/SW_HID_LETTER_PAGE3" id="bm_id3154230" localize="false"/>
-<paragraph role="heading" id="hd_id3148520" xml-lang="en-US" level="1"><link href="text/shared/autopi/01010300.xhp">Letter Wizard - Printed items</link></paragraph>
+<h1 id="hd_id3148520"><link href="text/shared/autopi/01010300.xhp">Letter Wizard - Printed items</link></h1>
<paragraph role="paragraph" id="par_id3152594" xml-lang="en-US"><ahelp hid=".">Defines the items to be included in the letter template.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01010400.xhp b/source/text/shared/autopi/01010400.xhp
index 69e3b317d7..c6a612f97b 100644
--- a/source/text/shared/autopi/01010400.xhp
+++ b/source/text/shared/autopi/01010400.xhp
@@ -32,7 +32,7 @@
<body>
<section id="page4">
<bookmark xml-lang="en-US" branch="hid/SW_HID_LETTER_PAGE4" id="bm_id3153311" localize="false"/>
-<paragraph role="heading" id="hd_id3154288" xml-lang="en-US" level="1"><link href="text/shared/autopi/01010400.xhp">Letter Wizard - Recipient and sender</link></paragraph>
+<h1 id="hd_id3154288"><link href="text/shared/autopi/01010400.xhp">Letter Wizard - Recipient and sender</link></h1>
<paragraph role="paragraph" id="par_id3159233" xml-lang="en-US"><ahelp hid=".">Specifies the sender and recipient information.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01010500.xhp b/source/text/shared/autopi/01010500.xhp
index d0d567ea6b..084dec790f 100644
--- a/source/text/shared/autopi/01010500.xhp
+++ b/source/text/shared/autopi/01010500.xhp
@@ -32,7 +32,7 @@
<body>
<section id="page5">
<bookmark xml-lang="en-US" branch="hid/SW_HID_LETTER_PAGE5" id="bm_id3149205" localize="false"/>
-<paragraph role="heading" id="hd_id3143281" xml-lang="en-US" level="1"><link href="text/shared/autopi/01010500.xhp">Letter Wizard - Footer</link></paragraph>
+<h1 id="hd_id3143281"><link href="text/shared/autopi/01010500.xhp">Letter Wizard - Footer</link></h1>
<paragraph role="paragraph" id="par_id3147834" xml-lang="en-US"><ahelp hid=".">Specifies the information to include in the footer space.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01010600.xhp b/source/text/shared/autopi/01010600.xhp
index 08b7ad042e..b191e6fc93 100644
--- a/source/text/shared/autopi/01010600.xhp
+++ b/source/text/shared/autopi/01010600.xhp
@@ -32,7 +32,7 @@
<body>
<section id="page6">
<bookmark xml-lang="en-US" branch="hid/SW_HID_LETTER_PAGE6" id="bm_id3156346" localize="false"/>
-<paragraph role="heading" id="hd_id3150355" xml-lang="en-US" level="1"><link href="text/shared/autopi/01010600.xhp">Letter Wizard - Name and Location</link></paragraph>
+<h1 id="hd_id3150355"><link href="text/shared/autopi/01010600.xhp">Letter Wizard - Name and Location</link></h1>
<paragraph role="paragraph" id="par_id3152996" xml-lang="en-US"><ahelp hid=".">Specifies where and under which name you want to save the document and template.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01020100.xhp b/source/text/shared/autopi/01020100.xhp
index 449eaaa10c..b459499286 100644
--- a/source/text/shared/autopi/01020100.xhp
+++ b/source/text/shared/autopi/01020100.xhp
@@ -32,7 +32,7 @@
<body>
<section id="page1">
<bookmark xml-lang="en-US" branch="hid/SW_HID_FAX_PAGE1" id="bm_id3155364" localize="false"/>
-<paragraph role="heading" id="hd_id3109850" xml-lang="en-US" level="1"><link href="text/shared/autopi/01020100.xhp">Fax Wizard - Page Design</link></paragraph>
+<h1 id="hd_id3109850"><link href="text/shared/autopi/01020100.xhp">Fax Wizard - Page Design</link></h1>
<paragraph role="paragraph" id="par_id3156027" xml-lang="en-US"><ahelp hid="HID_FAX_PAGE1">Defines the style of your fax document.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01020200.xhp b/source/text/shared/autopi/01020200.xhp
index 48a0bb73b2..823e808114 100644
--- a/source/text/shared/autopi/01020200.xhp
+++ b/source/text/shared/autopi/01020200.xhp
@@ -34,7 +34,7 @@
<body>
<section id="page2">
<bookmark xml-lang="en-US" branch="hid/SW_HID_FAX_PAGE2" id="bm_id3150808" localize="false"/>
-<paragraph role="heading" id="hd_id3157898" xml-lang="en-US" level="1"><link href="text/shared/autopi/01020200.xhp">Fax Wizard - Items to include</link></paragraph>
+<h1 id="hd_id3157898"><link href="text/shared/autopi/01020200.xhp">Fax Wizard - Items to include</link></h1>
<paragraph role="paragraph" id="par_id3147571" xml-lang="en-US"><ahelp hid="HID_FAX_PAGE2">Specifies the fax elements to be printed.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01020300.xhp b/source/text/shared/autopi/01020300.xhp
index c10b26b5ab..aba9445256 100644
--- a/source/text/shared/autopi/01020300.xhp
+++ b/source/text/shared/autopi/01020300.xhp
@@ -34,7 +34,7 @@
<body>
<section id="page3">
<bookmark xml-lang="en-US" branch="hid/SW_HID_FAX_PAGE3" id="bm_id3147102" localize="false"/>
-<paragraph role="heading" id="hd_id3155934" xml-lang="en-US" level="1"><link href="text/shared/autopi/01020300.xhp">Fax Wizard - Sender and Recipient</link></paragraph>
+<h1 id="hd_id3155934"><link href="text/shared/autopi/01020300.xhp">Fax Wizard - Sender and Recipient</link></h1>
<paragraph role="paragraph" id="par_id3150808" xml-lang="en-US"><ahelp hid="HID_FAX_PAGE3">Specifies the receiver and sender information for the fax.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01020400.xhp b/source/text/shared/autopi/01020400.xhp
index d757c15ed3..07d94cee84 100644
--- a/source/text/shared/autopi/01020400.xhp
+++ b/source/text/shared/autopi/01020400.xhp
@@ -34,7 +34,7 @@
<body>
<section id="page4">
<bookmark xml-lang="en-US" branch="hid/SW_HID_FAX_PAGE4" id="bm_id3152425" localize="false"/>
-<paragraph role="heading" id="hd_id3147143" xml-lang="en-US" level="1"><link href="text/shared/autopi/01020400.xhp">Fax Wizard - Footer</link></paragraph>
+<h1 id="hd_id3147143"><link href="text/shared/autopi/01020400.xhp">Fax Wizard - Footer</link></h1>
<paragraph role="paragraph" id="par_id3155805" xml-lang="en-US"><ahelp hid="HID_FAX_PAGE4">Specifies the footer data.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01020500.xhp b/source/text/shared/autopi/01020500.xhp
index d115f024f0..01f98d5cad 100644
--- a/source/text/shared/autopi/01020500.xhp
+++ b/source/text/shared/autopi/01020500.xhp
@@ -34,7 +34,7 @@
<body>
<section id="page5">
<bookmark xml-lang="en-US" branch="hid/SW_HID_FAX_PAGE5" id="bm_id3156027" localize="false"/>
-<paragraph role="heading" id="hd_id3150247" xml-lang="en-US" level="1"><link href="text/shared/autopi/01020500.xhp">Fax Wizard - Name and location</link></paragraph>
+<h1 id="hd_id3150247"><link href="text/shared/autopi/01020500.xhp">Fax Wizard - Name and location</link></h1>
<paragraph role="paragraph" id="par_id3155552" xml-lang="en-US"><ahelp hid="HID_FAX_PAGE5">Defines the template name and location.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01040100.xhp b/source/text/shared/autopi/01040100.xhp
index f246b7413b..eadd3d8e50 100644
--- a/source/text/shared/autopi/01040100.xhp
+++ b/source/text/shared/autopi/01040100.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="page1">
-<bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE1" id="bm_id3154230" localize="false"/><paragraph role="heading" id="hd_id3151100" xml-lang="en-US" level="1"><link href="text/shared/autopi/01040100.xhp">Agenda Wizard - Page Design</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE1" id="bm_id3154230" localize="false"/><h1 id="hd_id3151100"><link href="text/shared/autopi/01040100.xhp">Agenda Wizard - Page Design</link></h1>
<paragraph role="paragraph" id="par_id3152594" xml-lang="en-US"><ahelp hid="HID_AGENDA_PAGE1">Specifies a page design for the agenda.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01040200.xhp b/source/text/shared/autopi/01040200.xhp
index 8f79606f36..52f810db38 100644
--- a/source/text/shared/autopi/01040200.xhp
+++ b/source/text/shared/autopi/01040200.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="page2">
-<bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE2" id="bm_id3147143" localize="false"/><paragraph role="heading" id="hd_id3150247" xml-lang="en-US" level="1"><link href="text/shared/autopi/01040200.xhp">Agenda Wizard - General Information</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE2" id="bm_id3147143" localize="false"/><h1 id="hd_id3150247"><link href="text/shared/autopi/01040200.xhp">Agenda Wizard - General Information</link></h1>
<paragraph role="paragraph" id="par_id3150616" xml-lang="en-US"><ahelp hid="HID_AGENDA_PAGE2">Specifies the date, time, title, and location of the meeting.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01040300.xhp b/source/text/shared/autopi/01040300.xhp
index 6aac402121..3cc2844a21 100644
--- a/source/text/shared/autopi/01040300.xhp
+++ b/source/text/shared/autopi/01040300.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="page3">
-<bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE3" id="bm_id3155150" localize="false"/><paragraph role="heading" id="hd_id3109850" xml-lang="en-US" level="1"><link href="text/shared/autopi/01040300.xhp">Agenda Wizard - Headings to include</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE3" id="bm_id3155150" localize="false"/><h1 id="hd_id3109850"><link href="text/shared/autopi/01040300.xhp">Agenda Wizard - Headings to include</link></h1>
<paragraph role="paragraph" id="par_id3157898" xml-lang="en-US"><ahelp hid="HID_AGENDA_PAGE3">Specifies the headings that you want to include in the agenda.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01040400.xhp b/source/text/shared/autopi/01040400.xhp
index 7cbe24ea7e..7b3e35eaa4 100644
--- a/source/text/shared/autopi/01040400.xhp
+++ b/source/text/shared/autopi/01040400.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="page4">
-<bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE4" id="bm_id3154894" localize="false"/><paragraph role="heading" id="hd_id3143284" xml-lang="en-US" level="1"><link href="text/shared/autopi/01040400.xhp">Agenda Wizard - Names</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE4" id="bm_id3154894" localize="false"/><h1 id="hd_id3143284"><link href="text/shared/autopi/01040400.xhp">Agenda Wizard - Names</link></h1>
<paragraph role="paragraph" id="par_id3152363" xml-lang="en-US"><ahelp hid="HID_AGENDA_PAGE4">Specifies the names to be printed on the agenda.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01040500.xhp b/source/text/shared/autopi/01040500.xhp
index b34ad2d542..39a9d34a98 100644
--- a/source/text/shared/autopi/01040500.xhp
+++ b/source/text/shared/autopi/01040500.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="page5">
-<bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE5" id="bm_id3155934" localize="false"/><paragraph role="heading" id="hd_id3159224" xml-lang="en-US" level="1"><link href="text/shared/autopi/01040500.xhp">Agenda Wizard - Agenda Items</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE5" id="bm_id3155934" localize="false"/><h1 id="hd_id3159224"><link href="text/shared/autopi/01040500.xhp">Agenda Wizard - Agenda Items</link></h1>
<paragraph role="paragraph" id="par_id3147143" xml-lang="en-US"><ahelp hid="HID_AGENDA_PAGE5">Specifies the topics to be printed on the agenda template.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01040600.xhp b/source/text/shared/autopi/01040600.xhp
index 8d4c50f263..427fec3305 100644
--- a/source/text/shared/autopi/01040600.xhp
+++ b/source/text/shared/autopi/01040600.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="page6">
-<bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE6" id="bm_id3152363" localize="false"/><paragraph role="heading" id="hd_id3144740" xml-lang="en-US" level="1"><link href="text/shared/autopi/01040600.xhp">Agenda Wizard - Name and Location</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE6" id="bm_id3152363" localize="false"/><h1 id="hd_id3144740"><link href="text/shared/autopi/01040600.xhp">Agenda Wizard - Name and Location</link></h1>
<paragraph role="paragraph" id="par_id3147102" xml-lang="en-US"><ahelp hid="HID_AGENDA_PAGE6">Choose the title and location for the agenda template.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01090100.xhp b/source/text/shared/autopi/01090100.xhp
index 46eb2f982e..13c399646c 100644
--- a/source/text/shared/autopi/01090100.xhp
+++ b/source/text/shared/autopi/01090100.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<section id="fieldselection">
-<paragraph role="heading" id="hd_id3155599" xml-lang="en-US" level="1"><link href="text/shared/autopi/01090100.xhp">Form Wizard - Field Selection</link></paragraph>
+<h1 id="hd_id3155599"><link href="text/shared/autopi/01090100.xhp">Form Wizard - Field Selection</link></h1>
<paragraph role="paragraph" id="par_id3150445" xml-lang="en-US">On this page of the <link href="text/shared/autopi/01090000.xhp">Form Wizard</link>, you can specify the table or query that you need to create the form as well as the fields that you want to include in the form.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01090200.xhp b/source/text/shared/autopi/01090200.xhp
index 1a248f52ec..7a818b07f2 100644
--- a/source/text/shared/autopi/01090200.xhp
+++ b/source/text/shared/autopi/01090200.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="setupsubform">
-<paragraph role="heading" id="par_idN10543" xml-lang="en-US" level="1"><link href="text/shared/autopi/01090200.xhp">Form Wizard - Set up a Subform</link></paragraph>
+<h1 id="par_idN10543"><link href="text/shared/autopi/01090200.xhp">Form Wizard - Set up a Subform</link></h1>
<paragraph role="paragraph" id="par_idN10553" xml-lang="en-US">Specify if you want to use a subform and enter the subform's properties. A subform is a form that is inserted in another form.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01090210.xhp b/source/text/shared/autopi/01090210.xhp
index 7fc29353d8..d4edf3acb6 100644
--- a/source/text/shared/autopi/01090210.xhp
+++ b/source/text/shared/autopi/01090210.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<section id="addsubformfields">
-<paragraph role="heading" id="par_idN10546" xml-lang="en-US" level="1"><link href="text/shared/autopi/01090210.xhp">Form Wizard - Add Subform Fields</link></paragraph>
+<h1 id="par_idN10546"><link href="text/shared/autopi/01090210.xhp">Form Wizard - Add Subform Fields</link></h1>
<paragraph role="paragraph" id="par_idN10556" xml-lang="en-US">Specify the table or query you need to create the subform, and which fields you wish to include in the subform.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01090220.xhp b/source/text/shared/autopi/01090220.xhp
index cac081abd1..46f4a73f08 100644
--- a/source/text/shared/autopi/01090220.xhp
+++ b/source/text/shared/autopi/01090220.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="getjoinedfields">
-<paragraph role="heading" id="par_idN10543" xml-lang="en-US" level="1"><link href="text/shared/autopi/01090220.xhp">Form Wizard - Get Joined Fields</link></paragraph>
+<h1 id="par_idN10543"><link href="text/shared/autopi/01090220.xhp">Form Wizard - Get Joined Fields</link></h1>
<paragraph role="paragraph" id="par_idN10553" xml-lang="en-US">If you chose in step 2 to set up a subform based on manual selection of fields, you can select the joined fields on this wizard page.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01090300.xhp b/source/text/shared/autopi/01090300.xhp
index c853e1e503..2521a54f40 100644
--- a/source/text/shared/autopi/01090300.xhp
+++ b/source/text/shared/autopi/01090300.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="arrangecontrols">
-<paragraph role="heading" id="hd_id3163829" xml-lang="en-US" level="1"><link href="text/shared/autopi/01090300.xhp">Form Wizard - Arrange Controls</link></paragraph>
+<h1 id="hd_id3163829"><link href="text/shared/autopi/01090300.xhp">Form Wizard - Arrange Controls</link></h1>
<paragraph role="paragraph" id="par_id3153539" xml-lang="en-US">On this page of the Wizard, you can select the layout of the created form. </paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01090400.xhp b/source/text/shared/autopi/01090400.xhp
index 25497201d8..fdc001faa9 100644
--- a/source/text/shared/autopi/01090400.xhp
+++ b/source/text/shared/autopi/01090400.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="setdataentry">
-<paragraph role="heading" id="par_idN10543" xml-lang="en-US" level="1"><link href="text/shared/autopi/01090400.xhp">Form Wizard - Set Data Entry</link></paragraph>
+<h1 id="par_idN10543"><link href="text/shared/autopi/01090400.xhp">Form Wizard - Set Data Entry</link></h1>
<paragraph role="paragraph" id="par_idN10553" xml-lang="en-US">Specifies the data handling mode for the new form.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01090500.xhp b/source/text/shared/autopi/01090500.xhp
index 3378734827..432c927c7d 100644
--- a/source/text/shared/autopi/01090500.xhp
+++ b/source/text/shared/autopi/01090500.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="applystyles">
-<paragraph role="heading" id="par_idN10543" xml-lang="en-US" level="1"><link href="text/shared/autopi/01090500.xhp">Form Wizard - Apply Styles</link></paragraph>
+<h1 id="par_idN10543"><link href="text/shared/autopi/01090500.xhp">Form Wizard - Apply Styles</link></h1>
<paragraph role="paragraph" id="par_idN10553" xml-lang="en-US">Specifies the form style.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01090600.xhp b/source/text/shared/autopi/01090600.xhp
index 6133e31273..6f516acbba 100644
--- a/source/text/shared/autopi/01090600.xhp
+++ b/source/text/shared/autopi/01090600.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="setname">
-<paragraph role="heading" id="par_idN10543" xml-lang="en-US" level="1"><link href="text/shared/autopi/01090600.xhp">Form Wizard - Set Name</link></paragraph>
+<h1 id="par_idN10543"><link href="text/shared/autopi/01090600.xhp">Form Wizard - Set Name</link></h1>
<paragraph role="paragraph" id="par_idN10553" xml-lang="en-US">Specifies the name of the form and how to proceed.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01100100.xhp b/source/text/shared/autopi/01100100.xhp
index ff03cc022f..3fc1439f26 100644
--- a/source/text/shared/autopi/01100100.xhp
+++ b/source/text/shared/autopi/01100100.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="field_selection">
-<paragraph role="heading" id="hd_id3155599" xml-lang="en-US" level="1"><link href="text/shared/autopi/01100100.xhp">Report Wizard - Field Selection</link></paragraph>
+<h1 id="hd_id3155599"><link href="text/shared/autopi/01100100.xhp">Report Wizard - Field Selection</link></h1>
<paragraph role="paragraph" id="par_id3150476" xml-lang="en-US">Specifies the table or query for which you are creating the report, and which fields you wish to include in the report.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01100150.xhp b/source/text/shared/autopi/01100150.xhp
index 2f8ef82a0e..2632ef8cce 100644
--- a/source/text/shared/autopi/01100150.xhp
+++ b/source/text/shared/autopi/01100150.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="labelingfields">
-<paragraph role="heading" id="hd_id3144415" xml-lang="en-US" level="1"><link href="text/shared/autopi/01100150.xhp">Report Wizard - Labeling Fields</link></paragraph>
+<h1 id="hd_id3144415"><link href="text/shared/autopi/01100150.xhp">Report Wizard - Labeling Fields</link></h1>
<paragraph role="paragraph" id="par_id3147102" xml-lang="en-US">Specifies how you want to label the fields.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01100200.xhp b/source/text/shared/autopi/01100200.xhp
index 510ce36f21..39988ca042 100644
--- a/source/text/shared/autopi/01100200.xhp
+++ b/source/text/shared/autopi/01100200.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="grouping">
-<paragraph role="heading" id="hd_id3147000" xml-lang="en-US" level="1"><link href="text/shared/autopi/01100200.xhp">Report Wizard - Grouping</link></paragraph>
+<h1 id="hd_id3147000"><link href="text/shared/autopi/01100200.xhp">Report Wizard - Grouping</link></h1>
<paragraph role="paragraph" id="par_id3163829" xml-lang="en-US">You can group records in a report based on the values in one or more fields. Select the fields by which the resulting report will be grouped. You can group up to four fields in a report. When you group more than one field, $[officename] nests the groups according to their group level.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01100300.xhp b/source/text/shared/autopi/01100300.xhp
index f67cdd14e5..982f4f57af 100644
--- a/source/text/shared/autopi/01100300.xhp
+++ b/source/text/shared/autopi/01100300.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="sortoptions">
-<paragraph role="heading" id="hd_id3148668" xml-lang="en-US" level="1"><link href="text/shared/autopi/01100300.xhp">Report Wizard - Sort Options</link></paragraph>
+<h1 id="hd_id3148668"><link href="text/shared/autopi/01100300.xhp">Report Wizard - Sort Options</link></h1>
<paragraph role="paragraph" id="par_id3148520" xml-lang="en-US">Select the fields by which to sort the report. Fields can be sorted by up to four levels, each either ascending or descending. Grouped fields can only be sorted within each group.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01100400.xhp b/source/text/shared/autopi/01100400.xhp
index 807d3503bf..4366e25a72 100644
--- a/source/text/shared/autopi/01100400.xhp
+++ b/source/text/shared/autopi/01100400.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="chooselayout">
-<paragraph role="heading" id="hd_id3148668" xml-lang="en-US" level="1"><link href="text/shared/autopi/01100400.xhp">Report Wizard - Choose Layout</link></paragraph>
+<h1 id="hd_id3148668"><link href="text/shared/autopi/01100400.xhp">Report Wizard - Choose Layout</link></h1>
<paragraph role="paragraph" id="par_id3154894" xml-lang="en-US">Choose the layout from different templates and styles, and choose landscape or portrait page orientation.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01100500.xhp b/source/text/shared/autopi/01100500.xhp
index ccb3de014f..e6fbcf659f 100644
--- a/source/text/shared/autopi/01100500.xhp
+++ b/source/text/shared/autopi/01100500.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="savereport">
-<paragraph role="heading" id="hd_id3156211" xml-lang="en-US" level="1"><link href="text/shared/autopi/01100500.xhp">Report Wizard - Create Report</link></paragraph>
+<h1 id="hd_id3156211"><link href="text/shared/autopi/01100500.xhp">Report Wizard - Create Report</link></h1>
<paragraph role="paragraph" id="par_id3159224" xml-lang="en-US">You can create the report as a static or dynamic report. When you open a dynamic report, it will display with the current data contents. When you open a static report, it will always display the same data from the time when the static report was created.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01110100.xhp b/source/text/shared/autopi/01110100.xhp
index 80aa813016..ac9e988db1 100644
--- a/source/text/shared/autopi/01110100.xhp
+++ b/source/text/shared/autopi/01110100.xhp
@@ -34,7 +34,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/publishingdialog/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/publishingdialog/page1" id="bm_id7226172" localize="false"/>
<comment>inserted this dialog id, see i72163</comment>
-<paragraph role="heading" id="hd_id3153323" xml-lang="en-US" level="1"><link href="text/shared/autopi/01110100.xhp">HTML Export - Page 1</link></paragraph>
+<h1 id="hd_id3153323"><link href="text/shared/autopi/01110100.xhp">HTML Export - Page 1</link></h1>
<paragraph role="paragraph" id="par_id3163829" xml-lang="en-US">On the first page you can select an existing design or create a new one.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3152363" xml-lang="en-US">The settings you select for the export will be automatically saved as a design for other exports. You can enter the design name after clicking <emph>Create</emph>.</paragraph>
diff --git a/source/text/shared/autopi/01110200.xhp b/source/text/shared/autopi/01110200.xhp
index de092100ca..8912dfc70d 100644
--- a/source/text/shared/autopi/01110200.xhp
+++ b/source/text/shared/autopi/01110200.xhp
@@ -38,7 +38,7 @@
<bookmark_value>Internet; presentations</bookmark_value>
<bookmark_value>WebCast export</bookmark_value>
</bookmark><comment>changed "in the Internet" to "on the Internet", see i73714</comment>
-<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/publishingdialog/page2" id="bm_id7226173" localize="false"/><comment>inserted this dialog id, see i72163</comment><paragraph role="heading" id="hd_id3154840" xml-lang="en-US" level="1"><link href="text/shared/autopi/01110200.xhp">HTML Export - Page 2</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/publishingdialog/page2" id="bm_id7226173" localize="false"/><comment>inserted this dialog id, see i72163</comment><h1 id="hd_id3154840"><link href="text/shared/autopi/01110200.xhp">HTML Export - Page 2</link></h1>
<paragraph role="paragraph" id="par_id3154094" xml-lang="en-US">Determines the type of publication.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3151330" xml-lang="en-US">You can specify if you want to include frames, create a title, or display presentation notes.</paragraph>
diff --git a/source/text/shared/autopi/01110300.xhp b/source/text/shared/autopi/01110300.xhp
index 5aa3d62c64..9715bb6cee 100644
--- a/source/text/shared/autopi/01110300.xhp
+++ b/source/text/shared/autopi/01110300.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="page3">
-<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/publishingdialog/page3" id="bm_id7226174" localize="false"/><comment>inserted this dialog id, see i72163</comment><paragraph role="heading" id="hd_id3153323" xml-lang="en-US" level="1"><link href="text/shared/autopi/01110300.xhp">HTML Export - Page 3</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/publishingdialog/page3" id="bm_id7226174" localize="false"/><comment>inserted this dialog id, see i72163</comment><h1 id="hd_id3153323"><link href="text/shared/autopi/01110300.xhp">HTML Export - Page 3</link></h1>
<paragraph role="paragraph" id="par_id3147102" xml-lang="en-US">Specifies the graphics type and the target screen resolution.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01110400.xhp b/source/text/shared/autopi/01110400.xhp
index 59d20b386d..5893052421 100644
--- a/source/text/shared/autopi/01110400.xhp
+++ b/source/text/shared/autopi/01110400.xhp
@@ -32,7 +32,7 @@
<body>
<section id="page4">
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/publishingdialog/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"><link href="text/shared/autopi/01110400.xhp">HTML Export - Page 4</link></paragraph>
+<h1 id="hd_id3151100"><link href="text/shared/autopi/01110400.xhp">HTML Export - Page 4</link></h1>
<paragraph role="paragraph" id="par_id3109850" xml-lang="en-US">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">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>
diff --git a/source/text/shared/autopi/01110500.xhp b/source/text/shared/autopi/01110500.xhp
index 26fa381e1a..3b5325c59e 100644
--- a/source/text/shared/autopi/01110500.xhp
+++ b/source/text/shared/autopi/01110500.xhp
@@ -32,7 +32,7 @@
<body>
<section id="page5">
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/publishingdialog/page5" id="bm_id7226176" localize="false"/><comment>inserted this dialog id, see i72163</comment>
-<paragraph role="heading" id="hd_id3144415" xml-lang="en-US" level="1"><link href="text/shared/autopi/01110500.xhp">HTML Export - Page 5</link></paragraph>
+<h1 id="hd_id3144415"><link href="text/shared/autopi/01110500.xhp">HTML Export - Page 5</link></h1>
<paragraph role="paragraph" id="par_id3151100" xml-lang="en-US">Defines a button style for navigation through the presentation slides.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3155351" xml-lang="en-US">This page is not visible if you have unmarked the <emph>Create title page</emph> check box, or if you have selected either automatic or WebCast export.</paragraph>
diff --git a/source/text/shared/autopi/01110600.xhp b/source/text/shared/autopi/01110600.xhp
index 3925d9da99..dbd0928b32 100644
--- a/source/text/shared/autopi/01110600.xhp
+++ b/source/text/shared/autopi/01110600.xhp
@@ -32,7 +32,7 @@
<body>
<section id="page6">
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/publishingdialog/page6" id="bm_id7226177" localize="false"/><comment>inserted this dialog id, see i72163</comment>
-<paragraph role="heading" id="hd_id3154926" xml-lang="en-US" level="1"><link href="text/shared/autopi/01110600.xhp">HTML Export - Page 6</link></paragraph>
+<h1 id="hd_id3154926"><link href="text/shared/autopi/01110600.xhp">HTML Export - Page 6</link></h1>
<paragraph role="paragraph" id="par_id3155934" xml-lang="en-US">Defines the colors for the publication.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3150247" xml-lang="en-US">Text formatting is obtained from the drawing or presentation. This page is skipped if you unmark the <emph>Create title page</emph> check box or if you select automatic or WebCast export.</paragraph>
diff --git a/source/text/shared/autopi/01120100.xhp b/source/text/shared/autopi/01120100.xhp
index 7b661af150..8527aebe11 100644
--- a/source/text/shared/autopi/01120100.xhp
+++ b/source/text/shared/autopi/01120100.xhp
@@ -35,7 +35,7 @@
<section id="page1">
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/groupradioselectionpage/GroupRadioSelectionPage" id="bm_id3150808" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/groupradioselectionpage/@@nowidget@@" id="bm_id3150808" localize="false"/>
- <paragraph id="hd_id3155599" role="heading" level="1" xml-lang="en-US"><link href="text/shared/autopi/01120100.xhp">Group Element Wizard: Data</link></paragraph>
+ <h1 id="hd_id3155599"><link href="text/shared/autopi/01120100.xhp">Group Element Wizard: Data</link></h1>
<paragraph role="paragraph" id="par_id3154894" xml-lang="en-US">Specifies which option fields are contained inside the group box.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01120200.xhp b/source/text/shared/autopi/01120200.xhp
index 0a946f9f85..bd5300f83b 100644
--- a/source/text/shared/autopi/01120200.xhp
+++ b/source/text/shared/autopi/01120200.xhp
@@ -33,7 +33,7 @@
<section id="page2">
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/defaultfieldselectionpage/DefaultFieldSelectionPage" id="bm_id3865170" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/defaultfieldselectionpage/@@nowidget@@" id="bm_id3865170" localize="false"/>
- <paragraph id="hd_id3151299" role="heading" level="1" xml-lang="en-US"><link href="text/shared/autopi/01120200.xhp">Group Element Wizard: Default Field Selection</link></paragraph>
+ <h1 id="hd_id3151299"><link href="text/shared/autopi/01120200.xhp">Group Element Wizard: Default Field Selection</link></h1>
<paragraph role="paragraph" id="par_id3144740" xml-lang="en-US">Determines that you want one option field to be selected as the default choice.</paragraph>
</section>
<paragraph xml-lang="en-US" role="paragraph" id="par_id3154094">The default settings will be accepted if you open the form in the user mode. With these settings you determine the control property <link href="text/shared/02/01170101.xhp">Default Status</link>.</paragraph>
diff --git a/source/text/shared/autopi/01120300.xhp b/source/text/shared/autopi/01120300.xhp
index 7ba3f6fbe6..c2cc6ff70e 100644
--- a/source/text/shared/autopi/01120300.xhp
+++ b/source/text/shared/autopi/01120300.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/optionvaluespage/OptionValuesPage" id="bm_id3865170" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/optionvaluespage/@@nowidget@@" id="bm_id3865170" localize="false"/>
<section id="page3">
- <paragraph id="hd_id3151097" role="heading" level="1" xml-lang="en-US"><link href="text/shared/autopi/01120300.xhp">Group Element Wizard: Field Values</link></paragraph>
+ <h1 id="hd_id3151097"><link href="text/shared/autopi/01120300.xhp">Group Element Wizard: Field Values</link></h1>
<paragraph role="paragraph" id="par_id3151100" xml-lang="en-US">Assigns a reference value to each option field.</paragraph>
</section>
<paragraph xml-lang="en-US" role="paragraph" id="par_id3153323">Select a field from the option fields list and enter the corresponding <link href="text/shared/02/01170101.xhp">reference value</link>.</paragraph>
diff --git a/source/text/shared/autopi/01120400.xhp b/source/text/shared/autopi/01120400.xhp
index 9fbec6e0bb..9a3ea820ff 100644
--- a/source/text/shared/autopi/01120400.xhp
+++ b/source/text/shared/autopi/01120400.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="page4">
-<paragraph role="heading" id="hd_id3149748" xml-lang="en-US" level="1"><link href="text/shared/autopi/01120400.xhp">Group Element Wizard: Database Field</link></paragraph>
+<h1 id="hd_id3149748"><link href="text/shared/autopi/01120400.xhp">Group Element Wizard: Database Field</link></h1>
<paragraph role="paragraph" id="par_id3154094" xml-lang="en-US">This page is only visible if the document is linked to a database. It specifies whether the reference values should be saved in the database.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3153255" xml-lang="en-US">Indicate where to save the <link href="text/shared/02/01170101.xhp">reference values</link>. A reference value can represent the current state of the group box in a database.</paragraph>
diff --git a/source/text/shared/autopi/01120500.xhp b/source/text/shared/autopi/01120500.xhp
index 6b6c01c1af..3240358354 100644
--- a/source/text/shared/autopi/01120500.xhp
+++ b/source/text/shared/autopi/01120500.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/optionsfinalpage/OptionsFinalPage" id="bm_id3865170" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/optionsfinalpage/@@nowidget@@" id="bm_id3865170" localize="false"/>
<section id="page5">
- <paragraph id="hd_id3143206" role="heading" level="1" xml-lang="en-US"><link href="text/shared/autopi/01120500.xhp">Group Element Wizard: Create Option Group</link></paragraph>
+ <h1 id="hd_id3143206"><link href="text/shared/autopi/01120500.xhp">Group Element Wizard: Create Option Group</link></h1>
<paragraph role="paragraph" id="par_id3154812" xml-lang="en-US">Specifies a label for the option group.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01130100.xhp b/source/text/shared/autopi/01130100.xhp
index fd1f54c3ee..4fc73295b0 100644
--- a/source/text/shared/autopi/01130100.xhp
+++ b/source/text/shared/autopi/01130100.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="page1">
-<paragraph role="heading" id="hd_id3151299" xml-lang="en-US" level="1"><link href="text/shared/autopi/01130100.xhp">Document Converter Page 1</link></paragraph>
+<h1 id="hd_id3151299"><link href="text/shared/autopi/01130100.xhp">Document Converter Page 1</link></h1>
<paragraph role="paragraph" id="par_id3150445" xml-lang="en-US">Specifies the type of Microsoft Office documents that will be converted.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01130200.xhp b/source/text/shared/autopi/01130200.xhp
index 9f2bf564a9..c4aa09bb2d 100644
--- a/source/text/shared/autopi/01130200.xhp
+++ b/source/text/shared/autopi/01130200.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="page2">
-<paragraph role="heading" id="hd_id3149748" xml-lang="en-US" level="1"><link href="text/shared/autopi/01130200.xhp">Document converter continuation pages</link></paragraph>
+<h1 id="hd_id3149748"><link href="text/shared/autopi/01130200.xhp">Document converter continuation pages</link></h1>
<paragraph role="paragraph" id="par_id3147143" xml-lang="en-US">Specifies, for each template type and document type, the directory to be read from and the directory to be written to.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01170300.xhp b/source/text/shared/autopi/01170300.xhp
index dc45b3d291..883767f3f6 100644
--- a/source/text/shared/autopi/01170300.xhp
+++ b/source/text/shared/autopi/01170300.xhp
@@ -30,7 +30,7 @@
<section id="select_table">
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/selecttablepage/SelectTablePage" id="bm_id3147400" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/selecttablepage/@@nowidget@@" id="bm_id3147400" localize="false"/>
-<paragraph role="heading" id="hd_id3149748" xml-lang="en-US" level="1"><link href="text/shared/autopi/01170300.xhp">Select Table</link></paragraph>
+<h1 id="hd_id3149748"><link href="text/shared/autopi/01170300.xhp">Select Table</link></h1>
<paragraph role="paragraph" id="par_id3156211" xml-lang="en-US"><ahelp hid=".">Specifies a table from the Seamonkey / Netscape address book source that is used as the address book in $[officename].</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01170400.xhp b/source/text/shared/autopi/01170400.xhp
index 0dc675ff73..8715e9bddb 100644
--- a/source/text/shared/autopi/01170400.xhp
+++ b/source/text/shared/autopi/01170400.xhp
@@ -32,7 +32,7 @@
<section id="data_source_title">
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/datasourcepage/DataSourcePage" id="bm_id3865170" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/datasourcepage/@@nowidget@@" id="bm_id3865170" localize="false"/>
-<paragraph role="heading" id="hd_id3147000" xml-lang="en-US" level="1"><link href="text/shared/autopi/01170400.xhp">Data Source Title</link></paragraph>
+<h1 id="hd_id3147000"><link href="text/shared/autopi/01170400.xhp">Data Source Title</link></h1>
<paragraph role="paragraph" id="par_id3144740" xml-lang="en-US"><ahelp hid=".">Specifies a location for the address book file and a name under which the data source will be listed in the data source explorer.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01170500.xhp b/source/text/shared/autopi/01170500.xhp
index 3755581612..9054f76f57 100644
--- a/source/text/shared/autopi/01170500.xhp
+++ b/source/text/shared/autopi/01170500.xhp
@@ -33,7 +33,7 @@
<section id="field_assignment">
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/fieldassignpage/FieldAssignPage" id="bm_id3152593" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/fieldassignpage/@@nowidget@@" id="bm_id3152593" localize="false"/>
-<paragraph role="heading" id="hd_id3147588" xml-lang="en-US" level="1"><link href="text/shared/autopi/01170500.xhp">Field Assignment</link></paragraph>
+<h1 id="hd_id3147588"><link href="text/shared/autopi/01170500.xhp">Field Assignment</link></h1>
<paragraph role="paragraph" id="par_id3143284" xml-lang="en-US"><ahelp hid=".">Opens a dialog that allows you to specify the field assignment.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/guide/email.xhp b/source/text/shared/guide/email.xhp
index 53d6687d79..776a3124bc 100644
--- a/source/text/shared/guide/email.xhp
+++ b/source/text/shared/guide/email.xhp
@@ -40,7 +40,7 @@
<bookmark_value>presentations; sending as email</bookmark_value>
<bookmark_value>attachments in emails</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3153345" xml-lang="en-US" level="1"><variable id="email"><link href="text/shared/guide/email.xhp">Sending Documents as Email</link></variable></paragraph>
+<h1 id="hd_id3153345"><variable id="email"><link href="text/shared/guide/email.xhp">Sending Documents as Email</link></variable></h1>
<paragraph role="paragraph" id="par_id3154897" xml-lang="en-US">Working in $[officename], you can send the current document as an email attachment.</paragraph>
<list type="ordered">
<listitem>
diff --git a/source/text/shared/guide/keyboard.xhp b/source/text/shared/guide/keyboard.xhp
index f83c9511b2..ce69e3c96e 100644
--- a/source/text/shared/guide/keyboard.xhp
+++ b/source/text/shared/guide/keyboard.xhp
@@ -36,7 +36,7 @@
<paragraph xml-lang="en-US" id="par_id3149177" role="paragraph">On each module's main help page (for example, the <item type="productname">%PRODUCTNAME</item> Writer or <item type="productname">%PRODUCTNAME</item> Calc main help page) there is a link to access the keyboard shortcuts' help for that module.</paragraph>
<paragraph xml-lang="en-US" id="par_id3145382" role="paragraph">In addition, under the keyword "Accessibility" you find step-by-step instructions about how to control the selected module without a mouse device.</paragraph>
<embed href="text/shared/00/00000099.xhp#keys"/>
- <paragraph xml-lang="en-US" id="hd_id3166460" role="heading" level="2">Working with the <item type="productname">%PRODUCTNAME</item> user interface without mouse</paragraph>
+ <h2 id="hd_id3166460">Working with the <item type="productname">%PRODUCTNAME</item> user interface without mouse</h2>
<h3 id="hd_id3154749">Activating menu bar, toolbars, windows, and document</h3>
<paragraph xml-lang="en-US" id="par_id3156329" role="paragraph">Repeatedly pressing F6 switches the focus and circles through the following objects:</paragraph>
<list type="unordered">
diff --git a/source/text/shared/guide/ms_import_export_limitations.xhp b/source/text/shared/guide/ms_import_export_limitations.xhp
index e6af047179..1571719261 100644
--- a/source/text/shared/guide/ms_import_export_limitations.xhp
+++ b/source/text/shared/guide/ms_import_export_limitations.xhp
@@ -31,7 +31,7 @@
<bookmark_value>Microsoft Office;importing password protected files</bookmark_value>
</bookmark><comment>MW moved "Microsoft Office;" from shared/guide/protection.xhp</comment>
<paragraph role="paragraph" id="par_id3149760" xml-lang="en-US" localize="false"/>
-<paragraph role="heading" id="hd_id3152425" xml-lang="en-US" level="1"><variable id="about"><link href="text/shared/guide/ms_import_export_limitations.xhp">About Converting Microsoft Office Documents</link></variable></paragraph>
+<h1 id="hd_id3152425"><variable id="about"><link href="text/shared/guide/ms_import_export_limitations.xhp">About Converting Microsoft Office Documents</link></variable></h1>
<paragraph role="paragraph" id="par_id3147834" xml-lang="en-US">$[officename] can automatically open Microsoft Office 97/2000/XP documents. However, some layout features and formatting attributes in more complex Microsoft Office documents are handled differently in $[officename] or are unsupported. As a result, converted files require some degree of manual reformatting. The amount of reformatting that can be expected is proportional to the complexity of the structure and formatting of the source document. $[officename] cannot run Visual Basic Scripts, but can load them for you to analyze.</paragraph>
<paragraph role="note" id="par_id0804200804174819" xml-lang="en-US">The most recent versions of %PRODUCTNAME can load and save the Microsoft Office Open XML document formats with the extensions docx, xlsx, and pptx. The same versions can also run some Excel Visual Basic scripts, if you enable this feature at <switchinline select="sys"><caseinline select="MAC"><item type="menuitem">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type="menuitem">Tools - Options</item></defaultinline></switchinline><item type="menuitem"> - Load/Save - VBA Properties</item>.</paragraph>
<paragraph role="paragraph" id="par_id3155934" xml-lang="en-US">The following lists provide a general overview of Microsoft Office features that may cause conversion challenges. These will not affect your ability to use or work with the content of the converted document.</paragraph>
diff --git a/source/text/shared/guide/paintbrush.xhp b/source/text/shared/guide/paintbrush.xhp
index 8131e9888b..b98d645412 100644
--- a/source/text/shared/guide/paintbrush.xhp
+++ b/source/text/shared/guide/paintbrush.xhp
@@ -34,7 +34,7 @@
<bookmark_value>copying;formatting</bookmark_value>
<bookmark_value>Paintbrush</bookmark_value>
</bookmark>
- <paragraph xml-lang="en-US" id="par_idN1053A" role="heading" level="1"><variable id="formatpaintbrush"><link href="text/shared/guide/paintbrush.xhp">Copying Formatting With the Clone Formatting Tool</link></variable></paragraph>
+ <h1 id="par_idN1053A"><variable id="formatpaintbrush"><link href="text/shared/guide/paintbrush.xhp">Copying Formatting With the Clone Formatting Tool</link></variable></h1>
</section>
<paragraph xml-lang="en-US" id="par_idN10655" role="paragraph">Use the <emph>Clone Formatting</emph> tool to copy formatting from a text selection or from an object and apply the formatting to another text selection or object.</paragraph>
<list type="ordered">
diff --git a/source/text/shared/guide/print_blackwhite.xhp b/source/text/shared/guide/print_blackwhite.xhp
index a621f351fd..7d5c3ee44f 100644
--- a/source/text/shared/guide/print_blackwhite.xhp
+++ b/source/text/shared/guide/print_blackwhite.xhp
@@ -50,7 +50,7 @@
<paragraph xml-lang="en-US" id="par_id3156113" role="listitem">The current document will be printed in black and white.</paragraph>
</listitem>
</list>
- <paragraph xml-lang="en-US" id="hd_id3147653" role="heading" level="2">Printing in Black and White in <item type="productname">%PRODUCTNAME</item> Impress and <item type="productname">%PRODUCTNAME</item> Draw</paragraph>
+ <h2 id="hd_id3147653">Printing in Black and White in <item type="productname">%PRODUCTNAME</item> Impress and <item type="productname">%PRODUCTNAME</item> Draw</h2>
<list type="ordered">
<listitem>
<paragraph xml-lang="en-US" id="par_id3149233" role="listitem">Choose <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Impress</menuitem> or <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Draw</menuitem>, as appropriate.</paragraph>
diff --git a/source/text/shared/guide/spadmin.xhp b/source/text/shared/guide/spadmin.xhp
index 4fe4c8acea..7d3db6c56d 100644
--- a/source/text/shared/guide/spadmin.xhp
+++ b/source/text/shared/guide/spadmin.xhp
@@ -51,7 +51,7 @@
<paragraph role="listitem" id="par_id3145649" xml-lang="en-US">On the <emph>Device</emph> tab page, you can activate the special options for your printer. If your printer can only print in black and white, choose "grayscale" under <emph>Color</emph>, otherwise choose "color". If switching to grayscale leads to unfavorable results, you can also select "color" under <emph>Color</emph> and see how the printer or PostScript emulator applies it. Furthermore, on this tab page you can set the precision with which colors are described as well as the PostScript level.</paragraph>
</listitem>
</list>
-<paragraph role="heading" id="hd_id3147346" xml-lang="en-US" level="3"><switchinline select="sys"><caseinline select="UNIX">Selecting a Default Printer </caseinline></switchinline></paragraph>
+<h3 id="hd_id3147346"><switchinline select="sys"><caseinline select="UNIX">Selecting a Default Printer </caseinline></switchinline></h3>
<list type="unordered">
<listitem>
<paragraph role="listitem" id="par_id3145769" xml-lang="en-US">To make the printer selected from the <emph>Installed printers</emph> list box the default printer, double-click its name or click the <emph>Default</emph> button.</paragraph>
diff --git a/source/text/shared/guide/version_number.xhp b/source/text/shared/guide/version_number.xhp
index 5567c7fea8..9226191452 100644
--- a/source/text/shared/guide/version_number.xhp
+++ b/source/text/shared/guide/version_number.xhp
@@ -30,7 +30,7 @@
<bookmark_value>build numbers of $[officename]</bookmark_value>
<bookmark_value>copyright for $[officename]</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3144436" xml-lang="en-US" level="1"><variable id="version_number"><link href="text/shared/guide/version_number.xhp">Versions and Build Numbers</link></variable></paragraph>
+<h1 id="hd_id3144436"><variable id="version_number"><link href="text/shared/guide/version_number.xhp">Versions and Build Numbers</link></variable></h1>
<list type="ordered">
<listitem>
<paragraph role="listitem" id="par_id3149346" xml-lang="en-US">Choose <emph>Help - About $[officename]</emph>. This opens a dialog containing information about the program.</paragraph>
diff --git a/source/text/shared/guide/xforms.xhp b/source/text/shared/guide/xforms.xhp
index 6b8f464df3..782b8b25c7 100644
--- a/source/text/shared/guide/xforms.xhp
+++ b/source/text/shared/guide/xforms.xhp
@@ -38,7 +38,7 @@
<bookmark_value>opening;XForms</bookmark_value>
</bookmark>
<comment>MW made a cross-reference of "XML Forms" and made a two level entry of "XForms"</comment>
- <paragraph xml-lang="en-US" id="par_idN106E5" role="heading" level="1"><link href="text/shared/guide/xforms.xhp">XML Form Documents (XForms)</link></paragraph>
+ <h1 id="par_idN106E5"><link href="text/shared/guide/xforms.xhp">XML Form Documents (XForms)</link></h1>
<paragraph xml-lang="en-US" id="par_idN106F5" role="paragraph">XForms are a new type of web form that was developed by the World Wide Web Consortium. The XForm model is defined in Extensible Markup Language (XML). The model uses separate sections to describe what a form does and what a form looks like. You can view the specification for XForms at: <link href="https://www.w3.org/MarkUp/Forms/"><emph>https://www.w3.org/MarkUp/Forms/</emph></link>.</paragraph>
</section>
diff --git a/source/text/shared/guide/xsltfilter_create.xhp b/source/text/shared/guide/xsltfilter_create.xhp
index 00011d750d..4ad7e0bd07 100644
--- a/source/text/shared/guide/xsltfilter_create.xhp
+++ b/source/text/shared/guide/xsltfilter_create.xhp
@@ -30,7 +30,7 @@
<bookmark_value>XML filters; creating/testing</bookmark_value>
</bookmark>
<comment>mw moved 2 index entries from xsltfilter.xhp, then changed "XML filters;"</comment>
-<paragraph xml-lang="en-US" id="hd_id1413922" role="heading" level="1"><variable id="xsltfilter"><link href="text/shared/guide/xsltfilter_create.xhp">Creating XML Filters</link> </variable></paragraph>
+<h1 id="hd_id1413922"><variable id="xsltfilter"><link href="text/shared/guide/xsltfilter_create.xhp">Creating XML Filters</link> </variable></h1>
<h2 id="par_idN1053D">Creating an XML Filter for %PRODUCTNAME</h2>
<paragraph xml-lang="en-US" id="par_idN109A9" role="paragraph">When you create an XML filter for %PRODUCTNAME, you need to design an <emph>XSLT stylesheet</emph> that can convert to and from the OpenDocument XML file format.</paragraph>
<paragraph xml-lang="en-US" id="par_idN109B0" role="tip">For more information about the OpenDocument XML format, go to <link href="https://www.openoffice.org/xml/">https://www.openoffice.org/xml/</link>.</paragraph>
diff --git a/source/text/shared/main0208.xhp b/source/text/shared/main0208.xhp
index c47329a79f..492fde8ebb 100644
--- a/source/text/shared/main0208.xhp
+++ b/source/text/shared/main0208.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="status_bar_basic">
-<paragraph role="heading" id="hd_id3148520" xml-lang="en-US" level="1"><link href="text/shared/main0208.xhp">Status Bar in $[officename] Basic Documents</link></paragraph>
+<h1 id="hd_id3148520"><link href="text/shared/main0208.xhp">Status Bar in $[officename] Basic Documents</link></h1>
<paragraph role="paragraph" id="par_id3154136" xml-lang="en-US">The <emph>Status</emph> Bar displays information about the current $[officename] Basic document.</paragraph>
</section>
<embed href="text/shared/02/08010000.xhp#document_information"/>
diff --git a/source/text/shared/main0212.xhp b/source/text/shared/main0212.xhp
index 42008d137f..e6e8936ed6 100644
--- a/source/text/shared/main0212.xhp
+++ b/source/text/shared/main0212.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<section id="database">
- <paragraph xml-lang="en-US" id="hd_id3147102" role="heading" level="1"><link href="text/shared/main0212.xhp">Table Data Bar</link></paragraph>
+ <h1 id="hd_id3147102"><link href="text/shared/main0212.xhp">Table Data Bar</link></h1>
<paragraph xml-lang="en-US" id="par_id3153394" role="paragraph"><ahelp hid=".">Use the Table Data bar to control the data view. </ahelp></paragraph>
</section>
<paragraph xml-lang="en-US" id="par_id3149346" role="paragraph">The filtered data view is active until you change or cancel the sorting or filtering criteria. If a filter is active, the <emph>Apply Filter</emph> icon on the <emph>Table Data</emph> bar is activated.</paragraph>
@@ -79,13 +79,13 @@
<embed href="text/shared/02/12040000.xhp#reset_filter"/>
<embed href="text/shared/02/12040000.xhp#syreset_filter"/>
<bookmark xml-lang="en-US" branch="hid/.uno:DSBInsertColumns" id="bm_id5734733" localize="false"/>
-<paragraph xml-lang="en-US" id="par_idN10744" role="heading" level="2"><link href="text/shared/02/12070000.xhp">Data to Text</link></paragraph>
+<h2 id="par_idN10744"><link href="text/shared/02/12070000.xhp">Data to Text</link></h2>
<paragraph xml-lang="en-US" id="par_idN10753" role="paragraph"><ahelp hid=".">Inserts all fields of the marked record into the current document at the cursor position.</ahelp></paragraph>
<embed href="text/shared/02/12070000.xhp#syinsert_db_columns"/>
<embed href="text/shared/02/12080000.xhp#data_to_fields"/>
<embed href="text/shared/02/12080000.xhp#sydata_to_fields"/>
<bookmark xml-lang="en-US" branch="hid/.uno:DSBFormLetter" id="bm_id0928200901513623" localize="false"/><comment>Help ID is here because we need it in shared since the F4 browser has another context "sdatabase" so I had to move the Help ID from the swriter folder</comment>
-<paragraph xml-lang="en-US" id="par_idN10780" role="heading" level="2"><link href="text/swriter/01/mailmerge00.xhp">Mail Merge</link></paragraph>
+<h2 id="par_idN10780"><link href="text/swriter/01/mailmerge00.xhp">Mail Merge</link></h2>
<paragraph xml-lang="en-US" id="par_idN1078F" role="paragraph"><ahelp hid=".">Starts the Mail Merge Wizard to create form letters.</ahelp></paragraph>
<embed href="text/swriter/00/00000401.xhp#symail_merge"/>
<embed href="text/shared/02/12140000.xhp#current_doc_data"/>
diff --git a/source/text/shared/main0214.xhp b/source/text/shared/main0214.xhp
index dcc5868c5a..7fb7dbe6eb 100644
--- a/source/text/shared/main0214.xhp
+++ b/source/text/shared/main0214.xhp
@@ -41,7 +41,7 @@
<embed href="text/shared/02/14020000.xhp#syclear_query"/>
<embed href="text/shared/02/14020200.xhp#design_view"/>
<embed href="text/shared/02/14020200.xhp#sydesign_view"/>
-<paragraph role="heading" id="hd_id3151384" xml-lang="en-US" level="2"><link href="text/shared/02/14020100.xhp">Add Tables</link></paragraph>
+<h2 id="hd_id3151384"><link href="text/shared/02/14020100.xhp">Add Tables</link></h2>
<embed href="text/shared/02/14020100.xhp#tabellehinzufuegentext"/>
<embed href="text/shared/00/00000450.xhp#syinsert_table"/>
<embed href="text/shared/02/14040000.xhp#functions"/>
diff --git a/source/text/shared/main0500.xhp b/source/text/shared/main0500.xhp
index 04180b8e9b..05f46c6c62 100644
--- a/source/text/shared/main0500.xhp
+++ b/source/text/shared/main0500.xhp
@@ -29,7 +29,7 @@
<body>
- <paragraph id="hd_id3156183" role="heading" level="1" xml-lang="en-US"><link href="text/shared/main0500.xhp">Glossaries</link></paragraph>
+ <h1 id="hd_id3156183"><link href="text/shared/main0500.xhp">Glossaries</link></h1>
<paragraph role="paragraph" id="par_id3157898" xml-lang="en-US">This section provides a general glossary of technical terms used in $[officename], along with a list of Internet terms.</paragraph>
<embed href="text/shared/00/00000005.xhp#general_glossary"/>
<embed href="text/shared/00/00000002.xhp#internet_glossary"/>
diff --git a/source/text/shared/main0650.xhp b/source/text/shared/main0650.xhp
index 1cb22faffd..2ca6a50439 100644
--- a/source/text/shared/main0650.xhp
+++ b/source/text/shared/main0650.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="java">
-<paragraph role="heading" id="hd_id3153089" xml-lang="en-US" level="1"><link href="text/shared/main0650.xhp">Java Platform Support</link></paragraph>
+<h1 id="hd_id3153089"><link href="text/shared/main0650.xhp">Java Platform Support</link></h1>
<paragraph role="paragraph" id="par_id3152363" xml-lang="en-US">$[officename] supports the Java platform for running applications and components based on the JavaBeans architecture.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3154751" xml-lang="en-US">For $[officename] to support the Java platform, you must install the Java 2 Runtime Environment software. When you installed $[officename], you automatically received the option to install these files if they were not yet installed. You can also install these files now if required.</paragraph>
diff --git a/source/text/shared/main0800.xhp b/source/text/shared/main0800.xhp
index dcb8f67bfb..9daece3c5c 100644
--- a/source/text/shared/main0800.xhp
+++ b/source/text/shared/main0800.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="internet">
-<paragraph role="heading" id="hd_id3153089" xml-lang="en-US" level="1"><link href="text/shared/main0800.xhp">$[officename] and the Internet</link></paragraph>
+<h1 id="hd_id3153089"><link href="text/shared/main0800.xhp">$[officename] and the Internet</link></h1>
<paragraph role="paragraph" id="par_id3155150" xml-lang="en-US">This section provides information on the subject of the Internet. An <link href="text/shared/00/00000002.xhp">Internet glossary</link> explains the most important terms.</paragraph>
</section>
<embed href="text/shared/07/09000000.xhp#web_pages"/>
diff --git a/source/text/shared/menu/insert_chart.xhp b/source/text/shared/menu/insert_chart.xhp
index 007be8f456..652d8920c1 100644
--- a/source/text/shared/menu/insert_chart.xhp
+++ b/source/text/shared/menu/insert_chart.xhp
@@ -31,7 +31,7 @@
<section id="chart">
<bookmark xml-lang="en-US" branch="hid/.uno:InsertObjectChart" id="bm_id030420160952412994" localize="false"/>
-<paragraph id="hd_id030420160945436725" role="heading" level="1" xml-lang="en-US"><link href="text/shared/menu/insert_chart.xhp">Chart</link></paragraph>
+<h1 id="hd_id030420160945436725"><link href="text/shared/menu/insert_chart.xhp">Chart</link></h1>
<paragraph id="par_id030420160947559665" role="paragraph" xml-lang="en-US"><ahelp hid=".">Inserts a chart based on data from a cell or table range or with default data.</ahelp></paragraph>
</section>
diff --git a/source/text/shared/optionen/01010700.xhp b/source/text/shared/optionen/01010700.xhp
index a6fe7642e5..b0a4890914 100644
--- a/source/text/shared/optionen/01010700.xhp
+++ b/source/text/shared/optionen/01010700.xhp
@@ -35,7 +35,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optfontspage/OptFontsPage" id="bm_id3147209" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optfontspage/@@nowidget@@" id="bm_id3147209" localize="false"/>
-<paragraph role="heading" id="hd_id3149398" xml-lang="en-US" level="1"><link href="text/shared/optionen/01010700.xhp">Fonts</link></paragraph>
+<h1 id="hd_id3149398"><link href="text/shared/optionen/01010700.xhp">Fonts</link></h1>
<paragraph role="paragraph" id="par_id3153665" xml-lang="en-US"><ahelp hid="cui/ui/optfontspage/replacements">Substitutes a font with a font of your choice. The substitution replaces a font only when it is displayed on screen, or on screen and when printing. The replacement does not change the font settings that are saved in the document.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3155419" xml-lang="en-US">If you want, you can override the default substitution font that your operating system uses when it encounters an unavailable font in a document.</paragraph>
diff --git a/source/text/shared/optionen/01010900.xhp b/source/text/shared/optionen/01010900.xhp
index bae34f4d30..4730109300 100644
--- a/source/text/shared/optionen/01010900.xhp
+++ b/source/text/shared/optionen/01010900.xhp
@@ -38,7 +38,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/optprintpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/optprintpage/OptPrintPage" id="bm_id3149809" localize="false"/>
-<paragraph role="heading" id="hd_id3148946" xml-lang="en-US" level="1"><link href="text/shared/optionen/01010900.xhp">Print Options</link></paragraph>
+<h1 id="hd_id3148946"><link href="text/shared/optionen/01010900.xhp">Print Options</link></h1>
<paragraph role="paragraph" id="par_id3150359" xml-lang="en-US"><ahelp hid=".">Specifies the print setting options.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/optionen/01012000.xhp b/source/text/shared/optionen/01012000.xhp
index 77916fc444..906e19e736 100644
--- a/source/text/shared/optionen/01012000.xhp
+++ b/source/text/shared/optionen/01012000.xhp
@@ -38,7 +38,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optappearancepage/OptAppearancePage" id="bm_id3154899" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optappearancepage/@@nowidget@@" id="bm_id3154899" localize="false"/>
-<paragraph role="heading" id="hd_id3153527" xml-lang="en-US" level="1"><link href="text/shared/optionen/01012000.xhp">Application Colors</link></paragraph>
+<h1 id="hd_id3153527"><link href="text/shared/optionen/01012000.xhp">Application Colors</link></h1>
<paragraph role="paragraph" id="par_id3145120" xml-lang="en-US"><ahelp hid=".">Sets the colors for the $[officename] user interface.</ahelp> You can save the current settings as color scheme and load them later.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/optionen/01020100.xhp b/source/text/shared/optionen/01020100.xhp
index 7c4c49b10b..5ec1a0d571 100644
--- a/source/text/shared/optionen/01020100.xhp
+++ b/source/text/shared/optionen/01020100.xhp
@@ -35,7 +35,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optproxypage/OptProxyPage" id="bm_id3154927" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optproxypage/@@nowidget@@" id="bm_id3154927" localize="false"/>
-<paragraph role="heading" id="hd_id3156414" xml-lang="en-US" level="1"><link href="text/shared/optionen/01020100.xhp">Proxy</link></paragraph>
+<h1 id="hd_id3156414"><link href="text/shared/optionen/01020100.xhp">Proxy</link></h1>
</section>
<paragraph role="paragraph" id="par_id3145090" xml-lang="en-US"><link href="text/shared/00/00000002.xhp#proxy">Proxy servers</link> for accessing the Internet can be set up manually as needed.</paragraph>
<section id="howtoget">
diff --git a/source/text/shared/optionen/01020300.xhp b/source/text/shared/optionen/01020300.xhp
index 7b8a034a2b..da53b4397a 100644
--- a/source/text/shared/optionen/01020300.xhp
+++ b/source/text/shared/optionen/01020300.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="email">
-<paragraph role="heading" id="par_idN1054D" xml-lang="en-US" level="1"><link href="text/shared/optionen/01020300.xhp">Email</link></paragraph>
+<h1 id="par_idN1054D"><link href="text/shared/optionen/01020300.xhp">Email</link></h1>
</section>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optemailpage/OptEmailPage" id="bm_id7723015" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optemailpage/@@nowidget@@" id="bm_id7723015" localize="false"/>
diff --git a/source/text/shared/optionen/01040700.xhp b/source/text/shared/optionen/01040700.xhp
index 5f8017064d..9e3e50636e 100644
--- a/source/text/shared/optionen/01040700.xhp
+++ b/source/text/shared/optionen/01040700.xhp
@@ -30,7 +30,7 @@
<section id="changes">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/optredlinepage/OptRedLinePage" id="bm_id3149795" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/optredlinepage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3153823" role="heading" level="1"><link href="text/shared/optionen/01040700.xhp">Changes</link></paragraph>
+<h1 id="hd_id3153823"><link href="text/shared/optionen/01040700.xhp">Changes</link></h1>
<paragraph xml-lang="en-US" id="par_id3149416" role="paragraph"><ahelp hid="modules/swriter/ui/optredlinepage/OptRedLinePage">Defines the appearance of changes in the document.</ahelp></paragraph>
</section>
<paragraph xml-lang="en-US" id="par_id3156153" role="paragraph">To record or show changes in your text or spreadsheet document, choose <link href="text/shared/01/02230000.xhp"><emph>Edit - Track Changes - Record</emph></link> or <emph>Edit - Track Changes - Show</emph>.</paragraph>
diff --git a/source/text/shared/optionen/01050100.xhp b/source/text/shared/optionen/01050100.xhp
index b95a1d3b9c..6becb0c21d 100644
--- a/source/text/shared/optionen/01050100.xhp
+++ b/source/text/shared/optionen/01050100.xhp
@@ -34,7 +34,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/svx/ui/optgridpage/OptGridPage" id="bm_id3155552" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svx/ui/optgridpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3147226" role="heading" level="1"><link href="text/shared/optionen/01050100.xhp">Grid</link></paragraph>
+<h1 id="hd_id3147226"><link href="text/shared/optionen/01050100.xhp">Grid</link></h1>
<paragraph xml-lang="en-US" id="par_id3147088" role="paragraph"><ahelp hid="svx/ui/optgridpage/OptGridPage">Specifies the settings for the configurable grid on your document pages. This grid helps you determine the exact position of your objects. You can also set this grid in line with the "magnetic" snap grid.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/optionen/01060100.xhp b/source/text/shared/optionen/01060100.xhp
index ec3442e279..4e11a6c44a 100644
--- a/source/text/shared/optionen/01060100.xhp
+++ b/source/text/shared/optionen/01060100.xhp
@@ -56,7 +56,7 @@
</bookmark><comment>MW copied "displaying;comments" over to Calc guide note_insert.xhp and deleted "comments;displaying"</comment>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/tpviewpage/TpViewPage" id="bm_id3157898" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/tpviewpage/@@nowidget@@" id="bm_id3157898" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3150445" role="heading" level="1"><link href="text/shared/optionen/01060100.xhp">View</link></paragraph>
+<h1 id="hd_id3150445"><link href="text/shared/optionen/01060100.xhp">View</link></h1>
<paragraph xml-lang="en-US" id="par_id3153988" role="paragraph"><ahelp hid="modules/scalc/ui/tpviewpage/TpViewPage">Defines which elements of the <item type="productname">%PRODUCTNAME</item> Calc main window are displayed. You can also show or hide highlighting of values in tables.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/optionen/01060400.xhp b/source/text/shared/optionen/01060400.xhp
index 6a8725e0b5..2daf98e35a 100644
--- a/source/text/shared/optionen/01060400.xhp
+++ b/source/text/shared/optionen/01060400.xhp
@@ -30,7 +30,7 @@
<section id="sort_lists">
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/optsortlists/OptSortLists" id="bm_id3148538" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/optsortlists/@@nowidget@@" id="bm_id3148538" localize="false"/>
-<paragraph role="heading" id="hd_id3145382" xml-lang="en-US" level="1"><link href="text/shared/optionen/01060400.xhp">Sort Lists</link></paragraph>
+<h1 id="hd_id3145382"><link href="text/shared/optionen/01060400.xhp">Sort Lists</link></h1>
<paragraph role="paragraph" id="par_id3153825" xml-lang="en-US"><ahelp hid="modules/scalc/ui/optsortlists/OptSortLists">All user-defined lists are displayed in the<emph> Sort Lists </emph>dialog. You can also define and edit your own lists. Only text can be used as sort lists, no numbers.</ahelp><comment>UFI: fix to #111848#</comment></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/optionen/01060600.xhp b/source/text/shared/optionen/01060600.xhp
index 27d247aa26..0be9a8e965 100644
--- a/source/text/shared/optionen/01060600.xhp
+++ b/source/text/shared/optionen/01060600.xhp
@@ -33,7 +33,7 @@
<section id="changes">
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/optchangespage/OptChangesPage" id="bm_id3149233" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/optchangespage/@@nowidget@@" id="bm_id3149233" localize="false"/>
-<paragraph role="heading" id="hd_id3159399" xml-lang="en-US" level="1"><link href="text/shared/optionen/01060600.xhp">Changes</link></paragraph>
+<h1 id="hd_id3159399"><link href="text/shared/optionen/01060600.xhp">Changes</link></h1>
<paragraph role="paragraph" id="par_id3155390" xml-lang="en-US"><ahelp hid="modules/scalc/ui/optchangespage/OptChangesPage">The<emph> Changes </emph>dialog specifies various options for highlighting recorded changes in documents.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3156343" xml-lang="en-US">To record changes to your work, choose <link href="text/shared/01/02230000.xhp"><emph>Edit - Track Changes - Record</emph></link>.</paragraph>
diff --git a/source/text/shared/optionen/01060800.xhp b/source/text/shared/optionen/01060800.xhp
index cc66951b6f..589ccc5a42 100644
--- a/source/text/shared/optionen/01060800.xhp
+++ b/source/text/shared/optionen/01060800.xhp
@@ -23,7 +23,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/optcompatibilitypage/OptCompatibilityPage" id="bm_id3149095" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/optcompatibilitypage/@@nowidget@@" id="bm_id3149095" localize="false"/>
- <paragraph xml-lang="en-US" id="hd_id3145071" role="heading" level="1"><link href="text/shared/optionen/01060800.xhp">Compatibility</link></paragraph>
+ <h1 id="hd_id3145071"><link href="text/shared/optionen/01060800.xhp">Compatibility</link></h1>
<paragraph xml-lang="en-US" id="par_id3147576" role="paragraph"><ahelp hid=".">Defines compatibility options for %PRODUCTNAME Calc.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/optionen/01061000.xhp b/source/text/shared/optionen/01061000.xhp
index ea40c7a40f..bed8ed0609 100644
--- a/source/text/shared/optionen/01061000.xhp
+++ b/source/text/shared/optionen/01061000.xhp
@@ -26,7 +26,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/optdefaultpage/OptDefaultPage" id="bm_id3149095" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/optdefaultpage/@@nowidget@@" id="bm_id3149095" localize="false"/>
- <paragraph xml-lang="en-US" id="hd_id3145071" role="heading" level="1"><link href="text/shared/optionen/01061000.xhp">Defaults</link></paragraph>
+ <h1 id="hd_id3145071"><link href="text/shared/optionen/01061000.xhp">Defaults</link></h1>
<paragraph xml-lang="en-US" id="par_id3147576" role="paragraph"><ahelp hid=".">Defines default settings for new spreadsheet documents.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/optionen/01090000.xhp b/source/text/shared/optionen/01090000.xhp
index fd7338cf6f..8fa2a04aa9 100644
--- a/source/text/shared/optionen/01090000.xhp
+++ b/source/text/shared/optionen/01090000.xhp
@@ -37,7 +37,7 @@
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#etsodr"/>
</section>
-<paragraph role="heading" id="hd_id3154143" xml-lang="en-US" level="2"><link href="text/shared/optionen/01090100.xhp">Options</link></paragraph>
+<h2 id="hd_id3154143"><link href="text/shared/optionen/01090100.xhp">Options</link></h2>
<embed href="text/shared/optionen/01090100.xhp#einst"/>
<embed href="text/shared/00/00000001.xhp#reset"/>
</body>
diff --git a/source/text/shared/optionen/01110100.xhp b/source/text/shared/optionen/01110100.xhp
index 34a334f7d5..b974363b59 100644
--- a/source/text/shared/optionen/01110100.xhp
+++ b/source/text/shared/optionen/01110100.xhp
@@ -35,7 +35,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optchartcolorspage/OptChartColorsPage" id="bm_id4940946" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optchartcolorspage/@@nowidget@@" id="bm_id4940946" localize="false"/>
-<paragraph role="heading" id="hd_id3149760" xml-lang="en-US" level="1"><link href="text/shared/optionen/01110100.xhp">Default colors</link></paragraph>
+<h1 id="hd_id3149760"><link href="text/shared/optionen/01110100.xhp">Default colors</link></h1>
<paragraph role="paragraph" id="par_id3150713" xml-lang="en-US">Assigns colors to the data rows. The settings only apply for all newly created charts.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/optionen/01150200.xhp b/source/text/shared/optionen/01150200.xhp
index 25922bdbf2..ef007d52a6 100644
--- a/source/text/shared/optionen/01150200.xhp
+++ b/source/text/shared/optionen/01150200.xhp
@@ -35,7 +35,7 @@
<section id="japan">
<bookmark branch="hid/cui/ui/optjsearchpage/OptJSearchPage" xml-lang="en-US" id="bm_id3150279" localize="false"/>
<bookmark branch="hid/cui/ui/optjsearchpage/@@nowidget@@" xml-lang="en-US" id="bm_id3150279" localize="false"/>
- <paragraph id="hd_id3155338" role="heading" level="1" xml-lang="en-US"><link href="text/shared/optionen/01150200.xhp">Searching in Japanese</link></paragraph>
+ <h1 id="hd_id3155338"><link href="text/shared/optionen/01150200.xhp">Searching in Japanese</link></h1>
<paragraph role="paragraph" id="par_id3152996" xml-lang="en-US">Defines the search options for Japanese.</paragraph>
<embed href="text/shared/00/00000007.xhp#asia_note"/>
</section>
diff --git a/source/text/shared/optionen/01160200.xhp b/source/text/shared/optionen/01160200.xhp
index 5b4d74d86d..b7862374f1 100644
--- a/source/text/shared/optionen/01160200.xhp
+++ b/source/text/shared/optionen/01160200.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="registered"><comment>MW deleted "registered databases (Base)" and "databases;" and copied "lists;" to Shared guide data_register.xhp</comment>
-<paragraph role="heading" id="par_idN10551" xml-lang="en-US" level="1"><link href="text/shared/optionen/01160200.xhp">Databases</link></paragraph>
+<h1 id="par_idN10551"><link href="text/shared/optionen/01160200.xhp">Databases</link></h1>
<paragraph role="paragraph" id="par_idN10561" xml-lang="en-US">Add, modify, or remove entries to the list of registered databases. You must register a database within %PRODUCTNAME in order to see it in the <emph>View - Data sources</emph> window.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/optionen/BasicIDE.xhp b/source/text/shared/optionen/BasicIDE.xhp
index b51ed982da..99857f978f 100644
--- a/source/text/shared/optionen/BasicIDE.xhp
+++ b/source/text/shared/optionen/BasicIDE.xhp
@@ -38,7 +38,7 @@
<bookmark_value>Basic IDE;options</bookmark_value>
<bookmark_value>options;Basic IDE</bookmark_value>
</bookmark>
-<paragraph id="par_idN10558" role="heading" xml-lang="en-US" level="1"><link href="text/shared/optionen/BasicIDE.xhp">Basic IDE</link></paragraph>
+<h1 id="par_idN10558"><link href="text/shared/optionen/BasicIDE.xhp">Basic IDE</link></h1>
<paragraph id="par_idN10568" role="paragraph" xml-lang="en-US">Defines the settings for the Basic IDE (Integrated Development Environment) to help edit macros in Basic.</paragraph>
</section><embed href="text/shared/optionen/experimental.xhp#experimental"/>
diff --git a/source/text/shared/optionen/macrosecurity.xhp b/source/text/shared/optionen/macrosecurity.xhp
index 7c47ddd15f..f1d98f85b5 100644
--- a/source/text/shared/optionen/macrosecurity.xhp
+++ b/source/text/shared/optionen/macrosecurity.xhp
@@ -29,7 +29,7 @@
</topic>
</meta>
<body>
-<paragraph role="heading" id="par_idN1054C" xml-lang="en-US" level="1"><variable id="macrosecurity"><link href="text/shared/optionen/macrosecurity.xhp">Macro Security</link></variable></paragraph>
+<h1 id="par_idN1054C"><variable id="macrosecurity"><link href="text/shared/optionen/macrosecurity.xhp">Macro Security</link></variable></h1>
<paragraph role="paragraph" id="par_idN1056A" xml-lang="en-US">The Macro Security dialog appears when a document contains one or more macros. You can also call the dialog from the <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href="text/shared/optionen/01030300.xhp"><emph>%PRODUCTNAME - Security</emph></link> page.</paragraph>
<embed href="text/shared/optionen/macrosecurity_sl.xhp#macrosecurity_sl"/>
<embed href="text/shared/optionen/macrosecurity_ts.xhp#macrosecurity_ts"/>
diff --git a/source/text/shared/optionen/mailmerge.xhp b/source/text/shared/optionen/mailmerge.xhp
index 294ed6ca4c..52ca41d210 100644
--- a/source/text/shared/optionen/mailmerge.xhp
+++ b/source/text/shared/optionen/mailmerge.xhp
@@ -33,7 +33,7 @@
<section id="mailmerge">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mailconfigpage/MailConfigPage" id="bm_id3323771" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mailconfigpage/@@nowidget@@" id="@@nowidget@@" localize="false"/>
-<paragraph role="heading" id="par_idN10554" xml-lang="en-US" level="1"><link href="text/shared/optionen/mailmerge.xhp">Mail Merge Email</link></paragraph>
+<h1 id="par_idN10554"><link href="text/shared/optionen/mailmerge.xhp">Mail Merge Email</link></h1>
<paragraph role="paragraph" id="par_idN10564" xml-lang="en-US"><ahelp hid=".">Specifies the user information and server settings for when you send form letters as email messages.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/optionen/online_update.xhp b/source/text/shared/optionen/online_update.xhp
index ff7725be1a..7d615d7474 100644
--- a/source/text/shared/optionen/online_update.xhp
+++ b/source/text/shared/optionen/online_update.xhp
@@ -34,7 +34,7 @@
<bookmark_value>updates; checking automatically</bookmark_value>
<bookmark_value>Internet; checking for updates</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id29297" role="heading" level="1"><link href="text/shared/optionen/online_update.xhp">Online Update</link></paragraph>
+<h1 id="hd_id29297"><link href="text/shared/optionen/online_update.xhp">Online Update</link></h1>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optonlineupdatepage/OptOnlineUpdatePage" id="bm_id877102" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optonlineupdatepage/@@nowidget@@" id="bm_id877102" localize="false"/>
<paragraph xml-lang="en-US" id="par_id8754844" role="paragraph"><ahelp hid=".">Specifies some options for the automatic notification and downloading of online updates to %PRODUCTNAME.</ahelp></paragraph>
diff --git a/source/text/shared/optionen/opencl.xhp b/source/text/shared/optionen/opencl.xhp
index 939f70b362..aa5f168936 100644
--- a/source/text/shared/optionen/opencl.xhp
+++ b/source/text/shared/optionen/opencl.xhp
@@ -32,7 +32,7 @@
<bookmark_value>OpenCL;setting options</bookmark_value>
<bookmark_value>setting options;OpenCL</bookmark_value>
</bookmark>
-<paragraph id="par_idN10558" role="heading" xml-lang="en-US" level="1"><link href="text/shared/optionen/opencl.xhp">OpenCL</link></paragraph>
+<h1 id="par_idN10558"><link href="text/shared/optionen/opencl.xhp">OpenCL</link></h1>
<paragraph id="par_idN10568" role="paragraph" xml-lang="en-US">OpenCL is a technology to speed up calculation on large spreadsheets.</paragraph>
</section>
<section id="howtoget"><embed href="text/shared/00/00000406.xhp#opencl"/>
diff --git a/source/text/shared/optionen/securityoptionsdialog.xhp b/source/text/shared/optionen/securityoptionsdialog.xhp
index 941f9e8570..bcdac50dd4 100644
--- a/source/text/shared/optionen/securityoptionsdialog.xhp
+++ b/source/text/shared/optionen/securityoptionsdialog.xhp
@@ -33,7 +33,7 @@
<bookmark_value>options;security</bookmark_value>
<bookmark_value>warnings;security</bookmark_value>
</bookmark>
- <paragraph id="hd_id201704161714419669" role="heading" level="1" xml-lang="en-US"><link href="/text/shared/optionen/securityoptionsdialog.xhp">Security Options and Warnings</link></paragraph>
+ <h1 id="hd_id201704161714419669"><link href="/text/shared/optionen/securityoptionsdialog.xhp">Security Options and Warnings</link></h1>
<bookmark xml-lang="en-US" branch="hid/cui/ui/securityoptionsdialog/SecurityOptionsDialog" id="bm_id201704161715484484" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/securityoptionsdialog/@@nowidget@@" id="bm_id201704161715484484" localize="false"/>
<paragraph id="par_id201704161715253349" role="paragraph" xml-lang="en-US"><ahelp hid=".">Set security related options and warnings about hidden information in documents.</ahelp></paragraph>
@@ -61,7 +61,7 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/securityoptionsdialog/password" id="bm_id7186498" localize="false"/><h3 id="par_idN1067C">Recommend password protection on saving</h3>
<paragraph role="paragraph" id="par_idN10680" xml-lang="en-US"><ahelp hid="cui/ui/securityoptionsdialog/password">Select to always enable the <emph>Save with password</emph> option in the file save dialogs. Deselect the option to save files by default without password.</ahelp></paragraph>
- <bookmark xml-lang="en-US" branch="hid/cui/ui/securityoptionsdialog/ctrlclick" id="bm_id5288857" localize="false"/><paragraph role="heading" id="hd_id1972106" xml-lang="en-US" level="3"><switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>-click required to follow hyperlinks</paragraph>
+ <bookmark xml-lang="en-US" branch="hid/cui/ui/securityoptionsdialog/ctrlclick" id="bm_id5288857" localize="false"/><h3 id="hd_id1972106"><switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>-click required to follow hyperlinks</h3>
<paragraph role="paragraph" id="par_id79042" xml-lang="en-US"><ahelp hid="cui/ui/securityoptionsdialog/ctrlclick">If enabled, you must hold down the <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> key while clicking a hyperlink to follow that link. If not enabled, a click opens the hyperlink.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/securityoptionsdialog/blockuntrusted" id="bm_id5288858" localize="false"/><h3 id="hd_id1972107">Block any links from documents not among the trusted locations (see Macro Security)</h3>
diff --git a/source/text/shared/optionen/serverauthentication.xhp b/source/text/shared/optionen/serverauthentication.xhp
index 660ca7b11d..5eaadbb203 100644
--- a/source/text/shared/optionen/serverauthentication.xhp
+++ b/source/text/shared/optionen/serverauthentication.xhp
@@ -29,7 +29,7 @@
<body>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/authenticationsettingsdialog/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/authenticationsettingsdialog/AuthenticationSettingsDialog" id="bm_id4849086" localize="false"/>
-<paragraph role="heading" id="par_idN1053E" xml-lang="en-US" level="1"><link href="text/shared/optionen/serverauthentication.xhp">Server Authentication</link></paragraph>
+<h1 id="par_idN1053E"><link href="text/shared/optionen/serverauthentication.xhp">Server Authentication</link></h1>
<paragraph role="paragraph" id="par_idN1054E" xml-lang="en-US">On the <switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/mailmerge.xhp">%PRODUCTNAME Writer - Mail Merge Email</link> tab page, click the <emph>Server Authentication</emph> button to specify the server security settings.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/authenticationsettingsdialog/authentication" id="bm_id4849085" localize="false"/>
<h2 id="par_idN10563">The outgoing mail server (SMTP) requires authentication</h2>
diff --git a/source/text/shared/optionen/testaccount.xhp b/source/text/shared/optionen/testaccount.xhp
index 9571e86a95..cae1d85915 100644
--- a/source/text/shared/optionen/testaccount.xhp
+++ b/source/text/shared/optionen/testaccount.xhp
@@ -29,7 +29,7 @@
<body>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/testmailsettings/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/testmailsettings/TestMailSettings" id="bm_id3895380" localize="false"/>
-<paragraph role="heading" id="par_idN10547" xml-lang="en-US" level="1"><link href="text/shared/optionen/testaccount.xhp">Test Account Settings</link></paragraph>
+<h1 id="par_idN10547"><link href="text/shared/optionen/testaccount.xhp">Test Account Settings</link></h1>
<paragraph role="paragraph" id="par_idN10557" xml-lang="en-US">When you enter settings on the <switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/mailmerge.xhp">%PRODUCTNAME Writer - Mail Merge Email</link> tab page, you can click the <emph>Test Settings</emph> button to test your settings.</paragraph>
<h2 id="par_idN10574">(Results list box)</h2>
<paragraph role="paragraph" id="par_idN10578" xml-lang="en-US">In the top list box you will see the results of the test session.</paragraph>