summaryrefslogtreecommitdiffstats
path: root/sc/inc/sc.hrc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-12-28 21:14:16 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-12-29 15:51:38 +0000
commitdb8f70d8a8e364dafc3740898940bdb151e48fab (patch)
tree34e60ca738bf4e1f0175c63c59aed4a20ef4ab9e /sc/inc/sc.hrc
parentUpdated core (diff)
downloadcore-db8f70d8a8e364dafc3740898940bdb151e48fab.tar.gz
core-db8f70d8a8e364dafc3740898940bdb151e48fab.zip
convert multiple operations dialog to .ui
Change-Id: Ib6bd84e48086a28210be7fa67b8adb211276cc0d
Diffstat (limited to 'sc/inc/sc.hrc')
-rw-r--r--sc/inc/sc.hrc11
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)