[Libreoffice-commits] help.git: source/text

Olivier Hallot (via logerrit) logerrit at kemper.freedesktop.org
Mon Nov 25 21:19:12 UTC 2019


 source/text/shared/01/05020200.xhp |   18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

New commits:
commit 901025c2369f44ed9830fc1db099988c35fdf9e2
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Mon Nov 25 16:22:50 2019 -0300
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Mon Nov 25 22:18:26 2019 +0100

    Handle char transparency wrt application
    
    Change-Id: I32ec494af9f9caa4c95fe35fa8da4e6788eeac59
    Reviewed-on: https://gerrit.libreoffice.org/83712
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/text/shared/01/05020200.xhp b/source/text/shared/01/05020200.xhp
index 5a94e3f34..593d82767 100644
--- a/source/text/shared/01/05020200.xhp
+++ b/source/text/shared/01/05020200.xhp
@@ -85,10 +85,20 @@
 <bookmark xml-lang="en-US" branch="hid/.uno:FontColor" id="bm_id3145801" localize="false"/>
 <paragraph xml-lang="en-US" id="par_id3144766" role="paragraph"><ahelp hid="." visibility="hidden"><variable id="textfarbe">Click to apply the current font color to the selected characters. You can also click here, and then drag a selection to change the text color. Click the arrow next to the icon to open the <emph>Font color</emph> toolbar.
 </variable></ahelp></paragraph>
-<bookmark xml-lang="en-US" branch="hid/cui/ui/effectspage/fonttransparencymtr" id="bm_id0123200902144734" localize="false"/>
-<h2 id="hd_id0123200902243377">Transparency</h2>
-<paragraph xml-lang="en-US" id="par_id3146925" role="paragraph">Sets the transparency of the character text. The value 100% means entirely transparent, while 0% means not transparent at all.</paragraph>
-<bookmark xml-lang="en-US" branch="hid/cui/ui/effectspage/effectslb" id="bm_id0123200902144733" localize="false"/>
+
+<switch select="appl">
+    <case select="WRITER"></case>
+    <case select="CALC"></case>
+    <case select="BASE"></case>
+    <case select="MATH"></case>
+    <default>
+        <bookmark xml-lang="en-US" branch="hid/cui/ui/effectspage/fonttransparencymtr" id="bm_id0123200902144734" localize="false"/>
+        <h2 id="hd_id0123200902243377">Transparency</h2>
+        <paragraph xml-lang="en-US" id="par_id3146925" role="paragraph">Sets the transparency of the character text. The value 100% means entirely transparent, while 0% means not transparent at all.</paragraph>
+        <bookmark xml-lang="en-US" branch="hid/cui/ui/effectspage/effectslb" id="bm_id0123200902144733" localize="false"/>
+    </default>
+</switch>
+
 <switch select="appl">
 <case select="WRITER">
 <h2 id="hd_id3146137">Effects</h2>


More information about the Libreoffice-commits mailing list