diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-08-06 13:59:50 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-08-06 14:46:31 +0200 |
commit | 37fc9f51a8de11d40632e8cda17ccf1fa4b1f503 (patch) | |
tree | db54c6843b2e7261b035d7be6e91ff92d351eebd /sd/source/ui/view/drviews7.cxx | |
parent | a9cde2557242a0c343d99533f3ee032599c66f42 (diff) |
Add missing hyperlink context menu entries to sd
* Impress: Add "Copy Hyperlink location"
* Draw: Add "Copy Hyperlink location", "Edit hyperlink", "Remove Hyperlink"
Change-Id: I1357285f8d5fa31419275c9d65cef61d2accf326
Reviewed-on: https://gerrit.libreoffice.org/77020
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sd/source/ui/view/drviews7.cxx')
-rw-r--r-- | sd/source/ui/view/drviews7.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/source/ui/view/drviews7.cxx b/sd/source/ui/view/drviews7.cxx index f69c566021f2..390abefe2f42 100644 --- a/sd/source/ui/view/drviews7.cxx +++ b/sd/source/ui/view/drviews7.cxx @@ -1513,7 +1513,10 @@ void DrawViewShell::GetMenuState( SfxItemSet &rSet ) rSet.DisableItem( SID_EDIT_HYPERLINK ); if ( bDisableEditHyperlink ) + { rSet.DisableItem( SID_OPEN_HYPERLINK ); + rSet.DisableItem( SID_COPY_HYPERLINK_LOCATION ); + } //fdo#78151 enable show next level/hide last level if editing a master page //PRESOBJ_OUTLINE object and the current selection allow that to happen |