Kaydet (Commit) c26d4d34 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

hrc cleanup: Remove unused Strings in sfx2

Change-Id: I412cd836ab248ed7c247e1125ff52dc3263604d2
üst 20f9a174
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#define MSG_ERR_NO_WEBBROWSER_FOUND (RID_SFX_APP_START+7) #define MSG_ERR_NO_WEBBROWSER_FOUND (RID_SFX_APP_START+7)
#define MSG_ERR_NO_ABS_URI_REF (RID_SFX_APP_START+8) #define MSG_ERR_NO_ABS_URI_REF (RID_SFX_APP_START+8)
#define MSG_CANT_QUIT (RID_SFX_APP_START+10) #define MSG_CANT_QUIT (RID_SFX_APP_START+10)
#define STR_ISMODIFIED (RID_SFX_APP_START+11)
#define RID_FULLSCREENTOOLBOX (RID_SFX_APP_START+42) #define RID_FULLSCREENTOOLBOX (RID_SFX_APP_START+42)
#define RID_ENVTOOLBOX (RID_SFX_APP_START+44) #define RID_ENVTOOLBOX (RID_SFX_APP_START+44)
...@@ -35,7 +34,6 @@ ...@@ -35,7 +34,6 @@
#define RID_STR_HLPFILENOTEXIST (RID_SFX_APP_START+68) #define RID_STR_HLPFILENOTEXIST (RID_SFX_APP_START+68)
#define RID_STR_HELP (RID_SFX_APP_START+79) #define RID_STR_HELP (RID_SFX_APP_START+79)
#define RID_STR_NOAUTOSTARTHELPAGENT (RID_SFX_APP_START+80)
#define RID_HELPBAR (RID_SFX_APP_START+81) #define RID_HELPBAR (RID_SFX_APP_START+81)
#define RID_SPECIALCONFIG_ERROR (RID_SFX_APP_START+82) #define RID_SPECIALCONFIG_ERROR (RID_SFX_APP_START+82)
...@@ -73,8 +71,6 @@ ...@@ -73,8 +71,6 @@
#define STR_HELP_BUTTON_NEXT (RID_SFX_APP_START+129) #define STR_HELP_BUTTON_NEXT (RID_SFX_APP_START+129)
#define STR_HELP_BUTTON_PRINT (RID_SFX_APP_START+130) #define STR_HELP_BUTTON_PRINT (RID_SFX_APP_START+130)
#define STR_HELP_BUTTON_SOURCEVIEW (RID_SFX_APP_START+131) #define STR_HELP_BUTTON_SOURCEVIEW (RID_SFX_APP_START+131)
#define STR_HELP_FIRST_MESSAGE (RID_SFX_APP_START+132)
#define STR_HELP_FIRST_HTML (RID_SFX_APP_START+133)
#define STR_QUICKSTART_EXIT (RID_SFX_APP_START+134) #define STR_QUICKSTART_EXIT (RID_SFX_APP_START+134)
#define STR_QUICKSTART_TIP (RID_SFX_APP_START+135) #define STR_QUICKSTART_TIP (RID_SFX_APP_START+135)
...@@ -129,7 +125,6 @@ ...@@ -129,7 +125,6 @@
#define RID_SVXSTR_GRFILTER_FORMATERROR (RID_SFX_APP_START + 200) #define RID_SVXSTR_GRFILTER_FORMATERROR (RID_SFX_APP_START + 200)
#define RID_SVXSTR_GRFILTER_VERSIONERROR (RID_SFX_APP_START + 201) #define RID_SVXSTR_GRFILTER_VERSIONERROR (RID_SFX_APP_START + 201)
#define RID_SVXSTR_GRFILTER_FILTERERROR (RID_SFX_APP_START + 202) #define RID_SVXSTR_GRFILTER_FILTERERROR (RID_SFX_APP_START + 202)
#define RID_SVXSTR_GRFILTER_TOOBIG (RID_SFX_APP_START + 203)
// For the License Information dialog box // For the License Information dialog box
#define DLG_HELP_LICENSING (RID_SFX_APP_START + 204) #define DLG_HELP_LICENSING (RID_SFX_APP_START + 204)
......
...@@ -220,11 +220,6 @@ InfoBox MSG_CANT_QUIT ...@@ -220,11 +220,6 @@ InfoBox MSG_CANT_QUIT
Message [ en-US ] = "The application cannot be terminated at the moment.\nPlease wait until all print jobs and/or\nOLE actions have finished and close all dialogs." ; Message [ en-US ] = "The application cannot be terminated at the moment.\nPlease wait until all print jobs and/or\nOLE actions have finished and close all dialogs." ;
}; };
String STR_ISMODIFIED
{
Text [ en-US ] = "Do you want to save the changes to %1?" ;
};
String RID_FULLSCREENTOOLBOX String RID_FULLSCREENTOOLBOX
{ {
Text = "" ; Text = "" ;
...@@ -270,11 +265,6 @@ String RID_STR_HELP ...@@ -270,11 +265,6 @@ String RID_STR_HELP
Text [ en-US ] = "Help" ; Text [ en-US ] = "Help" ;
}; };
String RID_STR_NOAUTOSTARTHELPAGENT
{
Text [ en-US ] = "No automatic start at 'XX'" ;
};
String RID_HELPBAR String RID_HELPBAR
{ {
Text [ en-US ] = "Help Bar" ; Text [ en-US ] = "Help Bar" ;
...@@ -495,11 +485,6 @@ String RID_SVXSTR_GRFILTER_FILTERERROR ...@@ -495,11 +485,6 @@ String RID_SVXSTR_GRFILTER_FILTERERROR
{ {
Text [ en-US ] = "Graphics filter not found" ; Text [ en-US ] = "Graphics filter not found" ;
}; };
String RID_SVXSTR_GRFILTER_TOOBIG
{
Text [ en-US ] = "Not enough memory to insert graphic" ;
};
ModalDialog DLG_HELP_LICENSING ModalDialog DLG_HELP_LICENSING
{ {
// Size is computed // Size is computed
......
...@@ -325,16 +325,6 @@ String STR_HELP_BUTTON_SOURCEVIEW ...@@ -325,16 +325,6 @@ String STR_HELP_BUTTON_SOURCEVIEW
Text [ en-US ] = "HTML Source"; Text [ en-US ] = "HTML Source";
}; };
String STR_HELP_FIRST_MESSAGE
{
Text [ en-US ] = "The Help is being started...";
};
String STR_HELP_FIRST_HTML
{
Text = "<html></head><body><center><br></br><br></br><p><tt>%1</tt></center></body></html>";
};
String STR_HELP_MENU_TEXT_SELECTION_MODE String STR_HELP_MENU_TEXT_SELECTION_MODE
{ {
Text [ en-US ] = "Select Text"; Text [ en-US ] = "Select Text";
......
...@@ -18,8 +18,3 @@ ...@@ -18,8 +18,3 @@
#include <sfx2/sfx.hrc> #include <sfx2/sfx.hrc>
String STR_ACCTITLE_PRODUCTIVITYTOOLS
{
Text [ en-US ] = "%PRODUCTNAME";
};
...@@ -39,7 +39,6 @@ ...@@ -39,7 +39,6 @@
#define EDT_TEXT 12 #define EDT_TEXT 12
#define GRP_FUNCTIONS 22 #define GRP_FUNCTIONS 22
#define STR_MENU_CFGITEM RID_SFX_MENU_START+1
#define STR_MENU_ADDONS RID_SFX_MENU_START+2 #define STR_MENU_ADDONS RID_SFX_MENU_START+2
#define STR_MENU_ADDONHELP RID_SFX_MENU_START+3 #define STR_MENU_ADDONHELP RID_SFX_MENU_START+3
......
...@@ -19,11 +19,6 @@ ...@@ -19,11 +19,6 @@
#include "menu.hrc" #include "menu.hrc"
#include <sfx2/sfxcommands.h> #include <sfx2/sfxcommands.h>
String STR_MENU_CFGITEM
{
Text [ en-US ] = "Configuration Menu" ;
};
String STR_MENU_ADDONS String STR_MENU_ADDONS
{ {
Text [ en-US ] = "~Add-Ons" ; Text [ en-US ] = "~Add-Ons" ;
......
...@@ -23,14 +23,11 @@ ...@@ -23,14 +23,11 @@
// #defines ***************************************************************** // #defines *****************************************************************
#define STR_NODEFPRINTER (RID_SFX_VIEW_START+ 0) #define STR_NODEFPRINTER (RID_SFX_VIEW_START+ 0)
#define STR_PRINTER_NOTAVAIL (RID_SFX_VIEW_START+ 1)
#define STR_PRINT_OPTIONS (RID_SFX_VIEW_START+ 6) #define STR_PRINT_OPTIONS (RID_SFX_VIEW_START+ 6)
#define STR_PRINT_OPTIONS_TITLE (RID_SFX_VIEW_START+ 7) #define STR_PRINT_OPTIONS_TITLE (RID_SFX_VIEW_START+ 7)
#define STR_ERROR_PRINTER_BUSY (RID_SFX_VIEW_START+ 8) #define STR_ERROR_PRINTER_BUSY (RID_SFX_VIEW_START+ 8)
#define STR_NOSTARTPRINTER (RID_SFX_VIEW_START+ 9) #define STR_NOSTARTPRINTER (RID_SFX_VIEW_START+ 9)
#define STR_PRINTING (RID_SFX_VIEW_START+10)
#define DLG_PRINTMONITOR (RID_SFX_VIEW_START) #define DLG_PRINTMONITOR (RID_SFX_VIEW_START)
#define FT_DOCNAME 1 #define FT_DOCNAME 1
...@@ -40,14 +37,10 @@ ...@@ -40,14 +37,10 @@
#define PB_CANCELPRNMON 5 #define PB_CANCELPRNMON 5
#define STR_FT_PREPARATION 6 #define STR_FT_PREPARATION 6
#define STR_PAGE (RID_SFX_VIEW_START+20) #define STR_PAGE (RID_SFX_VIEW_START+20)
#define STR_ERROR_PRINT (RID_SFX_VIEW_START+21)
#define STR_PRINT_NEWORI (RID_SFX_VIEW_START+22) #define STR_PRINT_NEWORI (RID_SFX_VIEW_START+22)
#define STR_PRINT_NEWSIZE (RID_SFX_VIEW_START+23) #define STR_PRINT_NEWSIZE (RID_SFX_VIEW_START+23)
#define STR_PRINT_NEWORISIZE (RID_SFX_VIEW_START+24) #define STR_PRINT_NEWORISIZE (RID_SFX_VIEW_START+24)
#define STR_PREVIEW_DOCINFO (RID_SFX_VIEW_START+25)
#define STR_PREVIEW_NODOCINFO (RID_SFX_VIEW_START+26)
#define MSG_ERROR_SEND_MAIL (RID_SFX_VIEW_START+31) #define MSG_ERROR_SEND_MAIL (RID_SFX_VIEW_START+31)
#define STR_ERROR_SAVE_TEMPLATE (RID_SFX_VIEW_START+33) #define STR_ERROR_SAVE_TEMPLATE (RID_SFX_VIEW_START+33)
...@@ -84,6 +77,5 @@ ...@@ -84,6 +77,5 @@
#define FL_SEP_LEFT 46 #define FL_SEP_LEFT 46
#define FL_SEP_RIGHT 47 #define FL_SEP_RIGHT 47
#endif #endif
...@@ -30,10 +30,6 @@ String STR_NOSTARTPRINTER ...@@ -30,10 +30,6 @@ String STR_NOSTARTPRINTER
{ {
Text [ en-US ] = "Could not start printer.\nPlease check your printer configuration." ; Text [ en-US ] = "Could not start printer.\nPlease check your printer configuration." ;
}; };
String STR_PRINTER_NOTAVAIL
{
Text [ en-US ] = "This document has been formatted for the printer $1. The specified printer is not available. \nDo you want to use the standard printer $2 ?" ;
};
String STR_PRINT_OPTIONS String STR_PRINT_OPTIONS
{ {
Text [ en-US ] = "Options..." ; Text [ en-US ] = "Options..." ;
...@@ -46,14 +42,6 @@ String STR_ERROR_PRINTER_BUSY ...@@ -46,14 +42,6 @@ String STR_ERROR_PRINTER_BUSY
{ {
Text [ en-US ] = "Printer busy" ; Text [ en-US ] = "Printer busy" ;
}; };
String STR_ERROR_PRINT
{
Text [ en-US ] = "Error while printing" ;
};
String STR_PRINTING
{
Text [ en-US ] = "Printing" ;
};
String STR_PAGE String STR_PAGE
{ {
Text [ en-US ] = "Page " ; Text [ en-US ] = "Page " ;
...@@ -77,14 +65,6 @@ String STR_PRINT_NEWSIZE ...@@ -77,14 +65,6 @@ String STR_PRINT_NEWSIZE
String STR_PRINT_NEWORISIZE String STR_PRINT_NEWORISIZE
{ {
Text [ en-US ] = "The page size and orientation have been modified.\nWould you like to save the new settings in the\nactive document?" ; Text [ en-US ] = "The page size and orientation have been modified.\nWould you like to save the new settings in the\nactive document?" ;
};
String STR_PREVIEW_DOCINFO
{
Text [ en-US ] = "<html><body BGCOLOR=\"#c0c0c0\"><font FACE=\"Arial\"><dl><dt><b>Title:</b><dd>$(TITEL)<dt><b>Subject:</b><dd>$(THEME)<dt><b>Keywords:</b><dd>$(KEYWORDS)<dt><b>Description:</b><dd>$(TEXT)</dl></font></body></html>" ;
};
String STR_PREVIEW_NODOCINFO
{
Text [ en-US ] = "<HTML><BODY BGCOLOR=\"#c0c0c0\"><BR><BR><P><FONT FACE=\"Arial\"><B>No document properties found.</B></FONT></P></BODY></HTML>" ;
}; };
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------
InfoBox MSG_CANT_CLOSE InfoBox MSG_CANT_CLOSE
......
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