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/sdraw.tree | |
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/sdraw.tree')
-rw-r--r-- | source/auxiliary/sdraw.tree | 4 |
1 files changed, 2 insertions, 2 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> |