summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-07-07 04:40:08 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-07-13 12:45:57 +0200
commitc26d4d34467008418ebf138412e87886694c326c (patch)
treeb6305f0d81c8845155d56629b679ef19af51a260
parent20f9a1744319ecdf18c9ab6d0873bb586eb4d03f (diff)
hrc cleanup: Remove unused Strings in sfx2
Change-Id: I412cd836ab248ed7c247e1125ff52dc3263604d2
-rw-r--r--sfx2/source/appl/app.hrc5
-rw-r--r--sfx2/source/appl/app.src15
-rw-r--r--sfx2/source/appl/newhelp.src10
-rw-r--r--sfx2/source/appl/sfx.src5
-rw-r--r--sfx2/source/menu/menu.hrc1
-rw-r--r--sfx2/source/menu/menu.src5
-rw-r--r--sfx2/source/view/view.hrc8
-rw-r--r--sfx2/source/view/view.src20
8 files changed, 0 insertions, 69 deletions
diff --git a/sfx2/source/appl/app.hrc b/sfx2/source/appl/app.hrc
index 5cbfd7fed9a8..4ef6844c5846 100644
--- a/sfx2/source/appl/app.hrc
+++ b/sfx2/source/appl/app.hrc
@@ -25,7 +25,6 @@
#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_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_ENVTOOLBOX (RID_SFX_APP_START+44)
@@ -35,7 +34,6 @@
#define RID_STR_HLPFILENOTEXIST (RID_SFX_APP_START+68)
#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_SPECIALCONFIG_ERROR (RID_SFX_APP_START+82)
@@ -73,8 +71,6 @@
#define STR_HELP_BUTTON_NEXT (RID_SFX_APP_START+129)
#define STR_HELP_BUTTON_PRINT (RID_SFX_APP_START+130)
#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_TIP (RID_SFX_APP_START+135)
@@ -129,7 +125,6 @@
#define RID_SVXSTR_GRFILTER_FORMATERROR (RID_SFX_APP_START + 200)
#define RID_SVXSTR_GRFILTER_VERSIONERROR (RID_SFX_APP_START + 201)
#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
#define DLG_HELP_LICENSING (RID_SFX_APP_START + 204)
diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src
index 6658fe57429f..de7368ae176c 100644
--- a/sfx2/source/appl/app.src
+++ b/sfx2/source/appl/app.src
@@ -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." ;
};
-String STR_ISMODIFIED
-{
- Text [ en-US ] = "Do you want to save the changes to %1?" ;
-};
-
String RID_FULLSCREENTOOLBOX
{
Text = "" ;
@@ -270,11 +265,6 @@ String RID_STR_HELP
Text [ en-US ] = "Help" ;
};
-String RID_STR_NOAUTOSTARTHELPAGENT
-{
- Text [ en-US ] = "No automatic start at 'XX'" ;
-};
-
String RID_HELPBAR
{
Text [ en-US ] = "Help Bar" ;
@@ -495,11 +485,6 @@ String RID_SVXSTR_GRFILTER_FILTERERROR
{
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
{
// Size is computed
diff --git a/sfx2/source/appl/newhelp.src b/sfx2/source/appl/newhelp.src
index b999debb261c..9be36557d101 100644
--- a/sfx2/source/appl/newhelp.src
+++ b/sfx2/source/appl/newhelp.src
@@ -325,16 +325,6 @@ String STR_HELP_BUTTON_SOURCEVIEW
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
{
Text [ en-US ] = "Select Text";
diff --git a/sfx2/source/appl/sfx.src b/sfx2/source/appl/sfx.src
index 0b5c765319a6..c03da15f401f 100644
--- a/sfx2/source/appl/sfx.src
+++ b/sfx2/source/appl/sfx.src
@@ -18,8 +18,3 @@
#include <sfx2/sfx.hrc>
-String STR_ACCTITLE_PRODUCTIVITYTOOLS
-{
- Text [ en-US ] = "%PRODUCTNAME";
-};
-
diff --git a/sfx2/source/menu/menu.hrc b/sfx2/source/menu/menu.hrc
index 4bc4a8066b6e..62c6dabf5c0a 100644
--- a/sfx2/source/menu/menu.hrc
+++ b/sfx2/source/menu/menu.hrc
@@ -39,7 +39,6 @@
#define EDT_TEXT 12
#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_ADDONHELP RID_SFX_MENU_START+3
diff --git a/sfx2/source/menu/menu.src b/sfx2/source/menu/menu.src
index d7b9fb01e0a5..fb07ce28dd68 100644
--- a/sfx2/source/menu/menu.src
+++ b/sfx2/source/menu/menu.src
@@ -19,11 +19,6 @@
#include "menu.hrc"
#include <sfx2/sfxcommands.h>
-String STR_MENU_CFGITEM
-{
- Text [ en-US ] = "Configuration Menu" ;
-};
-
String STR_MENU_ADDONS
{
Text [ en-US ] = "~Add-Ons" ;
diff --git a/sfx2/source/view/view.hrc b/sfx2/source/view/view.hrc
index 02132e1198c8..3a8f8d1ec29c 100644
--- a/sfx2/source/view/view.hrc
+++ b/sfx2/source/view/view.hrc
@@ -23,14 +23,11 @@
// #defines *****************************************************************
#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_TITLE (RID_SFX_VIEW_START+ 7)
#define STR_ERROR_PRINTER_BUSY (RID_SFX_VIEW_START+ 8)
#define STR_NOSTARTPRINTER (RID_SFX_VIEW_START+ 9)
-#define STR_PRINTING (RID_SFX_VIEW_START+10)
#define DLG_PRINTMONITOR (RID_SFX_VIEW_START)
#define FT_DOCNAME 1
@@ -40,14 +37,10 @@
#define PB_CANCELPRNMON 5
#define STR_FT_PREPARATION 6
#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_NEWSIZE (RID_SFX_VIEW_START+23)
#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 STR_ERROR_SAVE_TEMPLATE (RID_SFX_VIEW_START+33)
@@ -84,6 +77,5 @@
#define FL_SEP_LEFT 46
#define FL_SEP_RIGHT 47
-
#endif
diff --git a/sfx2/source/view/view.src b/sfx2/source/view/view.src
index c311085415ac..a7cf376f185b 100644
--- a/sfx2/source/view/view.src
+++ b/sfx2/source/view/view.src
@@ -30,10 +30,6 @@ String STR_NOSTARTPRINTER
{
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
{
Text [ en-US ] = "Options..." ;
@@ -46,14 +42,6 @@ String STR_ERROR_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
{
Text [ en-US ] = "Page " ;
@@ -78,14 +66,6 @@ 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?" ;
};
-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
{