diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2024-10-22 16:00:25 +0300 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2024-10-25 15:40:41 +0200 |
commit | f0cf85983d0b04a9889c45e26ce8fd9dc022fc89 (patch) | |
tree | 755a6ab5b9a67fa89c613c84e68472fc9506cca3 /sw/sdi/_textsh.sdi | |
parent | 32ab4b4b6364652294891f66a86f153b65abfbbe (diff) |
tdf#132253 tdf#163482 Use .uno:InsertHyperlinkDlg as alias
to HyperlinkDialog.
The purpose of the obsolete command was to open Character Formatting dialog
with the Hyperlink tab focused.
Change-Id: I8a3053a7bc7bd98c33224c0988d5c0994d4dca9f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175412
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'sw/sdi/_textsh.sdi')
-rw-r--r-- | sw/sdi/_textsh.sdi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi index 8a37e74593e7..d5e25007ef13 100644 --- a/sw/sdi/_textsh.sdi +++ b/sw/sdi/_textsh.sdi @@ -397,12 +397,6 @@ interface BaseText [ StateMethod = StateInsert ; ] - FN_INSERT_HYPERLINK // status() - [ - ExecMethod = Execute ; - StateMethod = GetState; - DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; - ] SID_HYPERLINK_DIALOG [ ExecMethod = Execute ; |