summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2021-08-05 09:53:56 +0200
committerSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2021-08-05 10:52:03 +0200
commitfe0c93b7526ba6bab98d3f12f16c0b863a82fa9c (patch)
tree153521a1690e5d8b5d6ef48944cb8bac03d1b940 /sc/inc
parent0dab89d88f6b42065033f64b69a6e04a31d477d6 (diff)
No need for extra uno commands for shape hyperlinks
Change-Id: Ibf5987f543d4e1a767a7a5ae6a855f7eb883bfae Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120056 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/sc.hrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc
index d553c82e2cbe..e958d421c18e 100644
--- a/sc/inc/sc.hrc
+++ b/sc/inc/sc.hrc
@@ -159,10 +159,6 @@
// #i59082# assign macro to shape
#define SID_ASSIGNMACRO (SC_VIEW_START + 95)
-// #i66550# hyperlinks in shapes
-#define SID_DRAW_HLINK_EDIT (SC_VIEW_START + 96)
-#define SID_DRAW_HLINK_DELETE (SC_VIEW_START + 97)
-
// "Zoom / Synchronize sheets" in options dialog
#define SID_SC_OPT_SYNCZOOM (SC_VIEW_START + 98)