summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheiko tietze <tietze.heiko@gmail.com>2018-09-13 10:25:02 +0200
committerHeiko Tietze <tietze.heiko@gmail.com>2018-09-13 12:42:32 +0200
commitecf987682881258774f4ec1644474beae3366abe (patch)
treeb93fc87cc36862b7292b8d577f59286e4dcc0f8f
parentd8f8fa33f477ddb445ef7a89590ad2314e3f7cca (diff)
tdf#119689 - Missing interactive gradient tool
Command added to the context menu of Draw and Impress Caption and tooltip slightly adjusted for a more clear communication Change-Id: Id5ce9c07f949a4e6b99082ccb3a511960b59725c Reviewed-on: https://gerrit.libreoffice.org/60425 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 35e44d3c176b..2209262bfbca 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
@@ -1180,7 +1180,10 @@
</node>
<node oor:name=".uno:InteractiveGradient" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Gradient</value>
+ <value xml:lang="en-US">Gradient tool</value>
+ </prop>
+ <prop oor:name="TooltipLabel" oor:type="xs:string">
+ <value xml:lang="en-US">Interacive gradient 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 36c785f98519..f27c74679a85 100644
--- a/sd/uiconfig/sdraw/popupmenu/draw.xml
+++ b/sd/uiconfig/sdraw/popupmenu/draw.xml
@@ -15,6 +15,7 @@
<menu:menuitem menu:id=".uno:TransformDialog"/>
<menu:menuitem menu:id=".uno:FormatLine"/>
<menu:menuitem menu:id=".uno:FormatArea"/>
+ <menu:menuitem menu:id=".uno:InteractiveGradient"/>
<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 a6778adc14a7..c29667e3904f 100644
--- a/sd/uiconfig/simpress/popupmenu/draw.xml
+++ b/sd/uiconfig/simpress/popupmenu/draw.xml
@@ -15,6 +15,7 @@
<menu:menuitem menu:id=".uno:TransformDialog"/>
<menu:menuitem menu:id=".uno:FormatLine"/>
<menu:menuitem menu:id=".uno:FormatArea"/>
+ <menu:menuitem menu:id=".uno:InteractiveGradient"/>
<menu:menuseparator/>
<menu:menu menu:id=".uno:ObjectAlign">
<menu:menupopup>