diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-02-21 14:22:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-02-21 16:18:07 +0000 |
commit | 7660d45dc3884e910d619d0e7551f5f58346ab04 (patch) | |
tree | 82a77637e0e352f45bc9b519d84d8b20930671f3 /sc/inc | |
parent | 342c612086e6bdd56cbf9ed45a83965b6c7f24fd (diff) |
convert calc changes menu to .ui
Change-Id: I65c07995ab7a63bcefeb1612e86bf3fedc33f4a5
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/helpids.h | 8 | ||||
-rw-r--r-- | sc/inc/scres.hrc | 2 |
2 files changed, 1 insertions, 9 deletions
diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h index 6298137f28cf..aff92df68d95 100644 --- a/sc/inc/helpids.h +++ b/sc/inc/helpids.h @@ -64,13 +64,7 @@ #define HID_SC_REN_AFMT_DLG "SC_HID_SC_REN_AFMT_DLG" -// Hilfe IDs fuer Submenus (max.50) ------------------------------------------ -#define HID_SC_SORT_ACTION "SC_HID_SC_SORT_ACTION" -#define HID_SC_SORT_AUTHOR "SC_HID_SC_SORT_AUTHOR" -#define HID_SC_SORT_DATE "SC_HID_SC_SORT_DATE" -#define HID_SC_SORT_COMMENT "SC_HID_SC_SORT_COMMENT" -#define HID_SORT_POSITION "SC_HID_SORT_POSITION" -#define HID_SC_CHANGES_COMMENT "SC_HID_SC_CHANGES_COMMENT" +// Help IDs for Submenus (max.50) -------------------------------------------- #define HID_PASSWD_TABLE "SC_HID_PASSWD_TABLE" #define HID_PASSWD_DOC "SC_HID_PASSWD_DOC" diff --git a/sc/inc/scres.hrc b/sc/inc/scres.hrc index 51fd648c55c8..af981aef10be 100644 --- a/sc/inc/scres.hrc +++ b/sc/inc/scres.hrc @@ -530,8 +530,6 @@ #define RID_NAVIPI_SCENARIO_DELETE (SC_DIALOGS_START + 121) #define RID_NAVIPI_SCENARIO_EDIT (SC_DIALOGS_START + 122) -#define RID_POPUP_CHANGES (SC_DIALOGS_START + 127) - #define RID_CELLSTYLEFAMILY (SC_DIALOGS_START + 138) #define RID_PAGESTYLEFAMILY (SC_DIALOGS_START + 139) #define BMP_STYLES_FAMILY_CELL (SC_DIALOGS_START + 140) |