[Libreoffice-commits] core.git: officecfg/registry sd/uiconfig
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Sep 15 09:00:50 UTC 2018
officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu | 5 ++++-
sd/uiconfig/sdraw/popupmenu/draw.xml | 1 +
sd/uiconfig/simpress/popupmenu/draw.xml | 1 +
3 files changed, 6 insertions(+), 1 deletion(-)
New commits:
commit 6fc90bcb8593b21d99027f45e8a54ff0042d1224
Author: heiko tietze <tietze.heiko at gmail.com>
AuthorDate: Fri Sep 14 10:00:03 2018 +0200
Commit: Heiko Tietze <tietze.heiko at gmail.com>
CommitDate: Sat Sep 15 11:00:27 2018 +0200
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 at gmail.com>
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>
More information about the Libreoffice-commits
mailing list