diff options
Diffstat (limited to 'sc/inc/sc.hrc')
-rw-r--r-- | sc/inc/sc.hrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index 807a02399f2f..1bb2b8c1b215 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -787,6 +787,9 @@ #define SCSTR_GRFILTER_TOOBIG (STR_START + 82) #define SCSTR_UNDO_GRAFFILTER (STR_START + 83) +#define SCSTR_COL_LABEL (STR_START + 84) +#define SCSTR_ROW_LABEL (STR_START + 85) + #define SCSTR_CHG_PROTECT (STR_START + 86) #define SCSTR_CHG_UNPROTECT (STR_START + 87) @@ -945,7 +948,7 @@ #define RID_SCPAGE_PROTECTION (SC_DIALOGS_START + 3) #define RID_SCDLG_SORT (SC_DIALOGS_START + 5) #define RID_SCPAGE_SORT_FIELDS (SC_DIALOGS_START + 6) -#define RID_SCPAGE_SORT_OPTIONS (SC_DIALOGS_START + 7) + #define RID_SCDLG_FILTER (SC_DIALOGS_START + 8) #define RID_SCDLG_SPEC_FILTER (SC_DIALOGS_START + 9) #define RID_SCDLG_DELCELL (SC_DIALOGS_START + 11) |