diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-07-12 11:01:56 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-07-15 08:54:25 +0200 |
commit | ae68e12e0fcb9372e59b7071a37650df06175d5a (patch) | |
tree | dcd9ec1fcd21fe78067f7e3c1e450417436dc4f9 /sw/sdi | |
parent | 86cb2a1f98c0585d2121e6ae34fe62f072ef9a63 (diff) |
Deduplicate EditHyperlink command
Change-Id: I23f0c276c5c1229aeb4ea468c6b858e36c120bd9
Reviewed-on: https://gerrit.libreoffice.org/75480
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw/sdi')
-rw-r--r-- | sw/sdi/_textsh.sdi | 2 | ||||
-rw-r--r-- | sw/sdi/drwtxtsh.sdi | 2 | ||||
-rw-r--r-- | sw/sdi/swriter.sdi | 18 |
3 files changed, 2 insertions, 20 deletions
diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi index 7884565ad03a..badcf400da79 100644 --- a/sw/sdi/_textsh.sdi +++ b/sw/sdi/_textsh.sdi @@ -341,7 +341,7 @@ interface BaseText ExecMethod = Execute ; StateMethod = GetState; ] - FN_EDIT_HYPERLINK + SID_EDIT_HYPERLINK [ ExecMethod = Execute ; StateMethod = GetState; diff --git a/sw/sdi/drwtxtsh.sdi b/sw/sdi/drwtxtsh.sdi index c5a0e6477c0e..721366fdb65b 100644 --- a/sw/sdi/drwtxtsh.sdi +++ b/sw/sdi/drwtxtsh.sdi @@ -546,7 +546,7 @@ interface TextDrawText [ StateMethod = StateInsert ; ] - FN_EDIT_HYPERLINK + SID_EDIT_HYPERLINK [ ExecMethod = Execute ; StateMethod = GetState; diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi index 6e04a0a0884f..f39cf515fa6a 100644 --- a/sw/sdi/swriter.sdi +++ b/sw/sdi/swriter.sdi @@ -1052,24 +1052,6 @@ SfxVoidItem EditGlossary FN_GLOSSARY_DLG GroupId = SfxGroupId::Edit; ] -SfxVoidItem EditHyperlink FN_EDIT_HYPERLINK -() -[ - AutoUpdate = FALSE, - FastCall = FALSE, - ReadOnlyDoc = FALSE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerItem; - Asynchron; - - AccelConfig = TRUE, - MenuConfig = TRUE, - ToolBoxConfig = TRUE, - GroupId = SfxGroupId::Insert; -] - SfxVoidItem EditRegion FN_EDIT_REGION () [ |