diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-05-29 13:08:42 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-05-31 13:17:11 +0200 |
commit | 4bbaecd77c87afee5453dc89a9e033d4048c909e (patch) | |
tree | 8e48ebe58f29eb9be1dbf046ecb429936f80fb24 /source/auxiliary | |
parent | 1d8c6f2f81847b48e2c24b5ee1b0af8a7a5c0b5d (diff) |
tdf#107078 New way to load color palette
As color, hatching and gradient palettes are now handled by
extensions, this patch include:
- Refactor of xhp tags
- move palette_file from simpress/ to shared/
- adjust tree files
- add entry to shared/guide tree
Change-Id: Ied501dd86431d26d09ed91249c22f422620b16d6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135096
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/auxiliary')
-rw-r--r-- | source/auxiliary/sdraw.tree | 4 | ||||
-rw-r--r-- | source/auxiliary/shared.tree | 1 | ||||
-rw-r--r-- | source/auxiliary/simpress.tree | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/source/auxiliary/sdraw.tree b/source/auxiliary/sdraw.tree index a1d7784b44..1e1831aa94 100644 --- a/source/auxiliary/sdraw.tree +++ b/source/auxiliary/sdraw.tree @@ -43,11 +43,11 @@ </node> </node> <node id="1103" title="Loading, Saving, Importing, and Exporting"> - <topic id="simpress/text/simpress/guide/palette_files.xhp">Loading Color, Gradient, and Hatching Lists</topic> + <topic id="shared/text/shared/guide/palette_files.xhp">Loading Color, Gradient, and Hatching Palettes</topic> <topic id="sdraw/text/sdraw/guide/graphic_insert.xhp">Inserting Graphics</topic> </node> <node id="1104" title="Formatting"> - <topic id="simpress/text/simpress/guide/palette_files.xhp">Loading Color, Gradient, and Hatching Lists</topic> + <topic id="shared/text/shared/guide/palette_files.xhp">Loading Color, Gradient, and Hatching Palettes</topic> <topic id="simpress/text/simpress/guide/line_arrow_styles.xhp">Loading Line and Arrow Styles</topic> <topic id="sdraw/text/sdraw/guide/color_define.xhp">Defining Custom Colors</topic> <topic id="sdraw/text/sdraw/guide/gradient.xhp">Creating Gradient Fills</topic> diff --git a/source/auxiliary/shared.tree b/source/auxiliary/shared.tree index 8fffb50fdb..4c4354788b 100644 --- a/source/auxiliary/shared.tree +++ b/source/auxiliary/shared.tree @@ -185,6 +185,7 @@ <topic id="shared/text/shared/guide/change_title.xhp">Changing the Title of a Document</topic> <topic id="shared/text/shared/guide/round_corner.xhp">Creating Round Corners</topic> <topic id="shared/text/shared/guide/background.xhp">Defining Background Colors or Background Graphics</topic> + <topic id="shared/text/shared/guide/palette_files.xhp">Loading Color, Gradient, and Hatching Palettes</topic> <topic id="shared/text/shared/guide/lineend_define.xhp">Defining Line Ends</topic> <topic id="shared/text/shared/guide/linestyle_define.xhp">Defining Line Styles</topic> <topic id="shared/text/shared/guide/insert_graphic_drawit.xhp">Editing Graphic Objects </topic> diff --git a/source/auxiliary/simpress.tree b/source/auxiliary/simpress.tree index 0712bd4c90..2621ed8eeb 100644 --- a/source/auxiliary/simpress.tree +++ b/source/auxiliary/simpress.tree @@ -62,7 +62,7 @@ <node id="0403" title="Loading, Saving, Importing, Exporting and Redacting"> <topic id="simpress/text/simpress/guide/html_export.xhp">Saving a Presentation in HTML Format</topic> <topic id="simpress/text/simpress/guide/html_import.xhp">Importing HTML Pages Into Presentations </topic> - <topic id="simpress/text/simpress/guide/palette_files.xhp">Loading Color, Gradient, and Hatching Lists</topic> + <topic id="shared/text/shared/guide/palette_files.xhp">Loading Color, Gradient, and Hatching Palettes</topic> <topic id="simpress/text/simpress/guide/animated_gif_save.xhp">Exporting Animations in GIF Format</topic> <topic id="simpress/text/simpress/guide/table_insert.xhp">Including Spreadsheets in Slides</topic> <topic id="sdraw/text/sdraw/guide/graphic_insert.xhp">Inserting Graphics</topic> @@ -71,7 +71,7 @@ <topic id="shared/text/shared/guide/auto_redact.xhp">Automatic Redaction</topic> </node> <node id="0404" title="Formatting"> - <topic id="simpress/text/simpress/guide/palette_files.xhp">Loading Color, Gradient, and Hatching Lists</topic> + <topic id="shared/text/shared/guide/palette_files.xhp">Loading Color, Gradient, and Hatching Palettes</topic> <topic id="simpress/text/simpress/guide/line_arrow_styles.xhp">Loading Line and Arrow Styles</topic> <topic id="sdraw/text/sdraw/guide/color_define.xhp">Defining Custom Colors</topic> <topic id="sdraw/text/sdraw/guide/gradient.xhp">Creating Gradient Fills</topic> |