diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-12-28 21:14:16 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-29 15:51:38 +0000 |
commit | db8f70d8a8e364dafc3740898940bdb151e48fab (patch) | |
tree | 34e60ca738bf4e1f0175c63c59aed4a20ef4ab9e /sc/inc/sc.hrc | |
parent | 065ded885172755f5fc3bdfc3e9bff9354520a6c (diff) |
convert multiple operations dialog to .ui
Change-Id: Ib6bd84e48086a28210be7fa67b8adb211276cc0d
Diffstat (limited to 'sc/inc/sc.hrc')
-rw-r--r-- | sc/inc/sc.hrc | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index 91275e7a2110..f86b840ccbff 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -963,7 +963,14 @@ #define SCSTR_VALERR (STR_START + 414) -#define STR_END (SCSTR_VALERR) +#define STR_NOFORMULASPECIFIED (STR_START + 415) +#define STR_NOCOLROW (STR_START + 416) +#define STR_WRONGFORMULA (STR_START + 417) +#define STR_WRONGROWCOL (STR_START + 418) +#define STR_NOCOLFORMULA (STR_START + 419) +#define STR_NOROWFORMULA (STR_START + 420) + +#define STR_END (STR_NOROWFORMULA) #define BMP_START (STR_END) @@ -1025,7 +1032,7 @@ #define RID_SCPAGE_CALC (SC_DIALOGS_START + 56) #define RID_SCDLG_NAVIGATOR (SC_DIALOGS_START + 57) -#define RID_SCDLG_TABOP (SC_DIALOGS_START + 58) + #define RID_SCDLG_IMPORTOPT (SC_DIALOGS_START + 59) #define RID_POPUP_ROWHEADER (SC_DIALOGS_START + 60) #define RID_POPUP_COLHEADER (SC_DIALOGS_START + 61) |