| commit | e553b3698f6d8f4f606ebe21ed9857ee09f0c057 | [log] |
|---|---|---|
| author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | Thu Jul 04 15:41:15 2019 +0200 |
| committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | Fri Jul 05 15:25:49 2019 +0200 |
| tree | fb0c2562cc78115c39b6003f6dc2cf135c23924b | |
| parent | 329c814d28c7773e64e5902ffb1aa4877e4131f1 [diff] |
Related tdf#98575 Add "Edit Hyperlink" to context menu in sd Change-Id: I121373fae5122e779614a53ac73b4b9d058908d2 Reviewed-on: https://gerrit.libreoffice.org/75126 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu index 7c3c421..8199dc0 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
@@ -703,6 +703,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">~Hyperlink...</value> </prop> <prop oor:name="PopupLabel" oor:type="xs:string"> <value xml:lang="en-US">Edit Hyperlink...</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> </prop>
diff --git a/sd/uiconfig/simpress/popupmenu/drawtext.xml b/sd/uiconfig/simpress/popupmenu/drawtext.xml index 2328174..70e153b 100644 --- a/sd/uiconfig/simpress/popupmenu/drawtext.xml +++ b/sd/uiconfig/simpress/popupmenu/drawtext.xml
@@ -19,6 +19,7 @@ <menu:menuitem menu:id=".uno:OutlineBullet"/> <menu:menuseparator/> <menu:menuitem menu:id=".uno:OpenHyperlinkOnCursor"/> <menu:menuitem menu:id=".uno:EditHyperlink"/> <menu:menuitem menu:id=".uno:RemoveHyperlink"/> <menu:menuitem menu:id=".uno:ThesaurusFromContext"/> <menu:menuseparator/>