From 4453c0b2edae4934f87594d5974783c4a1a5ea54 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Mon, 13 Mar 2023 16:41:53 +0100 Subject: convert paragraphs with role="heading" & childelements to → h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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="(?\d+)"|(?id="[^"]+")/;} s#(?.*?)#$+{body}#g' and manually undoing the one that uses 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 --- source/text/swriter/01/04120220.xhp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'source/text/swriter/01/04120220.xhp') diff --git a/source/text/swriter/01/04120220.xhp b/source/text/swriter/01/04120220.xhp index b278fb31ec..655cfcf6ac 100644 --- a/source/text/swriter/01/04120220.xhp +++ b/source/text/swriter/01/04120220.xhp @@ -35,18 +35,18 @@
- Entries (indexes/tables) +

Entries (indexes/tables)

Specify the format of the index or table entries. The appearance of this tab changes to reflect the type of index that you selected on the Type tab.
- Table of Contents - Alphabetical Index - Illustration Index - Index of Tables - User-Defined - Table of Objects - Bibliography +

Table of Contents

+

Alphabetical Index

+

Illustration Index

+

Index of Tables

+

User-Defined

+

Table of Objects

+

Bibliography

-- cgit