diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-11-12 19:58:29 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2013-11-13 10:34:48 +0100 |
commit | 4dc9dc6a53870217de8b9e0b9ac434fbf3a67440 (patch) | |
tree | 3a730ce4e24d5b6b4ce2f050eb07b7cf06439447 /sc/inc/sc.hrc | |
parent | 2c9450105b1543268dc565808ddbd76317a05446 (diff) |
datastreams: add toolbar buttons to stop / resume streaming
Change-Id: I601a4a174ea191c799623d29ed6eb229f9f372da
Diffstat (limited to 'sc/inc/sc.hrc')
-rw-r--r-- | sc/inc/sc.hrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index 021bbd285eaf..a7173958da10 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -91,6 +91,8 @@ #define SID_SCFORMULAOPTIONS (SC_VIEW_START + 20) #define SID_SCDEFAULTSOPTIONS (SC_VIEW_START + 21) +#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) // slot-IDs for attributes |