summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheiko tietze <tietze.heiko@gmail.com>2018-09-14 10:00:03 +0200
committerHeiko Tietze <tietze.heiko@gmail.com>2018-09-15 11:00:27 +0200
commit6fc90bcb8593b21d99027f45e8a54ff0042d1224 (patch)
treeb0714a6d893c25cb0d9dc864499d1636ee374fcc
parent87b24ddbba056b4887ad4613a84686ab3d2218cd (diff)
Transparency tool added to the context menu
After tdf#119689/gradient has been added to the context menu the same should be done for transparency Change-Id: I3932a1c4dff99c2b8876b0196de7d974b8dcdb31 Reviewed-on: https://gerrit.libreoffice.org/60478 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu5
-rw-r--r--sd/uiconfig/sdraw/popupmenu/draw.xml1
-rw-r--r--sd/uiconfig/simpress/popupmenu/draw.xml1
3 files changed, 6 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
index 369af008c17b..d86ad466b963 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
@@ -1172,7 +1172,10 @@
</node>
<node oor:name=".uno:InteractiveTransparence" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Transparency</value>
+ <value xml:lang="en-US">Transparency tool</value>
+ </prop>
+ <prop oor:name="TooltipLabel" oor:type="xs:string">
+ <value xml:lang="en-US">Interactive transparency tool</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
diff --git a/sd/uiconfig/sdraw/popupmenu/draw.xml b/sd/uiconfig/sdraw/popupmenu/draw.xml
index f27c74679a85..af981893021f 100644
--- a/sd/uiconfig/sdraw/popupmenu/draw.xml
+++ b/sd/uiconfig/sdraw/popupmenu/draw.xml
@@ -16,6 +16,7 @@
<menu:menuitem menu:id=".uno:FormatLine"/>
<menu:menuitem menu:id=".uno:FormatArea"/>
<menu:menuitem menu:id=".uno:InteractiveGradient"/>
+ <menu:menuitem menu:id=".uno:InteractiveTransparence"/>
<menu:menuseparator/>
<menu:menu menu:id=".uno:ObjectAlign">
<menu:menupopup>
diff --git a/sd/uiconfig/simpress/popupmenu/draw.xml b/sd/uiconfig/simpress/popupmenu/draw.xml
index c29667e3904f..725d6fff9386 100644
--- a/sd/uiconfig/simpress/popupmenu/draw.xml
+++ b/sd/uiconfig/simpress/popupmenu/draw.xml
@@ -16,6 +16,7 @@
<menu:menuitem menu:id=".uno:FormatLine"/>
<menu:menuitem menu:id=".uno:FormatArea"/>
<menu:menuitem menu:id=".uno:InteractiveGradient"/>
+ <menu:menuitem menu:id=".uno:InteractiveTransparence"/>
<menu:menuseparator/>
<menu:menu menu:id=".uno:ObjectAlign">
<menu:menupopup>