diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-10 10:20:34 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-10 10:38:29 +0100 |
commit | 37530ebbfe92893b1fd7e0b55d25b13695f06776 (patch) | |
tree | 0e6dfd76a3f852f80cecde11626a47fa2cedf42b /sc/inc | |
parent | 73295fa4e0df4637f1ddcca30311481efc1009e3 (diff) |
convert scenario menu to .ui
Change-Id: Iac0f52898ce9e8484731d62b2555ed3c83563d1d
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/helpids.h | 3 | ||||
-rw-r--r-- | sc/inc/scres.hrc | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h index 39df049390db..87fe34b4cc97 100644 --- a/sc/inc/helpids.h +++ b/sc/inc/helpids.h @@ -46,9 +46,6 @@ #define HID_SC_ADD_AUTOFMT "SC_HID_SC_ADD_AUTOFMT" #define HID_SC_AUTOFMT_NAME "SC_HID_SC_AUTOFMT_NAME" -#define HID_SC_SCENARIO_DELETE "SC_HID_SC_SCENARIO_DELETE" -#define HID_SC_SCENARIO_EDIT "SC_HID_SC_SCENARIO_EDIT" - #define HID_FUNCTION_BOX "SC_HID_FUNCTION_BOX" // wrong group - HID_SC_DLG_START is full diff --git a/sc/inc/scres.hrc b/sc/inc/scres.hrc index 499a19de6fb5..9bf03fa7a163 100644 --- a/sc/inc/scres.hrc +++ b/sc/inc/scres.hrc @@ -441,10 +441,6 @@ #define RID_SCDLG_HFEDIT_HEADER (SC_DIALOGS_START + 68) #define RID_SCDLG_HFEDIT_FOOTER (SC_DIALOGS_START + 69) -#define RID_POPUP_NAVIPI_SCENARIO (SC_DIALOGS_START + 120) -#define RID_NAVIPI_SCENARIO_DELETE (SC_DIALOGS_START + 121) -#define RID_NAVIPI_SCENARIO_EDIT (SC_DIALOGS_START + 122) - #define RID_CELLSTYLEFAMILY (SC_DIALOGS_START + 138) #define RID_PAGESTYLEFAMILY (SC_DIALOGS_START + 139) #define BMP_STYLES_FAMILY_CELL (SC_DIALOGS_START + 140) |