diff options
author | Albert Thuswaldner <albert.thuswaldner@gmail.com> | 2012-05-21 23:04:12 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-06-05 03:08:59 +0200 |
commit | 35b1d1a9b47abb8cb3b45d4c6351d1c2b86b379f (patch) | |
tree | 9541c06a7337548c6c03ef8daa79c5113b179dc7 /sc/inc/sc.hrc | |
parent | 475bafc4be1b113095e1b0dcacfd565374777f8d (diff) |
fdo#45747 remove the limitation to 3 sort entries in calc part2
Change-Id: I699c424f536b0096b35d3db3aee371793e9e56c4
Diffstat (limited to 'sc/inc/sc.hrc')
-rw-r--r-- | sc/inc/sc.hrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index 936de6ee76d5..1059d9c7ba5c 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -1229,8 +1229,9 @@ #define RID_POPUP_FILTER (SC_DIALOGS_START + 153) #define RID_SCDLG_TAB_BG_COLOR (SC_DIALOGS_START + 154) #define RID_SCDLG_FORMULA_CALCOPTIONS (SC_DIALOGS_START + 155) - -#define SC_DIALOGS_END (SC_DIALOGS_START + 156) +#define RID_SCPAGE_SORTKEY_FIELDS (SC_DIALOGS_START + 156) +#define RID_SCDLG_SORTKEY (SC_DIALOGS_START + 157) +#define SC_DIALOGS_END (SC_DIALOGS_START + 158) #ifndef STD_MASKCOLOR #define STD_MASKCOLOR Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; } |