summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-06-01 23:59:22 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-06-11 08:01:23 +0200
commit633872e942d04bf37ef07dc00fa95a485e923408 (patch)
tree52e7805c1ff03c9bc0a10d059a3622ff906f39ca /sc/inc
parentf76aa6633452b1bc82d6742986b86f7045c3a7a0 (diff)
more for conditional format dialog
Change-Id: Id99be4e98ae1cd57077ac6f3758ebdb9cfc5424c
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/sc.hrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc
index 2d2c3f975666..e09ea162cd0e 100644
--- a/sc/inc/sc.hrc
+++ b/sc/inc/sc.hrc
@@ -1234,8 +1234,9 @@
#define RID_SCDLG_SORTKEY (SC_DIALOGS_START + 157)
#define RID_SCDLG_COLORSCALE (SC_DIALOGS_START + 158)
#define RID_SCDLG_DATABAR (SC_DIALOGS_START + 159)
+#define RID_COND_ENTRY (SC_DIALOGS_START + 160)
-#define SC_DIALOGS_END (SC_DIALOGS_START + 160)
+#define SC_DIALOGS_END (SC_DIALOGS_START + 161)
#ifndef STD_MASKCOLOR
#define STD_MASKCOLOR Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; }