diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-10-06 02:32:07 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-10-06 21:25:11 +0200 |
commit | b65e98a6a8be0ad7864eb607087d9b85003e5a1e (patch) | |
tree | 2ccdbb325de208c31facbe850ca597ca7a3bc10a /sc/inc/sc.hrc | |
parent | ea89abb435a0175a7c12a6ccb430752393ce4b64 (diff) |
implement the menu strucutre from Astron's proposal
Change-Id: I46b751f033f2b4f08461b2eaae8ad16c1487f1c0
Diffstat (limited to 'sc/inc/sc.hrc')
-rw-r--r-- | sc/inc/sc.hrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index 51cebf39f182..e47ee571890e 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -250,7 +250,9 @@ #define SID_OPENDLG_OPTSOLVER (SC_MESSAGE_START + 60) #define SID_VALIDITY_REFERENCE (SC_MESSAGE_START + 61) #define SID_OPENDLG_CONDFRMT_MANAGER (SC_MESSAGE_START + 62) -#define SC_HINT_NAVIGATOR_UPDATEALL (SC_MESSAGE_START + 65) +#define SC_HINT_NAVIGATOR_UPDATEALL (SC_MESSAGE_START + 65) +#define SID_OPENDLG_COLORSCALE (SC_MESSAGE_START + 66) +#define SID_OPENDLG_DATABAR (SC_MESSAGE_START + 67) // functions |