summaryrefslogtreecommitdiff
path: root/sc/inc/sc.hrc
diff options
context:
space:
mode:
authorJaskaran Singh <jvsg1303@gmail.com>2017-08-07 23:39:39 +0530
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-08-10 18:53:31 +0200
commit213a83ce46edf1b81f2285fd59f1d04935760caa (patch)
tree29355aa1f1242661d4055c8e561746473945931e /sc/inc/sc.hrc
parent772686adb99137733db79b7d1ab6ebb21bf93b4a (diff)
Add UI for the sc::dataprovider
Change-Id: I29acc8903d5694e46e7575133ee852bbaae6eeee Reviewed-on: https://gerrit.libreoffice.org/40851 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/inc/sc.hrc')
-rw-r--r--sc/inc/sc.hrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc
index 7cd95f8d0507..eda54c590d7e 100644
--- a/sc/inc/sc.hrc
+++ b/sc/inc/sc.hrc
@@ -84,6 +84,8 @@
#define SID_SCFORMULAOPTIONS (SC_VIEW_START + 20)
#define SID_SCDEFAULTSOPTIONS (SC_VIEW_START + 21)
+
+#define SID_DATA_PROVIDER (SC_VIEW_START + 32)
#define SID_DATA_STREAMS_PLAY (SC_VIEW_START + 33)
#define SID_DATA_STREAMS_STOP (SC_VIEW_START + 34)
#define SID_DATA_STREAMS (SC_VIEW_START + 35)