diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-08-06 15:13:38 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-08-06 16:43:09 +0200 |
commit | 10ad2985c1a68cb5ef7f64707ed69441c0c013c4 (patch) | |
tree | adfcf07ab76fc8537002f45dddbbf79c5633073a /sw/uiconfig/sglobal/popupmenu | |
parent | 9a19a1235c301f2699157ab44049bdfd54955e8a (diff) |
Add missing hyperlink context menu entries to sw
Change-Id: Iba2346ca635c2e4168d56d8c01e43a8495c4ed98
Reviewed-on: https://gerrit.libreoffice.org/77027
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw/uiconfig/sglobal/popupmenu')
-rw-r--r-- | sw/uiconfig/sglobal/popupmenu/drawtext.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/uiconfig/sglobal/popupmenu/drawtext.xml b/sw/uiconfig/sglobal/popupmenu/drawtext.xml index e13990ca0af9..07a09cccae9d 100644 --- a/sw/uiconfig/sglobal/popupmenu/drawtext.xml +++ b/sw/uiconfig/sglobal/popupmenu/drawtext.xml @@ -25,5 +25,10 @@ <menu:menuseparator/> <menu:menuitem menu:id=".uno:ThesaurusFromContext"/> <menu:menuseparator/> + <menu:menuitem menu:id=".uno:OpenHyperlinkOnCursor"/> + <menu:menuitem menu:id=".uno:EditHyperlink"/> + <menu:menuitem menu:id=".uno:CopyHyperlinkLocation"/> + <menu:menuitem menu:id=".uno:RemoveHyperlink"/> + <menu:menuseparator/> <menu:menuitem menu:id=".uno:ResetAttributes"/> </menu:menupopup> |