From 533dec5a3ddaff7ec176609edcff2cde4464747a Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Tue, 18 Jun 2019 13:43:27 +0200 Subject: tdf#111707 Add 'Remove Hyperlink' to context menu in Impress "Clear formatting" no longer removes the hyperlink, as now there is a dedicated context menu entry for this. Change-Id: Ic47795b9ecb238470f853da527c648f6edb94c09 Reviewed-on: https://gerrit.libreoffice.org/74272 Reviewed-by: Heiko Tietze Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- svx/sdi/svx.sdi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'svx/sdi') diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index 00f4d7c9bca5..6e9b07be15dc 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -12047,3 +12047,20 @@ SfxVoidItem SignSignatureLine SID_SIGN_SIGNATURELINE ToolBoxConfig = FALSE, GroupId = SfxGroupId::Edit; ] + +SfxVoidItem RemoveHyperlink SID_REMOVE_HYPERLINK +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Edit; +] \ No newline at end of file -- cgit