diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-12-20 10:46:52 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-20 10:52:17 +0000 |
commit | 1822302066fba5a21a8fb72cbaaae9bbe4cf9fbd (patch) | |
tree | 443474bcf974bcc3617f74e505001982cd705518 /sc/inc | |
parent | 5ed55393ee0778840dd4b3a316086b48bd0c61fc (diff) |
convert solver no solution dialog to .ui
Change-Id: I94ba29d328c443e0f944fef8d33fc25cdc0e9694
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/helpids.h | 1 | ||||
-rw-r--r-- | sc/inc/sc.hrc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h index 9188d407fd35..22526d6319ec 100644 --- a/sc/inc/helpids.h +++ b/sc/inc/helpids.h @@ -163,7 +163,6 @@ #define HID_SC_SOLVEROPTIONS "SC_HID_SC_SOLVEROPTIONS" #define HID_SC_SOLVEROPTIONS_LB "SC_HID_SC_SOLVEROPTIONS_LB" #define HID_SC_SOLVER_PROGRESS "SC_HID_SC_SOLVER_PROGRESS" -#define HID_SC_SOLVER_NOSOLUTION "SC_HID_SC_SOLVER_NOSOLUTION" #define HID_SC_SOLVER_SUCCESS "SC_HID_SC_SOLVER_SUCCESS" #define HID_SCDLG_CONFLICTS "SC_HID_SCDLG_CONFLICTS" diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index 78d887a72b26..000a6e115e1e 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -1085,7 +1085,6 @@ #define RID_SCDLG_SOLVEROPTIONS (SC_DIALOGS_START + 139) #define RID_SCDLG_SOLVER_PROGRESS (SC_DIALOGS_START + 142) -#define RID_SCDLG_SOLVER_NOSOLUTION (SC_DIALOGS_START + 143) #define RID_SCDLG_SOLVER_SUCCESS (SC_DIALOGS_START + 144) #define RID_SCDLG_CONFLICTS (SC_DIALOGS_START + 145) |