diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-12-30 16:03:09 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-30 16:12:02 +0000 |
commit | 9f5df4cda93eb470fb79fc4b8014d9a6dde2284b (patch) | |
tree | 2ee3579071b96a14bf13ec30d655cb991cb72218 /sc/inc | |
parent | d1a1dc8e5ba108e8973db5b95669bf882d4fcc67 (diff) |
convert solver options dialog to .ui
Change-Id: I319210233dd1b71f6e717c7322b953de8f093150
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/helpids.h | 3 | ||||
-rw-r--r-- | sc/inc/sc.hrc | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h index e13c082b9fb6..67c6156ebd44 100644 --- a/sc/inc/helpids.h +++ b/sc/inc/helpids.h @@ -160,9 +160,6 @@ #define HID_SC_DPDATEGROUP_LB "SC_HID_SC_DPDATEGROUP_LB" #define HID_SC_DPSHOWDETAIL "SC_HID_SC_DPSHOWDETAIL" -#define HID_SC_SOLVEROPTIONS "SC_HID_SC_SOLVEROPTIONS" -#define HID_SC_SOLVEROPTIONS_LB "SC_HID_SC_SOLVEROPTIONS_LB" - #define HID_SCDLG_CONFLICTS "SC_HID_SCDLG_CONFLICTS" #define HID_SC_HF_HL_DEFINED "SC_HID_SC_HF_HL_DEFINED" diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index 7230fee5dfe7..b592b518f611 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -1093,8 +1093,6 @@ #define RID_SCDLG_DPDATEGROUP (SC_DIALOGS_START + 136) #define RID_SCDLG_DPSHOWDETAIL (SC_DIALOGS_START + 137) -#define RID_SCDLG_SOLVEROPTIONS (SC_DIALOGS_START + 139) - #define RID_SCDLG_CONFLICTS (SC_DIALOGS_START + 145) #define RID_SCDLG_SHAREDOCUMENT (SC_DIALOGS_START + 146) #define RID_SCDLG_TABPROTECTION (SC_DIALOGS_START + 148) |