diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-06-12 16:51:56 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-06-12 21:56:38 +0200 |
commit | 94dc2e8bcf072bf62af674603cd9a5bc1a5d91bd (patch) | |
tree | 77ccc6dc27afb94916e534457945ee7d390377cb | |
parent | c13c0567cc458e30b2947110f5a76015f52b4200 (diff) |
Fix embed links
Change-Id: I5241d5b8e1417708bd8e4dfdee522cf6f5f6ccc9
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/117083
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/scalc/main0200.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/guide/main.xhp | 2 | ||||
-rw-r--r-- | source/text/simpress/main0200.xhp | 2 | ||||
-rw-r--r-- | source/text/swriter/01/watermark.xhp | 4 | ||||
-rw-r--r-- | source/text/swriter/main0200.xhp | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/source/text/scalc/main0200.xhp b/source/text/scalc/main0200.xhp index 33d72cc7b4..38426a02e5 100644 --- a/source/text/scalc/main0200.xhp +++ b/source/text/scalc/main0200.xhp @@ -70,7 +70,7 @@ <embed href="text/scalc/02/18010000.xhp#insert"/> </section> <section id="Section10"> -<embed href="text/swriter/classificationbar.xhp#toolbar"/> +<embed href="text/shared/01/classificationbar.xhp#toolbar"/> </section> </body> </helpdocument> diff --git a/source/text/shared/guide/main.xhp b/source/text/shared/guide/main.xhp index b8446b92fa..3dad8db4c7 100644 --- a/source/text/shared/guide/main.xhp +++ b/source/text/shared/guide/main.xhp @@ -43,7 +43,7 @@ <embed href="text/shared/guide/cmis-remote-files.xhp#remote-files"/> <embed href="text/shared/guide/workfolder.xhp#workfolder"/> <embed href="text/shared/guide/doc_save.xhp#doc_save"/> -<embed href="text/swriter/classificationbar.xhp#classdoc"/> +<embed href="text/shared/01/classificationbar.xhp#classdoc"/> <embed href="text/shared/guide/collab.xhp#collab"/> <embed href="text/shared/guide/export_ms.xhp#export_ms"/> <embed href="text/shared/guide/import_ms.xhp#import_ms"/> diff --git a/source/text/simpress/main0200.xhp b/source/text/simpress/main0200.xhp index 637b53c2c0..1f554a3f78 100644 --- a/source/text/simpress/main0200.xhp +++ b/source/text/simpress/main0200.xhp @@ -81,7 +81,7 @@ <paragraph role="paragraph" id="par_id31474099" xml-lang="en-US">Add objects, including charts, spreadsheets, and images, to your document.</paragraph> </section> <section id="Section16"> -<embed href="text/swriter/classificationbar.xhp#toolbar"/> +<embed href="text/shared/01/classificationbar.xhp#toolbar"/> </section> </body> </helpdocument> diff --git a/source/text/swriter/01/watermark.xhp b/source/text/swriter/01/watermark.xhp index 2f871e2c73..f2c222ecdf 100644 --- a/source/text/swriter/01/watermark.xhp +++ b/source/text/swriter/01/watermark.xhp @@ -54,9 +54,9 @@ <paragraph role="heading" id="hd_id321516900368799" level="2" xml-lang="en-US">Color</paragraph> <paragraph role="paragraph" id="par_id521516900373461" xml-lang="en-US"><ahelp hid=".">Select a color from the drop-down box.</ahelp></paragraph> <paragraph role="heading" id="hd_id771516906476223" level="2" xml-lang="en-US">To change a watermark contents or setting.</paragraph> - <paragraph role="paragraph" id="par_id831516906589936" xml-lang="en-US">If the watermark in use is a text inserted by the <item type="menuitem">Format - Watermark</item> menu command or by the <link href="text/swriter/classificationbar.xhp" name="classification bar">document classification settings</link>, you can edit the contents and settings on opening the watermark dialog.</paragraph> + <paragraph role="paragraph" id="par_id831516906589936" xml-lang="en-US">If the watermark in use is a text inserted by the <item type="menuitem">Format - Watermark</item> menu command or by the <link href="text/shared/01/classificationbar.xhp" name="classification bar">document classification settings</link>, you can edit the contents and settings on opening the watermark dialog.</paragraph> <section id="relatedtopics"> - <paragraph role="paragraph" id="par_id611516900724619" xml-lang="en-US"><link href="text/swriter/classificationbar.xhp#bm_id030820161856432825" name="classification watermark">Document classification watermarks</link></paragraph> + <paragraph role="paragraph" id="par_id611516900724619" xml-lang="en-US"><link href="text/shared/01/classificationbar.xhp#bm_id030820161856432825" name="classification watermark">Document classification watermarks</link></paragraph> <paragraph role="paragraph" id="par_id891516901777257" xml-lang="en-US"><link href="text/swriter/guide/pagebackground.xhp#bm_id8431653" name="page background">Page background</link></paragraph> </section> </body> diff --git a/source/text/swriter/main0200.xhp b/source/text/swriter/main0200.xhp index 51a5502cdd..04711a4326 100644 --- a/source/text/swriter/main0200.xhp +++ b/source/text/swriter/main0200.xhp @@ -79,7 +79,7 @@ <embed href="text/swriter/02/18010000.xhp#insert"/> </section> <section id="Section11"> -<embed href="text/swriter/classificationbar.xhp#toolbar"/> +<embed href="text/shared/01/classificationbar.xhp#toolbar"/> </section> <section id="Section16"> <embed href="text/swriter/mailmergetoolbar.xhp#mail_merge_toolbar"/> |