all these ids and their associated resources were unnecessary
Change-Id: I3f538668c9c5f1727b8cf49ab72fd5879e12f156
This commit is contained in:
parent
8307821419
commit
8c041824b6
@ -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 )
|
||||
|
@ -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>" ;
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
||||
|
@ -19,13 +19,6 @@
|
||||
|
||||
#include "sc.hrc"
|
||||
|
||||
// App-Titel------------------------------------------------------
|
||||
|
||||
String RID_SC_NAME
|
||||
{
|
||||
Text [ en-US ] = "%PRODUCTNAME Calc" ;
|
||||
};
|
||||
|
||||
// About-Dialog --------------------------------------------------------------
|
||||
|
||||
// Icons & Bitmaps: ----------------------------------------------------------
|
||||
|
@ -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" ;
|
||||
|
@ -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
|
||||
|
@ -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" ;
|
||||
|
@ -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)
|
||||
|
@ -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?" ;
|
||||
|
@ -35,10 +35,6 @@ String RID_FONTBOLD
|
||||
{
|
||||
Text [ en-US ] = "Bold" ;
|
||||
};
|
||||
String RID_APPLICATION
|
||||
{
|
||||
Text = "StarMath" ;
|
||||
};
|
||||
String RID_OBJECTNAME
|
||||
{
|
||||
Text = "SMath3" ;
|
||||
|
@ -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";
|
||||
|
@ -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" ;
|
||||
|
@ -114,54 +114,6 @@ String STR_PAGE_COUNT
|
||||
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
|
||||
|
@ -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" ;
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user