diff options
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/sc.hrc | 3 |
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; } |