diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2021-07-22 14:23:07 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-07-22 16:21:49 +0200 |
commit | b85becd0d427c7375f1d8e6309f348304b6ebbac (patch) | |
tree | 3fe265fa9c727e6c54de08bb99b8d792a77dd0c4 /sw/sdi/_textsh.sdi | |
parent | 8ea426bfa978d338683bf4c715d358187a527ccd (diff) |
sw bibliography, local copy: add context menu
This way in case a bibliography entry (field) has both a URL and a
LocalURL, it is possible to choose which one should be opened when the
context menu is used on the field. This is meant to be the primary way
the user consumes this information.
Change-Id: I21b72505f8387943424665bff70905f774771d4a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119373
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'sw/sdi/_textsh.sdi')
-rw-r--r-- | sw/sdi/_textsh.sdi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi index 7e6d2c32a6d6..6af93a628eb6 100644 --- a/sw/sdi/_textsh.sdi +++ b/sw/sdi/_textsh.sdi @@ -1656,6 +1656,11 @@ interface BaseText ExecMethod = Execute ; StateMethod = GetState ; ] + FN_OPEN_LOCAL_URL + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] SID_OPEN_SMARTTAGMENU [ ExecMethod = Execute ; |