summaryrefslogtreecommitdiff
path: root/source/text/schart/01/03010000.xhp
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/schart/01/03010000.xhp
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/schart/01/03010000.xhp')
-rw-r--r--source/text/schart/01/03010000.xhp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/schart/01/03010000.xhp b/source/text/schart/01/03010000.xhp
index bdeaf869ab..3bb2854ca9 100644
--- a/source/text/schart/01/03010000.xhp
+++ b/source/text/schart/01/03010000.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:DiagramData" id="bm_id3153771" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/schart/ui/chartdatadialog/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/schart/ui/chartdatadialog/ChartDataDialog" id="bm_id3153772" localize="false"/>
-<paragraph role="heading" id="hd_id3150869" xml-lang="en-US" level="1"><link href="text/schart/01/03010000.xhp">Data Table</link></paragraph>
+<h1 id="hd_id3150869"><link href="text/schart/01/03010000.xhp">Data Table</link></h1>
<paragraph role="paragraph" id="par_id3151115" xml-lang="en-US"><ahelp hid=".">Opens the<emph> Data Table </emph>dialog where you can edit the chart data.</ahelp></paragraph>
<paragraph role="paragraph" id="par_id3149667" xml-lang="en-US">The<emph> Data Table </emph>dialog is not available if you insert a chart that is based on a Calc sheet or on a Writer table.<comment>UFI: fixes #i31208#</comment></paragraph>
<switch select="appl">