summaryrefslogtreecommitdiffstats
path: root/include/svx/svxids.hrc
diff options
context:
space:
mode:
authorShubham Goyal <22shubh22@gmail.com>2019-07-24 10:31:04 +0530
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-08-01 22:32:11 +0200
commit02d16928bcd1eb2b6dfd7524ea9af591c0f5f2e0 (patch)
treedc92a0b8b4e940e8224a6ccef9ee37b4b29a328e /include/svx/svxids.hrc
parentFix typos (diff)
downloadcore-02d16928bcd1eb2b6dfd7524ea9af591c0f5f2e0.tar.gz
core-02d16928bcd1eb2b6dfd7524ea9af591c0f5f2e0.zip
Make QR Code callable in calc and writer
Change-Id: I73793100478c34a7721821cec1f8ccec0174d20c Reviewed-on: https://gerrit.libreoffice.org/74598 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/svx/svxids.hrc')
-rw-r--r--include/svx/svxids.hrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc
index bbca92682819..d430f6de692f 100644
--- a/include/svx/svxids.hrc
+++ b/include/svx/svxids.hrc
@@ -982,8 +982,11 @@ class SvxSetItem;
#define SID_TOGGLE_RESOLVED_NOTES ( SID_SVX_START + 1190 )
+#define SID_INSERT_QRCODE ( SID_SVX_START + 1191 )
+#define SID_EDIT_QRCODE ( SID_SVX_START + 1192 )
+
// IMPORTANT NOTE: adjust SID_SVX_FIRSTFREE, when adding new slot id
-#define SID_SVX_FIRSTFREE ( SID_SVX_START + 1190 + 1 )
+#define SID_SVX_FIRSTFREE ( SID_SVX_START + 1192 + 1 )
// Overflow check for slot IDs
#if SID_SVX_FIRSTFREE > SID_SVX_END