summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/source/app/desktop.hrc1
-rw-r--r--desktop/source/app/desktop.src5
-rw-r--r--sfx2/source/appl/app.hrc1
-rw-r--r--sfx2/source/appl/app.src8
-rw-r--r--sfx2/source/inc/helpid.hrc2
-rw-r--r--starmath/inc/starmath.hrc1
-rw-r--r--starmath/source/smres.src5
7 files changed, 0 insertions, 23 deletions
diff --git a/desktop/source/app/desktop.hrc b/desktop/source/app/desktop.hrc
index 8a7affced76e..08ac1a074c74 100644
--- a/desktop/source/app/desktop.hrc
+++ b/desktop/source/app/desktop.hrc
@@ -30,7 +30,6 @@
#define STR_RECOVER_QUERY (RID_DESKTOP_STRING_START+0)
#define STR_RECOVER_TITLE (RID_DESKTOP_STRING_START+1)
-#define STR_RECOVER_PREPARED (RID_DESKTOP_STRING_START+2)
#define STR_BOOTSTRAP_ERR_CANNOT_START (RID_DESKTOP_STRING_START+100)
#define STR_BOOTSTRAP_ERR_DIR_MISSING (RID_DESKTOP_STRING_START+101)
diff --git a/desktop/source/app/desktop.src b/desktop/source/app/desktop.src
index b109a0e55519..988af1b0dfb4 100644
--- a/desktop/source/app/desktop.src
+++ b/desktop/source/app/desktop.src
@@ -29,11 +29,6 @@ String STR_RECOVER_TITLE
Text [ en-US ] = "File Recovery" ;
};
-WarningBox STR_RECOVER_PREPARED
-{
- Message [ en-US ] = "An unrecoverable error has occurred.\n\nAll modified files have been saved and can\nprobably be recovered at program restart." ;
-};
-
String STR_BOOTSTRAP_ERR_CANNOT_START
{
Text [ en-US ] = "The application cannot be started. ";
diff --git a/sfx2/source/appl/app.hrc b/sfx2/source/appl/app.hrc
index f33bfc1f019a..f1ec60ec4a8a 100644
--- a/sfx2/source/appl/app.hrc
+++ b/sfx2/source/appl/app.hrc
@@ -96,7 +96,6 @@
#define IMG_HELP_TOOLBOX_L_SEARCHDIALOG (RID_SFX_APP_START+167)
#define IMG_HELP_TOOLBOX_L_COPY (RID_SFX_APP_START+168)
-#define RID_SECURITY_WARNING_HYPERLINK (RID_SFX_APP_START + 180)
#define RID_SECURITY_WARNING_TITLE (RID_SFX_APP_START + 181)
#define RID_DESKTOP (RID_SFX_APP_START + 184)
diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src
index 501e41696b4e..66f22b6310e0 100644
--- a/sfx2/source/appl/app.src
+++ b/sfx2/source/appl/app.src
@@ -328,14 +328,6 @@ String STR_DDE_ERROR
Text [ en-US ] = "DDE link to % for % area % are not available." ;
};
-WarningBox RID_SECURITY_WARNING_HYPERLINK
-{
- HelpId = HID_WARNING_SECURITY_HYPERLINK;
- Buttons = WB_YES_NO ;
- DefButton = WB_DEF_NO ;
- Message [ en-US ] = "This hyperlink is going to open \"%s\". Do you want to proceed?" ;
-};
-
WarningBox RID_SECURITY_WARNING_NO_HYPERLINKS
{
Buttons = WB_OK ;
diff --git a/sfx2/source/inc/helpid.hrc b/sfx2/source/inc/helpid.hrc
index 00600b043b69..b6989fa2502b 100644
--- a/sfx2/source/inc/helpid.hrc
+++ b/sfx2/source/inc/helpid.hrc
@@ -52,8 +52,6 @@
#define HID_DID_SAVE_PACKED_XML "SFX2_HID_DID_SAVE_PACKED_XML"
#define HID_HELP_TEXT_SELECTION_MODE "SFX2_HID_HELP_TEXT_SELECTION_MODE"
-#define HID_WARNING_SECURITY_HYPERLINK "SFX2_HID_WARNING_SECURITY_HYPERLINK"
-
#define HID_CONFIG_SAVE "SFX2_HID_CONFIG_SAVE"
#define HID_XMLSECDLG_MACROWARN "SFX2_HID_XMLSECDLG_MACROWARN"
diff --git a/starmath/inc/starmath.hrc b/starmath/inc/starmath.hrc
index e31c68cbd40f..768c9bee68b1 100644
--- a/starmath/inc/starmath.hrc
+++ b/starmath/inc/starmath.hrc
@@ -79,7 +79,6 @@
#define RID_MATH_TOOLBOX (RID_APP_START + 50)
-#define RID_NOMATHTYPEFACEWARNING (RID_APP_START + 204)
#define RID_OBJECTNAME (RID_APP_START + 501)
// free
#define RID_UNDOEDITNAME (RID_APP_START + 503)
diff --git a/starmath/source/smres.src b/starmath/source/smres.src
index 434ac2de7bc1..37649f092079 100644
--- a/starmath/source/smres.src
+++ b/starmath/source/smres.src
@@ -23,11 +23,6 @@
#include "toolbox.hrc"
#include "smcommands.h"
-WarningBox RID_NOMATHTYPEFACEWARNING
-{
- Message [ en-US ] = "The 'StarMath' font has not been installed.\nWithout this font %PRODUCTNAME Math cannot function correctly.\nPlease install this font and restart %PRODUCTNAME Math." ;
-};
-
String RID_FONTREGULAR
{
Text [ en-US ] = "Standard" ;