diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-11-07 15:51:31 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2013-11-13 10:33:18 +0100 |
commit | f2b3cedc01d66eb42d7ad94d158f3c7ea3c96c41 (patch) | |
tree | b49b46a68a648f641c365d98f31b6e7f43714b19 /sc/inc/sc.hrc | |
parent | f7d01def98cf542172e0f1dcebb9f35964c5c1ee (diff) |
add menu item for data streams dialog
Change-Id: I2f27afbaf91b31be2711fcb581bfd86bc103f1cb
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 d90108355b1d..021bbd285eaf 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 (SC_VIEW_START + 35) + // slot-IDs for attributes #define SID_SCATTR_PROTECTION (SC_VIEW_START + 36) // protection-page |