summaryrefslogtreecommitdiff
path: root/sw/sdi
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2021-07-27 14:10:27 +0200
committerSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2021-07-27 16:19:17 +0200
commit3c6b0322e2dc897bdd986afe0fe876a5d429528a (patch)
tree086bb5e417a1df5a8dbfeadd791aae9210d7bc3b /sw/sdi
parentcec95cd93ce002ff57e9a530ee920170f5d36e38 (diff)
tdf#123626 Add "Open hyperlink" context menu to hyperlinked shapes
Was missing in a23b44fd9f0119f7ea3523e32875f55c1a07c1cd Change-Id: Ifcee4af79a00c77206be4c2d5ff621f56f2d0018 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119551 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'sw/sdi')
-rw-r--r--sw/sdi/_drwbase.sdi6
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/sdi/_drwbase.sdi b/sw/sdi/_drwbase.sdi
index e90d50cb92fb..6c700380ed10 100644
--- a/sw/sdi/_drwbase.sdi
+++ b/sw/sdi/_drwbase.sdi
@@ -117,6 +117,12 @@ interface BaseTextDrawBase
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
+ SID_OPEN_HYPERLINK
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
+ ]
SID_EDIT_HYPERLINK
[
ExecMethod = Execute ;