AllLangHelp_scalc.mk | 1 + source/text/scalc/01/xml_source.xhp | 8 ++++---- source/text/swriter/guide/markdown.xhp | 1 - 3 files changed, 5 insertions(+), 5 deletions(-)
New commits: commit ce182080262b52f287a6a24695311fe7083007eb Author: Olivier Hallot <[email protected]> AuthorDate: Tue Dec 16 20:29:13 2025 -0300 Commit: Olivier Hallot <[email protected]> CommitDate: Wed Dec 17 00:30:52 2025 +0100 Help page for JSON in Calc Change-Id: Ic292a68fb52c259a787bcad27d2e6bf58256eda6 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/195756 Reviewed-by: Olivier Hallot <[email protected]> Tested-by: Jenkins diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk index 93bedda859..6b328d418d 100644 --- a/AllLangHelp_scalc.mk +++ b/AllLangHelp_scalc.mk @@ -467,6 +467,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\ helpcontent2/source/text/scalc/guide/goalseek \ helpcontent2/source/text/scalc/guide/html_doc \ helpcontent2/source/text/scalc/guide/integer_leading_zero \ + helpcontent2/source/text/scalc/guide/json \ helpcontent2/source/text/scalc/guide/keyboard \ helpcontent2/source/text/scalc/guide/line_fix \ helpcontent2/source/text/scalc/guide/main \ diff --git a/source/text/scalc/01/xml_source.xhp b/source/text/scalc/01/xml_source.xhp index 5ae553758c..f495a61d37 100644 --- a/source/text/scalc/01/xml_source.xhp +++ b/source/text/scalc/01/xml_source.xhp @@ -33,10 +33,10 @@ <bookmark_value>XML Source;load XML data in spreadsheets</bookmark_value> </bookmark> <section id="xml_source"> - <h1 id="hd_id240920171003006302"><link href="text/scalc/01/xml_source.xhp">XML Source</link></h1> - <paragraph id="par_id240920171003293400" role="paragraph"><ahelp hid=".">Import XML data in a spreadsheet.</ahelp></paragraph> + <h1 id="hd_id240920171003006302"><variable id="h1"><link href="text/scalc/01/xml_source.xhp">XML Source</link></variable></h1> + <description id="par_id240920171003293400"><ahelp hid=".">Import XML data from arbitrarily structured XML content into cells in an existing spreadsheet document.</ahelp></description> </section> -<paragraph role="paragraph" id="par_id861521496523519">The XML Source feature allows to import data from arbitrarily structured XML content into cells in an existing spreadsheet document. It allows XML content to be imported either partially or in full, depending on the structure of the XML content and the map definitions that the user defines. The user can specify multiple non-overlapping sub-structures to be mapped to different cell positions within the same document. The user can import either element contents, attribute values or both.</paragraph> +<paragraph role="paragraph" id="par_id861521496523519">The XML Source feature allows XML content to be imported either partially or in full, depending on the structure of the XML content and the map definitions that the user defines. The user can specify multiple non-overlapping sub-structures to be mapped to different cell positions within the same document. The user can import either element contents, attribute values or both.</paragraph> <section id="howtoget"> <embed href="text/scalc/00/00000412.xhp#xml_source"/> @@ -72,8 +72,8 @@ <h3 id="hd_id151521553082338">Import</h3> <paragraph role="paragraph" id="par_id131521553077261">Pressing the Import button starts the import process based on the link definitions that the user has provided. Once the import finishes, the dialog will close.</paragraph> <section id="relatedtopics"> + <embed href="text/scalc/guide/json.xhp#h1"/> <paragraph id="par_id240920171007419799" role="paragraph"><link href="https://wiki.documentfoundation.org/Development/Calc/XMLSource" target="_blank">Wiki page on XML Source</link></paragraph> </section> </body> - </helpdocument> diff --git a/source/text/swriter/guide/markdown.xhp b/source/text/swriter/guide/markdown.xhp index 653a23b077..2f5c8309b3 100644 --- a/source/text/swriter/guide/markdown.xhp +++ b/source/text/swriter/guide/markdown.xhp @@ -16,7 +16,6 @@ </topic> </meta> <body> -<bookmark id="bm_id421765831033457" branch="hid/CHANGE ME" localize="false"/> <bookmark branch="index" id="bm_id641765835594010"> <bookmark_value>markdown;file</bookmark_value> <bookmark_value>file;markdown format</bookmark_value>
