diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-02-27 23:32:49 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-02-28 00:17:53 +0100 |
commit | 0afc6d866d06ce4e9617add105e6076bb09ee667 (patch) | |
tree | b51c5e82fbb981c00cffbfdfdf27486bf2449ab4 | |
parent | 6c9b69b325847e9211679bcfee453ab25612feee (diff) |
tdf#138312 "standard" missing from "Font" tab page
+ add embed for "Standard" button, along with switch to exclude
showing this control for Chart
+ add switch for the "Apply" embed, which is only found in Writer
Change-Id: I5cd6743d517867f822bb744ed8ee3ea49da0abe5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/111697
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
-rw-r--r-- | source/text/shared/01/05020100.xhp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/source/text/shared/01/05020100.xhp b/source/text/shared/01/05020100.xhp index 3b90e5ac6b..f1a9e88481 100644 --- a/source/text/shared/01/05020100.xhp +++ b/source/text/shared/01/05020100.xhp @@ -109,7 +109,17 @@ <embed href="text/shared/01/font_features.xhp#fontresourcesentry"/> <embed href="text/shared/00/00000001.xhp#vorschau"/> <embed href="text/shared/00/00000001.xhp#reset"/> +<switch select="appl"> +<case select="WRITER"> <embed href="text/shared/00/00000001.xhp#apply"/> +</case> +</switch> +<switch select="appl"> +<case select="CHART"></case> +<default> +<embed href="text/shared/00/00000001.xhp#standard"/> +</default> +</switch> <section id="relatedtopics"> <paragraph role="paragraph" id="par_id3145364" xml-lang="en-US"><link href="text/shared/optionen/01140000.xhp" name="Asian languages support">Asian languages support</link></paragraph> <paragraph role="paragraph" id="par_id3147213" xml-lang="en-US"><link href="text/shared/optionen/01140000.xhp" name="Complex text layout support">Complex text layout support</link></paragraph> |