summaryrefslogtreecommitdiff
path: root/svx/sdi
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-08-06 11:27:41 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-08-06 12:29:54 +0200
commit80089fb50eb73d32ddb035370b9389a3e270b5ed (patch)
tree9febefd36fe78131bb4b857d5b8675075f6a4309 /svx/sdi
parentc30da2b46b5f791281005b63e61f205d20fece13 (diff)
Move CopyHyperlinkLocation to svx
so that it can be used by other modules too Change-Id: I43d197320f85a3ec06b6b0b832f7bb5647800076 Reviewed-on: https://gerrit.libreoffice.org/77012 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'svx/sdi')
-rw-r--r--svx/sdi/svx.sdi17
1 files changed, 17 insertions, 0 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi
index 1c62757707dc..22912965caa5 100644
--- a/svx/sdi/svx.sdi
+++ b/svx/sdi/svx.sdi
@@ -12083,6 +12083,23 @@ SfxVoidItem RemoveHyperlink SID_REMOVE_HYPERLINK
GroupId = SfxGroupId::Edit;
]
+SfxVoidItem CopyHyperlinkLocation SID_COPY_HYPERLINK_LOCATION
+[
+ AutoUpdate = FALSE,
+ FastCall = FALSE,
+ ReadOnlyDoc = FALSE,
+ Toggle = FALSE,
+ Container = FALSE,
+ RecordAbsolute = FALSE,
+ RecordPerSet;
+ Asynchron;
+
+ AccelConfig = TRUE,
+ MenuConfig = TRUE,
+ ToolBoxConfig = TRUE,
+ GroupId = SfxGroupId::Edit;
+]
+
SfxVoidItem InsertQrCode SID_INSERT_QRCODE
()
[