summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-11-25 13:39:28 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-11-25 14:54:03 +0000
commit8c041824b67caa53d3f7f96803b7a69ced6614b5 (patch)
tree132a39fb17b2c892f6d564b04034a009c76fd540 /sc
parent83078214196b071cf1d8e5796803b6ebc1bc9de4 (diff)
all these ids and their associated resources were unnecessary
Change-Id: I3f538668c9c5f1727b8cf49ab72fd5879e12f156
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/sc.hrc21
-rw-r--r--sc/source/ui/src/sc.src7
-rw-r--r--sc/source/ui/src/scstring.src75
3 files changed, 2 insertions, 101 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc
index 1f95e32f2dcf..f76a45a3f7aa 100644
--- a/sc/inc/sc.hrc
+++ b/sc/inc/sc.hrc
@@ -755,13 +755,8 @@
#define SCSTR_APDTABLE (STR_START + 27)
#define SCSTR_RENAMETAB (STR_START + 28)
#define STR_INSERTGRAPHIC (STR_START + 29)
-#define SCSTR_DOCSHELL (STR_START + 32)
-#define SCSTR_TABVIEWSHELL (STR_START + 33)
-#define SCSTR_EDITSHELL (STR_START + 34)
-#define SCSTR_DRAWSHELL (STR_START + 35)
-#define SCSTR_DRAWTEXTSHELL (STR_START + 36)
+
#define SCSTR_NEWTABLE (STR_START + 37)
-#define SCSTR_PREVIEWSHELL (STR_START + 38)
#define SCSTR_PROTECTDOC (STR_START + 39)
#define SCSTR_UNPROTECTDOC (STR_START + 40)
@@ -771,7 +766,6 @@
#define SCSTR_PASSWORDOPT (STR_START + 44)
#define SCSTR_WRONGPASSWORD (STR_START + 45)
-#define SCSTR_PIVOTSHELL (STR_START + 46)
#define SCSTR_END (STR_START + 47)
#define SCSTR_STAT_PRINT (STR_START + 48)
@@ -787,8 +781,6 @@
#define SCSTR_CFG_SPELLCHECK (STR_START + 56)
#define SCSTR_CFG_PRINT (STR_START + 57)
-#define SCSTR_AUDITSHELL (STR_START + 58)
-
#define SCSTR_CHARSET_USER (STR_START + 59)
#define SCSTR_COLUMN_USER (STR_START + 60)
#define SCSTR_FIELDSEP (STR_START + 61)
@@ -801,14 +793,6 @@
#define SCSTR_CFG_NAVIPI (STR_START + 67)
-#define SCSTR_DRAWFORMSHELL (STR_START + 70)
-#define SCSTR_CELLSHELL (STR_START + 71)
-#define SCSTR_FORMATSHELL (STR_START + 72)
-#define SCSTR_OLEOBJECTSHELL (STR_START + 73)
-#define SCSTR_CHARTSHELL (STR_START + 74)
-#define SCSTR_GRAPHICSHELL (STR_START + 75)
-#define SCSTR_PAGEBREAKSHELL (STR_START + 76)
-
#define SCSTR_GRFILTER_OPENERROR (STR_START + 77)
#define SCSTR_GRFILTER_IOERROR (STR_START + 78)
#define SCSTR_GRFILTER_FORMATERROR (STR_START + 79)
@@ -1006,8 +990,7 @@
#define STR_TITLE_AUTHOR (STR_START + 442)
#define STR_TITLE_DATE (STR_START + 443)
#define STR_UNKNOWN_USER_CONFLICT (STR_START + 444)
-#define RID_SC_NAME (STR_START + 445)
-#define STR_END (RID_SC_NAME)
+#define STR_END (STR_UNKNOWN_USER_CONFLICT)
#define BMP_START (STR_END)
diff --git a/sc/source/ui/src/sc.src b/sc/source/ui/src/sc.src
index 1fbb98dd4ad6..9c79709a52ec 100644
--- a/sc/source/ui/src/sc.src
+++ b/sc/source/ui/src/sc.src
@@ -19,13 +19,6 @@
#include "sc.hrc"
-// App-Titel------------------------------------------------------
-
-String RID_SC_NAME
-{
- Text [ en-US ] = "%PRODUCTNAME Calc" ;
-};
-
// About-Dialog --------------------------------------------------------------
// Icons & Bitmaps: ----------------------------------------------------------
diff --git a/sc/source/ui/src/scstring.src b/sc/source/ui/src/scstring.src
index ffa400bd8f7c..8b9c6e18ccd3 100644
--- a/sc/source/ui/src/scstring.src
+++ b/sc/source/ui/src/scstring.src
@@ -31,81 +31,6 @@ String SCSTR_SHORT_SCDOC_NAME
Text [ en-US ] = "Spreadsheet" ;
};
-String SCSTR_DOCSHELL
-{
- Text [ en-US ] = "Sheet" ;
-};
-
-String SCSTR_TABVIEWSHELL
-{
- Text [ en-US ] = "Cells" ;
-};
-
-String SCSTR_CELLSHELL
-{
- Text [ en-US ] = "Functions for Cells";
-};
-
-String SCSTR_FORMATSHELL
-{
- Text [ en-US ] = "Formats for Cells";
-};
-
-String SCSTR_DRAWSHELL
-{
- Text [ en-US ] = "Image Objects" ;
-};
-
-String SCSTR_DRAWTEXTSHELL
-{
- Text [ en-US ] = "Text Objects" ;
-};
-
-String SCSTR_DRAWFORMSHELL
-{
- Text [ en-US ] = "Form Objects";
-};
-
-String SCSTR_CHARTSHELL
-{
- Text [ en-US ] = "Chart Objects";
-};
-
-String SCSTR_OLEOBJECTSHELL
-{
- Text [ en-US ] = "OLE Objects";
-};
-
-String SCSTR_GRAPHICSHELL
-{
- Text [ en-US ] = "Image";
-};
-
-String SCSTR_PAGEBREAKSHELL
-{
- Text [ en-US ] = "Pagebreak";
-};
-
-String SCSTR_EDITSHELL
-{
- Text [ en-US ] = "Text editing" ;
-};
-
-String SCSTR_PREVIEWSHELL
-{
- Text [ en-US ] = "Print Preview" ;
-};
-
-String SCSTR_PIVOTSHELL
-{
- Text [ en-US ] = "Pivot Tables" ;
-};
-
-String SCSTR_AUDITSHELL
-{
- Text [ en-US ] = "Detective Fill Mode" ;
-};
-
String STR_ROWHEIGHT
{
Text [ en-US ] = "Height" ;