Kaydet (Commit) 8d0c1804 authored tarafından Andras Timar's avatar Andras Timar

remove 2 unused resources

Change-Id: I5b0faac6c47c284fd25f020fdf6dbbed5c643e72
üst 29b302d5
...@@ -25,10 +25,6 @@ ...@@ -25,10 +25,6 @@
// RID_FIRSTSTSTART_START 3000 // RID_FIRSTSTSTART_START 3000
#define RID_DESKTOP_STRING_START 10000 #define RID_DESKTOP_STRING_START 10000
#define INFOBOX_CMDLINEHELP (RID_DESKTOP_DIALOG_START+51)
#define INFOBOX_EXPIRED (RID_DESKTOP_DIALOG_START+52)
#define QBX_USERDATALOCKED (RID_DESKTOP_DIALOG_START+100) #define QBX_USERDATALOCKED (RID_DESKTOP_DIALOG_START+100)
#define DLG_CMDLINEHELP (RID_DESKTOP_DIALOG_START+101) #define DLG_CMDLINEHELP (RID_DESKTOP_DIALOG_START+101)
......
...@@ -115,13 +115,6 @@ String STR_TITLE_USERDATALOCKED ...@@ -115,13 +115,6 @@ String STR_TITLE_USERDATALOCKED
Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION"; Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION";
}; };
InfoBox INFOBOX_CMDLINEHELP
{
Buttons = WB_OK ;
DefButton = WB_DEF_OK ;
Message = "";
};
ModalDialog DLG_CMDLINEHELP ModalDialog DLG_CMDLINEHELP
{ {
HelpID = "desktop:ModalDialog:DLG_CMDLINEHELP"; HelpID = "desktop:ModalDialog:DLG_CMDLINEHELP";
...@@ -171,13 +164,6 @@ ErrorBox EBX_ERR_PRINTDISABLED ...@@ -171,13 +164,6 @@ ErrorBox EBX_ERR_PRINTDISABLED
Message [ en-US ] = "Printing is disabled. No documents can be printed."; Message [ en-US ] = "Printing is disabled. No documents can be printed.";
}; };
InfoBox INFOBOX_EXPIRED
{
Buttons = WB_OK ;
DefButton = WB_DEF_OK ;
Message [ en-US ] = "This Evaluation Version has expired. To find out more about %PRODUCTNAME,\nvisit http://www.oracle.com/us/products/applications/open-office.";
};
String STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE String STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE
{ {
Text [ en-US ] = "The path manager is not available.\n"; Text [ en-US ] = "The path manager is not available.\n";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment