From f0cf85983d0b04a9889c45e26ce8fd9dc022fc89 Mon Sep 17 00:00:00 2001 From: Ilmari Lauhakangas Date: Tue, 22 Oct 2024 16:00:25 +0300 Subject: 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 Reviewed-by: Ilmari Lauhakangas --- sw/sdi/_textsh.sdi | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sw/sdi/_textsh.sdi') 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 ; -- cgit