diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-11-29 17:20:43 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-11-29 17:35:25 +0000 |
commit | 28f54b564e5fd607502bff8c876aaf8064880322 (patch) | |
tree | 03638c8c74db782bf661a38a9bde62bdedda2881 /sc/inc | |
parent | b67a51b40a4876f4bd97a2917103112006710b0c (diff) |
use Markus's sort page
Change-Id: I7be1c78b01258831e1a313bc57dc6e20ec4af0ed
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/helpids.h | 1 | ||||
-rw-r--r-- | sc/inc/sc.hrc | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h index 8695891620da..3913e55c512d 100644 --- a/sc/inc/helpids.h +++ b/sc/inc/helpids.h @@ -81,7 +81,6 @@ #define HID_SC_INPORTOPT "SC_HID_SC_INPORTOPT" #define HID_SC_PIVOTSUBT "SC_HID_SC_PIVOTSUBT" #define HID_SCPAGE_SORT_FIELDS "SC_HID_SCPAGE_SORT_FIELDS" -#define HID_SCPAGE_SORT_OPTIONS "SC_HID_SCPAGE_SORT_OPTIONS" #define HID_SCPAGE_SUBT_OPTIONS "SC_HID_SCPAGE_SUBT_OPTIONS" #define HID_SCPAGE_SUBT_GROUP "SC_HID_SCPAGE_SUBT_GROUP" #define HID_SCPAGE_PROTECTION "SC_HID_SCPAGE_PROTECTION" 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) |