summaryrefslogtreecommitdiff
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
parent83078214196b071cf1d8e5796803b6ebc1bc9de4 (diff)
all these ids and their associated resources were unnecessary
Change-Id: I3f538668c9c5f1727b8cf49ab72fd5879e12f156
-rw-r--r--basctl/inc/basidesh.hrc2
-rw-r--r--basctl/source/basicide/basidesh.src4
-rw-r--r--include/sfx2/sfx.hrc1
-rw-r--r--include/svx/fmresids.hrc2
-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
-rw-r--r--sd/inc/glob.hrc18
-rw-r--r--sd/source/core/glob.src53
-rw-r--r--sfx2/source/appl/app.hrc2
-rw-r--r--sfx2/source/appl/app.src5
-rw-r--r--starmath/source/smres.src4
-rw-r--r--svx/source/form/fmstring.src4
-rw-r--r--sw/source/ui/app/app.src5
-rw-r--r--sw/source/ui/shells/shells.src48
-rw-r--r--sw/source/ui/web/web.src8
-rw-r--r--sw/source/uibase/inc/app.hrc3
-rw-r--r--sw/source/uibase/inc/shells.hrc16
-rw-r--r--sw/source/uibase/inc/web.hrc2
19 files changed, 11 insertions, 269 deletions
diff --git a/basctl/inc/basidesh.hrc b/basctl/inc/basidesh.hrc
index d6cf84dcabb8..3403c7902aa7 100644
--- a/basctl/inc/basidesh.hrc
+++ b/basctl/inc/basidesh.hrc
@@ -52,7 +52,7 @@
#define RID_STR_FILTER_ALLFILES ( RID_BASICIDE_START + 4 )
// free
#define RID_STR_CANNOTCLOSE ( RID_BASICIDE_START + 13 )
-#define RID_STR_IDENAME ( RID_BASICIDE_START + 14 )
+// free
#define RID_STR_INITIDE ( RID_BASICIDE_START + 15 )
#define RID_STR_STACKNAME ( RID_BASICIDE_START + 16 )
#define RID_STR_WATCHNAME ( RID_BASICIDE_START + 17 )
diff --git a/basctl/source/basicide/basidesh.src b/basctl/source/basicide/basidesh.src
index 3875f5b3ceb6..85bb35a860a0 100644
--- a/basctl/source/basicide/basidesh.src
+++ b/basctl/source/basicide/basidesh.src
@@ -26,10 +26,6 @@
#define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };
-String RID_STR_IDENAME
-{
- Text = "BasicIDE" ;
-};
String RID_STR_FILTER_ALLFILES
{
Text [ en-US ] = "<All>" ;
diff --git a/include/sfx2/sfx.hrc b/include/sfx2/sfx.hrc
index 98fffe24ed94..e184a3061303 100644
--- a/include/sfx2/sfx.hrc
+++ b/include/sfx2/sfx.hrc
@@ -106,7 +106,6 @@
// temporary due to compatibility
-#define RID_APPLICATION RID_SFX_START
#define RID_DEFAULTIMAGELIST_SC (RID_SFX_START+15)
#define RID_DEFAULTIMAGELIST_LC (RID_SFX_START+17)
diff --git a/include/svx/fmresids.hrc b/include/svx/fmresids.hrc
index 63e831994174..f4e177ad570c 100644
--- a/include/svx/fmresids.hrc
+++ b/include/svx/fmresids.hrc
@@ -94,7 +94,7 @@
#define RID_STR_QRY_REMOVE_ATTRIBUTE (RID_FORMS_START + 7)
#define RID_STR_QRY_REMOVE_ELEMENT (RID_FORMS_START + 8)
#define RID_STR_QRY_REMOVE_INSTANCE (RID_FORMS_START + 9)
-#define RID_STR_FORMSHELL (RID_FORMS_START + 10)
+
#define RID_STR_STDFORMNAME (RID_FORMS_START + 11)
#define RID_STR_REC_TEXT (RID_FORMS_START + 12)
#define RID_STR_REC_FROM_TEXT (RID_FORMS_START + 13)
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" ;
diff --git a/sd/inc/glob.hrc b/sd/inc/glob.hrc
index 483b82615646..bfcdc50567b8 100644
--- a/sd/inc/glob.hrc
+++ b/sd/inc/glob.hrc
@@ -42,12 +42,8 @@
#define BMP_PRESOBJ_CHART RID_GLOB_START+16
#define BMP_PRESOBJ_ORGCHART RID_GLOB_START+17
#define BMP_PRESOBJ_TABLE RID_GLOB_START+18
-#define STR_OUTLINEVIEWSHELL RID_GLOB_START+21
-#define STR_DRAWVIEWSHELL RID_GLOB_START+22
-#define STR_TEXTOBJECTBARSHELL RID_GLOB_START+23
#define STR_STDOBJECTBARSHELL RID_GLOB_START+24
-#define STR_BEZIEROBJECTBARSHELL RID_GLOB_START+25
-#define RID_SD_NAME RID_GLOB_START+26
+
#define STR_LAYOUT_TITLE RID_GLOB_START+27
#define STR_LAYOUT_OUTLINE RID_GLOB_START+28
#define STR_LAYOUT_BACKGROUNDOBJECTS RID_GLOB_START+29
@@ -109,24 +105,22 @@
#define STR_EMPTY_STYLESHEET_NAME RID_GLOB_START+91
#define STR_LAYER_MEASURELINES RID_GLOB_START+92
#define STR_LAYOUT_DEFAULT_TITLE_NAME RID_GLOB_START+93
-#define STR_GRAFOBJECTBARSHELL RID_GLOB_START+94
+
#define STR_POWERPOINT_IMPORT RID_GLOB_START+95
-#define STR_PRESVIEWSHELL RID_GLOB_START+98
#define STR_LOAD_DOC RID_GLOB_START+99
#define STR_SAVE_DOC RID_GLOB_START+100
#define STR_PREVIEWVIEWSHELL RID_GLOB_START+101
#define RID_SD_ERRHDL RID_GLOB_START+102
#define STR_3DOBJECTBARSHELL RID_GLOB_START+104
#define STR_FONTWORKOBJECTBARSHELL RID_GLOB_START+105
-#define STR_SLIDESORTERVIEWSHELL RID_GLOB_START+106
+
#define STR_SIDEBARVIEWSHELL RID_GLOB_START+107
#define STR_MASTERPAGESSELECTOR RID_GLOB_START+108
#define STR_SIDEBAR_LAYOUTMENU RID_GLOB_START+109
-#define STR_MEDIAOBJECTBARSHELL RID_GLOB_START+110
+
#define STR_PAGE_NAME RID_GLOB_START+111
#define STR_SLIDE_NAME RID_GLOB_START+112
-#define STR_LEFT_IMPRESS_PANE_SHELL RID_GLOB_START+113
-#define STR_LEFT_DRAW_PANE_SHELL RID_GLOB_START+114
+
#define STR_ENTER_PIN RID_GLOB_START+115
#define STR_TOOL_PANEL_SHELL RID_GLOB_START+116
@@ -142,7 +136,7 @@
#define RID_SLIDESHOW_CONTEXTMENU RID_GLOB_START+223
#define DLG_TABLEDESIGNPANE RID_GLOB_START+224
-#define STR_TABLEOBJECTBARSHELL RID_GLOB_START+225
+
#define RID_TABPAGE_PARA_NUMBERING RID_GLOB_START+226
#define STR_CUSTOMANIMATIONPANE RID_GLOB_START+227
#define STR_SLIDE_TRANSITION_PANE RID_GLOB_START+228
diff --git a/sd/source/core/glob.src b/sd/source/core/glob.src
index 5de4ee0572e1..5d6113ee3819 100644
--- a/sd/source/core/glob.src
+++ b/sd/source/core/glob.src
@@ -151,38 +151,14 @@ String STR_PRESOBJ_TABLE
{
Text [ en-US ] = "Double-click to add a Spreadsheet" ;
};
-String STR_OUTLINEVIEWSHELL
-{
- Text [ en-US ] = "Outline View" ;
-};
-String STR_DRAWVIEWSHELL
-{
- Text [ en-US ] = "Drawing View" ;
-};
-String STR_PRESVIEWSHELL
-{
- Text [ en-US ] = "Presentation mode" ;
-};
String STR_PREVIEWVIEWSHELL
{
Text [ en-US ] = "Preview Window";
};
-String STR_TEXTOBJECTBARSHELL
-{
- Text [ en-US ] = "Text Mode" ;
-};
String STR_STDOBJECTBARSHELL
{
Text [ en-US ] = "Document Mode" ;
};
-String STR_BEZIEROBJECTBARSHELL
-{
- Text [ en-US ] = "Bézier mode" ;
-};
-String RID_SD_NAME
-{
- Text [ en-US ] = "%PRODUCTNAME Impress" ;
-};
String STR_GLUEPOINTSOBJECTBARSHELL
{
Text [ en-US ] = "Glue Points Mode" ;
@@ -326,41 +302,12 @@ String STR_PSEUDOSHEET_NOTES
{
Text [ en-US ] = "Notes" ;
};
-String STR_GRAFOBJECTBARSHELL
-{
- Text [ en-US ] = "Graphics mode" ;
-};
-
-String STR_MEDIAOBJECTBARSHELL
-{
- Text [ en-US ] = "Media Playback" ;
-};
-
-String STR_TABLEOBJECTBARSHELL
-{
- Text [ en-US ] = "Table" ;
-};
-
-String STR_SLIDESORTERVIEWSHELL
-{
- Text [ en-US ] = "Slide Sorter" ;
-};
String STR_TOOL_PANEL_SHELL
{
Text [ en-US ] = "Tool Panel" ;
};
-String STR_LEFT_IMPRESS_PANE_SHELL
-{
- Text [ en-US ] = "Slides" ;
-};
-
-String STR_LEFT_DRAW_PANE_SHELL
-{
- Text [ en-US ] = "Pages" ;
-};
-
String STR_TASKPANEVIEWSHELL
{
Text [ en-US ] = "Tasks" ;
diff --git a/sfx2/source/appl/app.hrc b/sfx2/source/appl/app.hrc
index 801fe40b6861..1b16e8c967cd 100644
--- a/sfx2/source/appl/app.hrc
+++ b/sfx2/source/appl/app.hrc
@@ -97,8 +97,6 @@
#define RID_SECURITY_WARNING_TITLE (RID_SFX_APP_START + 181)
-#define RID_DESKTOP (RID_SFX_APP_START + 184)
-
#define RID_SVXSTR_XMLSEC_QUERY_LOSINGSIGNATURE (RID_SFX_APP_START + 186)
#define RID_SVXSTR_XMLSEC_QUERY_SAVEBEFORESIGN (RID_SFX_APP_START + 187)
#define STR_QUERY_CANCELCHECKOUT (RID_SFX_APP_START + 188)
diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src
index 0c606fd35a49..e7e1cb5befdb 100644
--- a/sfx2/source/appl/app.src
+++ b/sfx2/source/appl/app.src
@@ -331,11 +331,6 @@ String RID_SECURITY_WARNING_TITLE
Text [ en-US ] = "Security Warning" ;
};
-String RID_DESKTOP
-{
- Text = "%PRODUCTNAME" ;
-};
-
String RID_SVXSTR_XMLSEC_QUERY_LOSINGSIGNATURE
{
Text [ en-US ] = "Saving will remove all existing signatures.\nDo you want to continue saving the document?" ;
diff --git a/starmath/source/smres.src b/starmath/source/smres.src
index 68c74d63b3ea..6f7a2e655122 100644
--- a/starmath/source/smres.src
+++ b/starmath/source/smres.src
@@ -35,10 +35,6 @@ String RID_FONTBOLD
{
Text [ en-US ] = "Bold" ;
};
-String RID_APPLICATION
-{
- Text = "StarMath" ;
-};
String RID_OBJECTNAME
{
Text = "SMath3" ;
diff --git a/svx/source/form/fmstring.src b/svx/source/form/fmstring.src
index bf0fdd0fc832..b40cbf6ec700 100644
--- a/svx/source/form/fmstring.src
+++ b/svx/source/form/fmstring.src
@@ -70,10 +70,6 @@ Resource RID_RSC_TABWIN_PREFIX
Text [ en-US ] = "SQL";
};
};
-String RID_STR_FORMSHELL
-{
- Text = "Form Shell";
-};
String RID_STR_STDFORMNAME
{
Text [ en-US ]= "Form";
diff --git a/sw/source/ui/app/app.src b/sw/source/ui/app/app.src
index c1ec4eb13523..c4fee49aad04 100644
--- a/sw/source/ui/app/app.src
+++ b/sw/source/ui/app/app.src
@@ -31,11 +31,6 @@
#include "shells.hrc"
#include "helpid.h"
-String RID_SW_NAME
-{
- Text = "%PRODUCTNAME Writer" ;
-};
-
String STR_PRINT_MERGE_MACRO
{
Text [ en-US ] = "Print form letters" ;
diff --git a/sw/source/ui/shells/shells.src b/sw/source/ui/shells/shells.src
index 3b2aa6906cfe..4bb18b38311d 100644
--- a/sw/source/ui/shells/shells.src
+++ b/sw/source/ui/shells/shells.src
@@ -115,54 +115,6 @@ String STR_PAGE_COUNT_CUSTOM
{
Text [ en-US ] = "Page %1 of %2 (Page %3)" ;
};
-String STR_SHELLNAME_TEXT
-{
- Text [ en-US ] = "Text" ;
-};
-String STR_SHELLNAME_TABLE
-{
- Text [ en-US ] = "Table" ;
-};
-String STR_SHELLNAME_FRAME
-{
- Text [ en-US ] = "Frame" ;
-};
-String STR_SHELLNAME_GRAPHIC
-{
- Text [ en-US ] = "Image" ;
-};
-String STR_SHELLNAME_OBJECT
-{
- Text [ en-US ] = "Object" ;
-};
-String STR_SHELLNAME_LIST
-{
- Text [ en-US ] = "List" ;
-};
-String STR_SHELLNAME_DRAW
-{
- Text [ en-US ] = "Drawing" ;
-};
-String STR_SHELLNAME_DRAWFORM
-{
- Text [ en-US ] = "Forms" ;
-};
-String STR_SHELLNAME_BEZIER
-{
- Text [ en-US ] = "Bézier" ;
-};
-String STR_SHELLNAME_DRAW_TEXT
-{
- Text [ en-US ] = "Draw text" ;
-};
-String STR_SHELLNAME_MEDIA
-{
- Text [ en-US ] = "Media" ;
-};
-String STR_SHELLNAME_NAVIGATION
-{
- Text [ en-US ] = "Navigation" ;
-};
//Strings for gallery/background
String STR_SWBG_PARAGRAPH
{
diff --git a/sw/source/ui/web/web.src b/sw/source/ui/web/web.src
index a28d30c7669c..21910fdd093d 100644
--- a/sw/source/ui/web/web.src
+++ b/sw/source/ui/web/web.src
@@ -40,14 +40,6 @@ String STR_WRITER_WEBDOC_FULLTYPE
{
Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION HTML Document";
};
-String STR_SHELLNAME_WEBTEXT
-{
- Text [ en-US ] = "Text/Web" ;
-};
-String STR_SHELLNAME_WEBFRAME
-{
- Text [ en-US ] = "Frame/Web" ;
-};
String RID_WEBTOOLS_TOOLBOX
{
Text [ en-US ] = "Main Toolbar/Web" ;
diff --git a/sw/source/uibase/inc/app.hrc b/sw/source/uibase/inc/app.hrc
index 623995584032..ff5e12d89051 100644
--- a/sw/source/uibase/inc/app.hrc
+++ b/sw/source/uibase/inc/app.hrc
@@ -25,9 +25,6 @@
#define STR_CANTCREATE (RC_APP_BEGIN + 4)
#define STR_CANTOPEN (RC_APP_BEGIN + 5)
-// For the interface because the RID_APP_BEGIN is now Desktop.
-#define RID_SW_NAME ( RC_APP_BEGIN + 8)
-
#define STR_UNBENANNT (RC_APP_BEGIN + 13)
#define STR_VERSION (RC_APP_BEGIN + 14)
#define STR_PRINT_MERGE_MACRO (RC_APP_BEGIN + 15)
diff --git a/sw/source/uibase/inc/shells.hrc b/sw/source/uibase/inc/shells.hrc
index 7af1b8c5a36f..685b0e2a6116 100644
--- a/sw/source/uibase/inc/shells.hrc
+++ b/sw/source/uibase/inc/shells.hrc
@@ -45,18 +45,7 @@
#define RID_OLE_TOOLBOX (RC_SHELLS_BEGIN + 22)
#define RID_TOOLS_TOOLBOX (RC_SHELLS_BEGIN + 23)
-#define STR_SHELLNAME_TEXT (RC_SHELLS_BEGIN + 24)
-#define STR_SHELLNAME_TABLE (RC_SHELLS_BEGIN + 25)
-#define STR_SHELLNAME_FRAME (RC_SHELLS_BEGIN + 26)
-#define STR_SHELLNAME_GRAPHIC (RC_SHELLS_BEGIN + 27)
-#define STR_SHELLNAME_OBJECT (RC_SHELLS_BEGIN + 28)
-#define STR_SHELLNAME_LIST (RC_SHELLS_BEGIN + 29)
-#define STR_SHELLNAME_DRAW (RC_SHELLS_BEGIN + 30)
-#define STR_SHELLNAME_DRAW_TEXT (RC_SHELLS_BEGIN + 31)
-#define STR_SHELLNAME_MEDIA (RC_SHELLS_BEGIN + 32)
-
#define RID_BEZIER_TOOLBOX (RC_SHELLS_BEGIN + 33)
-#define STR_SHELLNAME_BEZIER (RC_SHELLS_BEGIN + 34)
#define STR_SWBG_PARAGRAPH (RC_SHELLS_BEGIN + 37)
#define STR_SWBG_GRAPHIC (RC_SHELLS_BEGIN + 38)
@@ -69,7 +58,6 @@
#define STR_SWBG_HEADER (RC_SHELLS_BEGIN + 45)
#define STR_SWBG_FOOTER (RC_SHELLS_BEGIN + 46)
-#define STR_SHELLNAME_DRAWFORM (RC_SHELLS_BEGIN + 48)
#define STR_REDLINE_FORMATED (RC_SHELLS_BEGIN + 50)
#define STR_REDLINE_TABLECHG (RC_SHELLS_BEGIN + 51)
@@ -85,9 +73,7 @@
#define RID_MEDIA_TOOLBOX (RC_SHELLS_BEGIN + 61)
-#define STR_SHELLNAME_NAVIGATION (RC_SHELLS_BEGIN + 62)
-
-#define SHELLS_ACT_END STR_SHELLNAME_NAVIGATION
+#define SHELLS_ACT_END RID_MEDIA_TOOLBOX
#if SHELLS_ACT_END > RC_SHELLS_END
#error Resource-Id Ueberlauf in #file, #line
diff --git a/sw/source/uibase/inc/web.hrc b/sw/source/uibase/inc/web.hrc
index bf279f94c0bc..1c06a00b7807 100644
--- a/sw/source/uibase/inc/web.hrc
+++ b/sw/source/uibase/inc/web.hrc
@@ -26,8 +26,6 @@
#define RID_WEBTEXT_TOOLBOX (RC_WEB_BEGIN + 3)
#define STR_HUMAN_SWWEBDOC_NAME (RC_WEB_BEGIN + 4)
#define STR_WRITER_WEBDOC_FULLTYPE_40 (RC_WEB_BEGIN + 5)
-#define STR_SHELLNAME_WEBTEXT (RC_WEB_BEGIN + 6)
-#define STR_SHELLNAME_WEBFRAME (RC_WEB_BEGIN + 7)
#define RID_WEBFRAME_TOOLBOX (RC_WEB_BEGIN + 8)
#define STR_WRITER_WEBDOC_FULLTYPE_50 (RC_WEB_BEGIN + 9)
#define RID_WEBGRAPHIC_TOOLBOX (RC_WEB_BEGIN + 10)